serieEpisodes
GET
/v4/series/:id/episodes/:seasonType
This method returns a serie with episodes from the specified season type. For official documentation of the endpoint, please refer to the Swagger documentation.
Parameters
Params | Type | Required | Description |
---|---|---|---|
paths | object | Yes | Path parameters for retrieving the episodes |
paths.id | string | Yes | The serie id |
paths.seasonType | string | Yes | The season type |
queries | object | Optional | Search parameters to restrict the result |
queries.airDate | string | Optional | The air date of the episode (yyyy-mm-dd) |
queries.episodeNumber | string | Optional | Restrict results to a specific episode (requires season). |
queries.season | string | Optional | Restrict results to a specific season. |
queries.page | string | Optional | Restrict results to a specific page. |