Hikka Docs Hikka Docs
EndpointsRead

Random Read Novel

GET
/read/{content_type}/random/{username}/{status}

Path Parameters

status*string
Value in"completed" | "reading" | "on_hold" | "dropped" | "planned"
content_type*string
Value in"manga" | "novel"
username*string

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/read/manga/random/string/completed"
{
  "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"
}