Hikka Docs Hikka Docs
EndpointsRead

Read Get

GET
/read/{content_type}/{slug}

Path Parameters

content_type*string
Value in"manga" | "novel"
slug*string

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/read/manga/string"
{
  "reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
  "note": "🤯",
  "updated": 1686088809,
  "created": 1686088809,
  "status": "reading",
  "chapters": 3,
  "volumes": 3,
  "rereads": 2,
  "score": 8,
  "content": {
    "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"
  }
}
{
  "message": "Example error message",
  "code": "example_error"
}