Seasons
Read season metadata and paginated episode collections.
Endpoints
/seasons/{id}seasons:readCanonical season ID
/seasons/{id}/episodesepisodes:readseason ID, page, limit
Example request
https://episodetime.com/api/v1/seasons/1278Example response envelope
{
"success": true,
"data": [
{
"id": 121,
"name": "Example Show"
}
],
"meta": {
"page": 1,
"limit": 50,
"total": 1,
"pages": 1
},
"error": null
}Notes
- Missing names, overview, dates and poster values may be null.