Get all series on xtreme codes panel
Request
Body Params application/json
{
"username": "string",
"password": "string"
}
Request Code Samples
curl --location --request POST '/series/get_all' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string"
}'
Responses
application/json {
"data": [
{
"num": 0,
"name": "string",
"series_id": 0,
"cover": "string",
"plot": "string",
"cast": "string",
"director": "string",
"genre": "string",
"releaseDate": "string",
"last_modified": "string",
"rating": "string",
"rating_5based": "string",
"backdrop_path": [
"string"
],
"youtube_trailer": "string",
"tmdb": "string",
"episode_run_time": "string",
"category_id": "string",
"category_ids": [
0
]
}
],
"error": null
}
Modified at 2024-12-24 13:55:25