Seasons
Route that provides information about the seasons
Data Structure
dataSeasonSee the name or ids to search for seasons
Available seasonsMaking season requests
Search season by id or name
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"id": 2,
"season": {
"synopsis": String,
"numberOfEpisodes": Number,
"launch": String,
"countryOfOrigin": String,
"premise": String,
"cast": {
"name": Array
},
"production": {
"name": String
},
"reception": Array,
"episodes": [
{
"id": Number,
"episodeNumber": Number,
"title": String,
"directedBy": String,
"writtenBy": String,
"launch": String,
"synopsis": String
}
]
}
}Last updated