Get specific episode details.
This endpoint will retrieve the details of a specific episode.
Path parameters
ID of the episode.
Query parameters
The relations to include in the response.
The relations to include in the response.
Response
Successful GET Episodes Details JSON response
Example response
{
"data": [
{
"id": 1,
"type": "episodes",
"href": "/v1/episodes/1",
"attributes": {
"number": 1,
"title": "Episode 1",
"startedAt": "2 Jul, 2020",
"overview": "Season 1 Episode 1 description",
"isVerified": false,
"isWatched": false
}
}
]
}Changes
Changed in 7 of the 50 revisions of this API.117
- ○
the endpoint scheme security
apiKeywas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ●
deleted the
queryrequest parameterincluderequest-parameter-removed
- ○
added the new optional
queryrequest parameterinclude[]new-optional-request-parameter
- ●
- ○
added the new optional
queryrequest parameterincludenew-optional-request-parameter
- ○
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
kurozoraBearerwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲