get
https://developer.dacast.com/v2/channel
Paginated list of live channels on the account.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Paginated list of live channels on the account.
Pagination uses page and per_page (maximum 100). A successful list returns 200.
online on each channel object means the channel is enabled for playback, not that someone is currently broadcasting. online_since / online_since_date are omitted unless you pass request_online_status=true (this is slower).
Encoder settings are in config. Do not hardcode the ingest host; it depends on region.
Response paging
| Field | Type | Description |
|---|---|---|
data | array | Channel objects. |
paging | object | Keys: self, last, next, previous (URL path strings, or null). |
totalCount | string | Total matching channels (camelCase, returned as a string). |
The paging key is lowercasepaging. Link values look like/v2/channel?page=2&perpage=5(the links useperpageeven when you query withper_page).
