characters

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
      }
    }
  ]
}

Changes

Changed in 5 of the 50 revisions of this API.210

    • the endpoint scheme security apiKey was added to the API

      api-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 bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security kurozoraBearer was removed from the API

      api-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 query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter page

      new-optional-request-parameter

  • 85ac20c1b7bb24See the full diff
    • deleted the query request parameter limit

      request-parameter-removed

    • deleted the query request parameter page

      request-parameter-removed

    • the endpoint scheme security kurozoraBearer was added to the API

      api-security-added

    • the endpoint scheme security apiKey was removed from the API

      api-security-removed

    • the endpoint scheme security bearerAuth was removed from the API

      api-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