GET /categories/{category}/episodes
Summary: List all the episodes for a category.
Operation ID: Get_Episodes by category_
Auth: none
Operation ID: Get_Episodes by category_
Auth: none
Description
Get the list of all the episodes for a given category in TV & iPlayer.
Parameters (7)
availability
(string, query, required, default: available)
Whether to return all, or available programmes
Constraints: {'enum': ['all', 'available']}
category
(string, path, required)
The category identifier to return results from.
lang
(string, query, required)
The language for any applicable localised strings.
Constraints: {'enum': ['en', 'cy', 'ga', 'gd', 'pi']}
page
(integer, query, required)
The page index.
per_page
(integer, query, required)
The number of results to return.
rights
(string, query, required, default: web)
The rights group to limit results to.
Constraints: {'enum': ['mobile', 'tv', 'web']}
sort
(string, query, optional)
The sort order of the results.
Constraints: {'enum': ['recent', 'popular']}
No probe data for this endpoint yet.