Hikka Docs Hikka Docs
EndpointsAnime

Anime info

GET
/anime/{slug}

Path Parameters

slug*string

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/anime/string"
{
  "data_type": "string",
  "companies": [
    {
      "company": {
        "image": "https://cdn.hikka.io/hikka.jpg",
        "slug": "hikka-inc-123456",
        "name": "Hikka Inc."
      },
      "type": "producer"
    }
  ],
  "genres": [
    {
      "name_ua": "Комедія",
      "name_en": "Comedy",
      "slug": "comedy",
      "type": "genre"
    }
  ],
  "start_date": 1686088809,
  "end_date": 1686088809,
  "updated": 0,
  "comments_count": 0,
  "episodes_released": 10,
  "episodes_total": 10,
  "synopsis_en": "...",
  "synopsis_ua": "...",
  "media_type": "tv",
  "title_ua": "Цей прекрасний світ, благословенний Богом!",
  "title_en": "KonoSuba: God's Blessing on This Wonderful World!",
  "title_ja": "Kono Subarashii Sekai ni Shukufuku wo!",
  "duration": 23,
  "image": "https://cdn.hikka.io/hikka.jpg",
  "status": "finished",
  "source": "light_novel",
  "rating": "pg_13",
  "has_franchise": true,
  "native_scored_by": 1210150,
  "native_score": 8.11,
  "scored_by": 1210150,
  "score": 8.11,
  "nsfw": false,
  "slug": "kono-subarashii-sekai-ni-shukufuku-wo-123456",
  "created": 0,
  "season": "string",
  "year": 0,
  "synonyms": "Konosuba",
  "external": [
    {
      "url": "https://www.konosuba.com/",
      "text": "Official Site",
      "type": "string"
    }
  ],
  "videos": [
    {
      "url": "https://youtu.be/_4W1OQoDEDg",
      "title": "ED 2 (Artist ver.)",
      "description": "...",
      "video_type": "video_music"
    }
  ],
  "ost": [
    {
      "index": 1,
      "title": "fantastic dreamer",
      "author": "Machico",
      "spotify": "https://open.spotify.com/track/3BIhcWQV2hGRoEXdLL3Fzw",
      "ost_type": "opening"
    }
  ],
  "stats": {
    "completed": 1502335,
    "watching": 83106,
    "planned": 206073,
    "dropped": 33676,
    "on_hold": 30222,
    "score_1": 3087,
    "score_2": 2633,
    "score_3": 4583,
    "score_4": 11343,
    "score_5": 26509,
    "score_6": 68501,
    "score_7": 211113,
    "score_8": 398095,
    "score_9": 298198,
    "score_10": 184038
  },
  "schedule": [
    {}
  ],
  "translated_ua": true,
  "mal_id": 0
}
{
  "message": "Example error message",
  "code": "example_error"
}