Get Channel Short EPG
Developing
Channels
Get channel short epg, requires stream_id
Request
Body Params application/json
{
"username": "string",
"password": "string",
"stream_id": 0
}
Request samples
curl --location --request POST '/channels/get_short_epg' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"stream_id": 0
}'
Responses
application/json epg_listings
array [object {11}]
required{
"data": {
"epg_listings": [
{
"id": "string",
"epg_id": "string",
"title": "string",
"lang": "string",
"start": "string",
"end": "string",
"description": "string",
"channel_id": "string",
"start_timestamp": "string",
"stop_timestamp": "string",
"stream_id": "string"
}
]
},
"error": null
}
Modified at 2024-12-24 13:56:57