Get all channels on xtreme codes panel
Request
Body Params application/json
{
"username": "string",
"password": "string"
}
Request Code Samples
curl --location --request POST '/channels/get_all' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string"
}'
Responses
application/json {
"data": [
{
"num": 0,
"name": "string",
"stream_type": "string",
"stream_id": 0,
"stream_icon": "string",
"epg_channel_id": "string",
"added": "string",
"is_adult": 0,
"category_id": "string",
"category_ids": [
0
],
"custom_sid": null,
"tv_archive": 0,
"direct_source": "string",
"tv_archive_duration": 0
}
],
"error": null
}
Modified at 2024-12-24 12:01:20