characters

Get character details.

This endpoint will retrieve the details of a specific character.

get/characters/{characterID}

Path parameters

characterIDinteger required

ID of the character.

Query parameters

include[]string[]

The relations to include in the response.

The relations to include in the response.

Response

Successful GET Characters Details JSON response

object required

Example response

{
  "data": [
    {
      "id": 1,
      "type": "characters",
      "href": "/v1/characters/1",
      "attributes": {
        "name": "Tyra Armstrong IV",
        "about": "Aspernatur odio ab laborum neque voluptatem quia amet aliquam. Quaerat autem quo quis reprehenderit iure nostrum. Explicabo nam dignissimos ut consequatur. Veniam sapiente explicabo laborum sit harum optio enim sed. Ex corrupti fuga esse quia voluptatibus. Sit in qui ut saepe adipisci reiciendis. Consequatur aspernatur molestiae est saepe mollitia qui. Laudantium eligendi odio adipisci illo. Culpa delectus maxime aperiam nemo impedit eos. Dicta et aliquid ratione est alias autem possimus. Aut repellendus beatae ipsum ipsum numquam animi. Nam et et est pariatur. Facilis sed et sit quia quam quo. A quae repudiandae pariatur mollitia. Exercitationem earum deserunt voluptate dolore facilis impedit fuga. Hic delectus consequatur quidem. Quia dolorum et voluptatum consectetur quis. Voluptatum hic in deleniti voluptates sunt. Qui perspiciatis rerum et porro.",
        "imageURL": "https://lorempixel.com/640/480/?46141",
        "debut": "Episode 05",
        "status": "Deceased",
        "bloodType": "W",
        "favoriteFood": "numquam",
        "bust": "27.70",
        "waist": "78.44",
        "hip": "53.99",
        "height": "875",
        "age": 265,
        "birthDay": 1,
        "birthMonth": 7,
        "astrologicalSign": "Virgo ♍️"
      },
      "relationships": {
        "shows": {
          "data": [
            {
              "id": 220,
              "type": "show",
              "href": "/v1/anime/220",
              "attributes": {
                "anidbID": null,
                "anilistID": null,
                "kitsuID": null,
                "imdbID": null,
                "malID": null,
                "title": "Qui reprehenderit necessitatibus ad.",
                "tagline": "Hic eligendi delectus quis doloribus in aperiam.",
                "synopsis": "Vel et omnis a eligendi ad a odit. Iure ipsam et nulla expedita est. Provident et amet labore maiores nisi.",
                "tvRating": {
                  "name": "R18+",
                  "description": "Adults Only"
                },
                "mediaType": {
                  "name": "TV",
                  "description": "A show that aired on television."
                },
                "source": {
                  "name": "4-Koma Manga",
                  "description": "Adapted from comic strips that generally consists of four panels per page."
                },
                "network": null,
                "producer": null,
                "episodeCount": 0,
                "seasonCount": 0,
                "averageRating": 0,
                "ratingCount": 0,
                "videoUrl": null,
                "poster": null,
                "background": null,
                "startedAt": "1987-06-15",
                "endedAt": "1987-09-07",
                "runtime": 25,
                "airStatus": "Tba",
                "airTime": "16:59:00",
                "airDay": "Tuesday",
                "isNSFW": true,
                "copyright": "® 1974 Larson, Skiles and Bartell",
                "givenRating": 0,
                "libraryStatus": null,
                "isFavorited": null,
                "isReminded": null
              }
            }
          ],
          "href": "/v1/characters/1/anime"
        },
        "people": {
          "data": [
            {
              "id": 1,
              "type": "people",
              "href": "/v1/people/1",
              "attributes": {
                "firstName": "Aniyah",
                "lastName": "Waelchi",
                "occupation": "Government Property Inspector",
                "imageURL": "https://lorempixel.com/640/480/?66477"
              }
            }
          ],
          "href": "/v1/characters/1/people"
        }
      }
    }
  ]
}

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

  • c711bb3a57e311See the full diff
    • deleted the query request parameter include

      request-parameter-removed

    • added the new optional query request parameter include[]

      new-optional-request-parameter

    • 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

  • 85ac20c1b7bb15See the full diff
    • deleted the query request parameter include[]

      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

    • added the new optional query request parameter include

      new-optional-request-parameter

    • 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