Hikka Docs Hikka Docs
EndpointsNovel

Novel info

GET
/novel/{slug}

Path Parameters

slug*string

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/novel/string"
{
  "data_type": "string",
  "authors": [
    {
      "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"
        ]
      }
    }
  ],
  "magazines": [
    {
      "name_en": "string",
      "slug": "string"
    }
  ],
  "external": [
    {
      "url": "https://www.konosuba.com/",
      "text": "Official Site",
      "type": "string"
    }
  ],
  "start_date": 0,
  "end_date": 0,
  "genres": [
    {
      "name_ua": "Комедія",
      "name_en": "Comedy",
      "slug": "comedy",
      "type": "genre"
    }
  ],
  "title_original": "string",
  "stats": {
    "completed": 1502335,
    "reading": 83106,
    "on_hold": 206073,
    "dropped": 33676,
    "planned": 30222,
    "score_1": 3087,
    "score_2": 2633,
    "score_3": 4583,
    "score_4": 11343,
    "score_5": 26509,
    "score_6": 68501,
    "score_7": 211113,
    "score_8": 398095,
    "score_9": 298198,
    "score_10": 184038
  },
  "synopsis_en": "string",
  "synopsis_ua": "string",
  "media_type": "string",
  "native_scored_by": 0,
  "chapters": 0,
  "title_en": "string",
  "title_ua": "string",
  "updated": 0,
  "synonyms": [
    "string"
  ],
  "comments_count": 0,
  "has_franchise": true,
  "translated_ua": true,
  "volumes": 0,
  "native_score": 0,
  "status": "string",
  "image": "string",
  "year": 0,
  "scored_by": 0,
  "score": 0,
  "mal_id": 0,
  "nsfw": true,
  "slug": "string"
}
{
  "message": "Example error message",
  "code": "example_error"
}