v1
latestOpenAPI 3.1.02026-07-24251250397.8 KBSeries
Single Series Episodes
Returns the episode objects of the series with the given series ID
Each episode object includes an episode_number, season_number and the media object.
get/apps/series/{series_id}/episodes
Path parameters
series_idstring required
Eight-character, alphanumeric ID (ex: WXu7kuaW) that uniquely identifies the series
You can find this value in the series details page in the dashboard OR in the V2 Management API in /series.
Query parameters
page_offsetinteger
Number of pages to skip before returning the result
page_limitinteger
Number of items to return per page
after_idstring
Limits returned episodes to those after the given ID
Response
JSON object describing a Series object.