Get all vod streams on xtreme codes panel
Request
Body Params application/json
{
"username": "string",
"password": "string"
}
Request Code Samples
curl --location --request POST '/movies/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",
"rating": "string",
"rating_5based": "string",
"tmdb": "string",
"trailer": "string",
"added": "string",
"is_adult": 0,
"category_id": "string",
"category_ids": [
0
],
"container_extension": "string",
"custom_sid": "string",
"direct_source": "string"
}
],
"error": null
}
Modified at 2024-12-24 13:56:33