v1
latestOpenAPI 3.1.12026-07-1711423400.3 KBschedule
Get schedule results.
This endpoint will return schedule results for the specified query.
get/schedule
Query parameters
type0 | 1 | 2 required
The set of available schedule types.
- 0 = anime
- 1 = manga
- 2 = game
The schedule type.
datestring
Format: Y-m-d The start date of the schedule. Keep empty for current date.
Response
Successful GET Schedule JSON response
object required
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"
}
]
}
}
}
]
}
}
}