EndpointsAnime
Anime episodes
Path Parameters
slug*string
Query Parameters
page?integer
Default
1Range
0 < value <= 10000size?integer
Default
15Range
1 <= value <= 100Response 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"
}