EndpointsAnime
Anime staff
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/staff"{
"pagination": {
"total": 20,
"pages": 2,
"page": 1
},
"list": [
{
"roles": [
{
"name_ua": "string",
"name_en": "string",
"weight": 0,
"slug": "string"
}
],
"person": {
"data_type": "string",
"name_native": "高橋 李依",
"name_ua": "Ріє Такахаші",
"name_en": "Rie Takahashi",
"image": "https://cdn.hikka.io/hikka.jpg",
"slug": "rie-takahashi-123456",
"description_ua": "string",
"synonyms": [
"string"
]
},
"weight": 0
}
]
}{
"message": "Example error message",
"code": "example_error"
}