v1
latestOpenAPI 3.0.32026-07-13401683.8 KBEpisodes
Gets episodes matching the given criteria.
get/api/v2/episodes
Query parameters
idinteger
Matches on the ID of the episode.
beginAirDateAfterstring date-time
Matches on the begin air date of the episode (inclusive) in ISO 8601 format.
endAirDateBeforestring date-time
Matches on the end air date of the episode (inclusive) in ISO 8601 format.
programIdinteger required
Matches on the ID of the program that owns the episode.
pageStartinteger
The start page of the results to return. The first item is indexed at 0.
pageSizeinteger
The number of items to return. Must be between 0 and 500, inclusive.
orderById'asc' | 'desc'
The sort order of the list of episodes, based on episode ID. If unspecified, the episodes are returned in random order. If using paging to iterate through the results, sort order should be specified.
Response
The matching episode.