Hikka Docs Hikka Docs
EndpointsAnime

Anime episodes

GET
/anime/{slug}/episodes

Path Parameters

slug*string

Query Parameters

page?integer
Default1
Range0 < value <= 10000
size?integer
Default15
Range1 <= value <= 100

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/anime/string/episodes"
{
  "pagination": {
    "total": 20,
    "pages": 2,
    "page": 1
  },
  "list": [
    {
      "aired": 1686088809,
      "title_ua": "Самопроголошена богиня і переродження в паралельному світі!",
      "title_en": "This Self-Proclaimed Goddess and Reincarnation in Another World!",
      "title_ja": "Kono Jishou Megami to Isekai Tenshou wo!",
      "index": 1
    }
  ]
}
{
  "message": "Example error message",
  "code": "example_error"
}