Channels
Here you can find all endpoints that retrieves channels data.
Last updated
Here you can find all endpoints that retrieves channels data.
Last updated
/channel/{channel_id}
Represents the channel id, it is composed by 32 hexadecimal characters. Where can I find the channel ID? You can find your channel id on your dashboard, click over the channel name and the ID will be copied on your by editing your channel and getting it from the url.
{"summary":"Channel identificator","value":"a68a72d5abdb040c7b279c707ed5477e"}
Return format for the response, the default value is json. If you want to use the response in Direct Publisher in Roku, you must use roku_json.
{"summary":"Return format for the response, must be one of this: json, roku_json. Default value: json","value":"json"}
json
, roku_json
/channel/{channel_id}/schedule
Represents the channel id, it is composed by 32 hexadecimal characters. Where can I find the channel ID? You can find your channel id on your dashboard, click over the channel name and the ID will be copied on your by editing your channel and getting it from the url.
{"summary":"Channel identificator","value":"a68a72d5abdb040c7b279c707ed5477e"}
Returns the content of the channel for a given day, if the channel is not a weekly scheduler this param will be ignored. Values available: monday, tuesday, wednesday, thursday, friday, saturday and sunday. The default value is monday.
monday
monday
, tuesday
, wednesday
, thursday
, friday
, saturday
, sunday
/channel/{channel_id}/epg
Represents the channel id, it is composed by 32 hexadecimal characters. Where can I find the channel ID? You can find your channel id on your dashboard, click over the channel name and the ID will be copied on your by editing your channel and getting it from the url.
{"summary":"Channel identificator","value":"a68a72d5abdb040c7b279c707ed5477e"}
Return format for the response, it's required and must be xmltv.
{"summary":"Return format for the response, it's required and must be xmltv.","value":"xmltv"}
xmltv
Set the backward days to get the content, the default value is 3.
3
Set the forward days to get the content, the default value is 7.
7