EndpointsPeople
Person Manga
Path Parameters
slug*string
Query Parameters
page?integer
Default
1Range
0 < value <= 10000size?integer
Default
15Range
1 <= value <= 100Header Parameters
auth?|
Cookie Parameters
auth?|
Response Body
application/json
application/json
curl -X GET "https://api.hikka.io/people/string/manga"{
"pagination": {
"total": 20,
"pages": 2,
"page": 1
},
"list": [
{
"roles": [
{
"name_en": "string",
"name_ua": "string"
}
],
"manga": {
"data_type": "string",
"start_date": 0,
"end_date": 0,
"created": 0,
"updated": 0,
"title_original": "string",
"media_type": "string",
"native_scored_by": 0,
"title_ua": "string",
"title_en": "string",
"chapters": 0,
"volumes": 0,
"translated_ua": true,
"native_score": 0,
"status": "string",
"image": "string",
"year": 0,
"scored_by": 0,
"score": 0,
"mal_id": 0,
"slug": "string",
"read": [
{
"reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
"note": "🤯",
"updated": 1686088809,
"created": 1686088809,
"status": "reading",
"chapters": 3,
"volumes": 3,
"rereads": 2,
"score": 8
}
]
}
}
]
}{
"message": "Example error message",
"code": "example_error"
}