Hikka Docs Hikka Docs
EndpointsRelated

Franchise

GET
/related/{content_type}/{slug}/franchise

Path Parameters

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

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/related/anime/string/franchise"
{
  "anime": [
    {
      "data_type": "string",
      "media_type": "tv",
      "title_ua": "Цей прекрасний світ, благословенний Богом!",
      "title_en": "KonoSuba: God's Blessing on This Wonderful World!",
      "title_ja": "Kono Subarashii Sekai ni Shukufuku wo!",
      "episodes_released": "10",
      "episodes_total": "10",
      "image": "https://cdn.hikka.io/hikka.jpg",
      "status": "finished",
      "native_scored_by": 1210150,
      "native_score": 8.11,
      "scored_by": 1210150,
      "score": 8.11,
      "slug": "kono-subarashii-sekai-ni-shukufuku-wo-123456",
      "start_date": 0,
      "end_date": 0,
      "created": 0,
      "updated": 0,
      "translated_ua": true,
      "season": "string",
      "source": "string",
      "rating": "string",
      "year": 0,
      "mal_id": 0,
      "watch": [
        {
          "reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
          "note": "🤯",
          "updated": 1686088809,
          "created": 1686088809,
          "status": "watching",
          "rewatches": 2,
          "duration": 24,
          "episodes": 3,
          "score": 8
        }
      ]
    }
  ],
  "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
        }
      ]
    }
  ],
  "novel": [
    {
      "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"
}