Get character anime.
This endpoint will retrieve the anime of a specific character.
Path parameters
ID of the character.
Query parameters
The limit on the number of objects, or number of objects in the specified relationship, that are returned. The default value is 25 and the maximum value is 100.
The next page or group of objects to fetch. The default value is 1.
Response
Successful GET Characters Anime JSON response
Example response
{
"data": [
{
"id": 227,
"type": "show",
"href": "/v1/anime/227",
"attributes": {
"anidbID": null,
"anilistID": null,
"kitsuID": null,
"imdbID": null,
"malID": null,
"title": "Molestias quibusdam voluptas non et cupiditate.",
"tagline": "Sed ipsum ducimus et expedita alias.",
"synopsis": "Atque vel voluptas rerum omnis asperiores. Animi laboriosam voluptatum rerum et optio quas. Suscipit quos numquam a non eos beatae ducimus. Dolore doloribus quasi voluptates libero.",
"tvRating": {
"name": "G",
"description": "All Ages"
},
"mediaType": {
"name": "OVA",
"description": "Original Video Animation in home video formats."
},
"source": {
"name": "Music",
"description": "Adapted from a music video."
},
"network": null,
"producer": null,
"episodeCount": 0,
"seasonCount": 0,
"averageRating": 0,
"ratingCount": 0,
"videoUrl": null,
"poster": null,
"background": null,
"startedAt": "1993-07-18",
"endedAt": "1993-10-10",
"runtime": 25,
"airStatus": "Continuing",
"airTime": "21:59:00",
"airDay": "Monday",
"isNSFW": false,
"copyright": "℗ 1979 Ernser, Jerde and Hoppe",
"givenRating": 0,
"libraryStatus": null,
"isFavorited": null,
"isReminded": null
}
},
{
"id": 229,
"type": "show",
"href": "/v1/anime/229",
"attributes": {
"anidbID": null,
"anilistID": null,
"kitsuID": null,
"imdbID": null,
"malID": null,
"title": "Quod consequatur corporis nihil qui et.",
"tagline": "Qui illum qui quia voluptatem repellat expedita occaecati quod.",
"synopsis": "Eum eos voluptas officia sed. Amet consequuntur iusto beatae culpa sequi pariatur ea. Provident quaerat laudantium repellendus iusto provident non autem. Nostrum aperiam in quae nulla iusto officia.",
"tvRating": {
"name": "G",
"description": "All Ages"
},
"mediaType": {
"name": "OVA",
"description": "Original Video Animation in home video formats."
},
"source": {
"name": "Visual Novel",
"description": "Adapted from an interactive fiction video game which usually features a text-based story."
},
"network": null,
"producer": null,
"episodeCount": 0,
"seasonCount": 0,
"averageRating": 0,
"ratingCount": 0,
"videoUrl": null,
"poster": null,
"background": null,
"startedAt": "1970-09-10",
"endedAt": "1971-02-25",
"runtime": 25,
"airStatus": "Tba",
"airTime": "04:18:00",
"airDay": "Monday",
"isNSFW": false,
"copyright": "℗ 1972 Prosacco, Weissnat and Kirlin",
"givenRating": 0,
"libraryStatus": null,
"isFavorited": null,
"isReminded": null
}
}
]
}Changes
Changed in 5 of the 50 revisions of this API.210
- ○
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
- ○
- ○
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
- ○
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parameterpagerequest-parameter-removed
- ○
the endpoint scheme security
kurozoraBearerwas added to the APIapi-security-added
- ○
the endpoint scheme security
apiKeywas removed from the APIapi-security-removed
- ○
the endpoint scheme security
bearerAuthwas removed from the APIapi-security-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●