List Streams

Paginated list of live channels on the account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

FieldTypeDescription
dataarrayChannel objects.
pagingobjectKeys: self, last, next, previous (URL path strings, or null).
totalCountstringTotal matching channels (camelCase, returned as a string).
📘

The paging key is lowercase paging. Link values look like /v2/channel?page=2&perpage=5 (the links use perpage even when you query with per_page).

Query Params
int32
Defaults to 1

Page to retrieve

int32
Defaults to 50

Results per page. Maximum is 100.

string

Search by title substring

boolean

Filter by whether the channel is enabled (true) or disabled (false). Not whether someone is broadcasting.

date

Return only live streams created after this date.

date

Return only live streams created before this date.

boolean
Defaults to false

Include online_since / online_since_date (slower).

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json