Get Anime Information

Gets Anime information.

Authentication

None

URL

GET https://api.docchi.pl/v1/series/find/{slug}

Required Query Parameters

ParameterTypeExample
slugstringkoi-wa-sekai-seifuku-no-ato-de-48643

Optional Query Parameters

None

Return Values

ParameterTypeDescription
idintegerServer-side ID for anime.
mal_idintegerMyAnimeList ID.
ani_idintegerAnilist ID - can be null
titlestringJapanese title of anime.
title_enstringEnglish title of anime.
slugstringSlug & ID to the anime.
descriptionstringDescription written in markdown.
coverstringURL to the cover.
bgstringURL to the background.
genresarrayAssigned genres to anime.
broadcast_daystringDay of the week that new episodes come out.
seasonstringwinter/spring/summer/fall
season_yearinteger2023
aired_fromdateDate when anime gonna start airing.
episodesintegerNumber of episodes.

Example Response

{
  "id": 657,
  "mal_id": 51462,
  "ani_id": null,
  "title": "Isekai Nonbiri Nouka",
  "title_en": "Farming Life in Another World",
  "slug": "isekai-nonbiri-nouka-51462",
  "description": "Having died of sickness at the age of 39, Machio Hiraku is given the opportunity to go to another world. When asked what his wish is by God intending to give him strength, he requests to have a healthy body, offered a second wish, he chooses to live peacefully, a third wish to be able to know the local language, and for a final wish, to be able to be a farmer.\n\n(Source: MAL News)",
  "cover": "https://cdn.myanimelist.net/images/anime/1983/132329l.jpg",
  "bg": null,
  "genres": [
    "Fantasy"
  ],
  "broadcast_day": "Fridays",
  "aired_from": "2023-01-06T00:00:00+00:00",
  "episodes": 12,
  "season": "winter",
  "season_year": 2023
}