Get Anime Information
Gets Anime information.
Authentication
None
URL
GET https://api.docchi.pl/v1/series/find/{slug}
Required Query Parameters
Parameter | Type | Example |
---|---|---|
slug | string | koi-wa-sekai-seifuku-no-ato-de-48643 |
Optional Query Parameters
None
Return Values
Parameter | Type | Description |
---|---|---|
id | integer | Server-side ID for anime. |
mal_id | integer | MyAnimeList ID. |
ani_id | integer | Anilist ID - can be null |
title | string | Japanese title of anime. |
title_en | string | English title of anime. |
slug | string | Slug & ID to the anime. |
description | string | Description written in markdown. |
cover | string | URL to the cover. |
bg | string | URL to the background. |
genres | array | Assigned genres to anime. |
broadcast_day | string | Day of the week that new episodes come out. |
season | string | winter /spring /summer /fall |
season_year | integer | 2023 |
aired_from | date | Date when anime gonna start airing. |
episodes | integer | Number 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
}