v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
anime

Anime related-literatures information.

This endpoint will retrieve the related-literatures of an Anime item.

get/anime/{animeID}/related-literatures

Path parameters

animeIDstring required

ID of the anime.

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 Anime Related Literatures JSON response

object required

Example response

{
  "data": [
    {
      "show": {
        "id": 217,
        "type": "show",
        "href": "/v1/anime/217",
        "attributes": {
          "anidbID": null,
          "anilistID": null,
          "kitsuID": null,
          "imdbID": null,
          "malID": null,
          "title": "Omnis odit hic dolorem itaque.",
          "synopsis": "Aspernatur aperiam corrupti similique voluptatibus qui. Voluptas eum ea doloribus qui inventore hic. Voluptas accusantium libero autem ipsum molestiae aut nobis. Aliquam unde voluptates corrupti ut temporibus eum.",
          "tagline": "Sunt error hic quod sint.",
          "tvRating": {
            "name": "R18+",
            "description": "Adults Only"
          },
          "mediaType": {
            "name": "Special",
            "description": "A standalone series with a self-contained story."
          },
          "source": {
            "name": "4-Koma Manga",
            "description": "Adapted from comic strips that generally consists of four panels per page."
          },
          "network": null,
          "studio": [],
          "status": "Tba",
          "episodes": 0,
          "seasons": 0,
          "averageRating": 0,
          "ratingCount": 0,
          "runtime": 25,
          "videoURL": null,
          "poster": null,
          "background": null,
          "isNSFW": true,
          "genres": [],
          "themes": [],
          "startedAt": "2014-12-10",
          "endedAt": "2015-05-27",
          "airTime": "16:49:00",
          "airDay": 7,
          "copyright": "℗ 1997 Kulas-Baumbach",
          "givenRating": 0,
          "libraryStatus": null,
          "isFavorited": false,
          "isReminded": false
        }
      },
      "attributes": {
        "type": "Full story"
      }
    },
    {
      "show": {
        "id": 219,
        "type": "show",
        "href": "/v1/anime/219",
        "attributes": {
          "title": "Nam voluptatum voluptas optio qui.",
          "type": "Unknown",
          "source": "Original",
          "anidbID": null,
          "anilistID": null,
          "kitsuID": null,
          "imdbID": null,
          "malID": null,
          "network": null,
          "studio": [],
          "status": "Tba",
          "episodes": 0,
          "seasons": 0,
          "averageRating": 0,
          "ratingCount": 0,
          "synopsis": "Rerum distinctio quibusdam porro et. Modi natus iusto ut qui praesentium dicta sed ratione. Porro excepturi et qui laudantium tenetur non iure.",
          "runtime": 25,
          "tvRating": {
            "name": "G",
            "description": "All Ages"
          },
          "tagline": "Expedita esse et cupiditate id impedit qui ut.",
          "videoURL": null,
          "poster": null,
          "background": null,
          "isNSFW": false,
          "genres": [],
          "themes": [],
          "startedAt": "2015-02-10",
          "endedAt": "2015-05-05",
          "airTime": "18:32:00",
          "airDay": 6,
          "copyright": "® 1976 Swift Ltd",
          "givenRating": 0,
          "libraryStatus": null,
          "isFavorited": false,
          "isReminded": false
        }
      },
      "attributes": {
        "type": "Adaptation"
      }
    }
  ]
}