seriesFilter
GET
/v4/series/filter
This method returns a list of series records. For official documentation of the endpoint, please refer to the Swagger documentation.
Parameters
Params | Type | Required | Description |
---|---|---|---|
queries | object | Optional | Search parameters to restrict the result |
queries.country | string | Optional | Country of origin |
queries.lang | string | Optional | Original language |
queries.company | string | Optional | Production company id |
queries.contentRating | string | Optional | Content rating id |
queries.genre | string | Optional | Genre id |
queries.sort | string: score, firstAired, name, lastAired | Optional | Sort by results |
queries.sortType | string: asc, desc | Optional | Sort by type |
queries.status | string: 1, 2, 3 | Optional | Status of the record |
queries.year | string | Optional | Release year |
queries.page | string | Optional | Resctrict to a specific page |