Get schedule results.
This endpoint will return schedule results for the specified query.
Query parameters
The set of available schedule types.
- 0 = anime
- 1 = manga
- 2 = game
The schedule type.
Format: Y-m-d The start date of the schedule. Keep empty for current date.
Response
Successful GET Schedule JSON response
Example response
{
"data": {
"shows": {
"data": [
{
"type": "shows-schedule",
"attributes": {
"date": 1704758400
},
"relationships": {
"shows": {
"data": [
{
"id": 24540,
"uuid": "24540",
"type": "show",
"href": "/api/v1/anime/24540"
},
{
"id": 25226,
"uuid": "25226",
"type": "show",
"href": "/api/v1/anime/25226"
},
{
"id": 25922,
"uuid": "25922",
"type": "show",
"href": "/api/v1/anime/25922"
}
]
}
}
}
]
}
}
}Changes
Changed in 4 of the 50 revisions of this API.13
- ○
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 media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
- ○
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
- ▲