v1
latestOpenAPI 3.1.12026-07-1711423400.3 KBcharacters
Get character anime.
This endpoint will retrieve the anime of a specific character.
get/characters/{characterID}/anime
Path parameters
characterIDinteger required
ID of the character.
Query parameters
limitstring
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.
pagestring
The next page or group of objects to fetch. The default value is 1.
Response
Successful GET Characters Anime JSON response
object required
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
}
}
]
}