serieEpisodesWithLanguage
GET
/v4/series/:id/episodes/:seasonType/:language
This method returns a serie with episodes from the specified season type and language. 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 |
paths.language | string | Yes | The serie language |
page | string | Optional | Restrict results to a specific page. |