Hikka Docs Hikka Docs
EndpointsCompanies

Company Anime

GET
/companies/{slug}/anime

Path Parameters

slug*string

Query Parameters

type?|
page?integer
Default1
Range0 < value <= 10000
size?integer
Default15
Range1 <= value <= 100

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/companies/string/anime"
{
  "pagination": {
    "total": 20,
    "pages": 2,
    "page": 1
  },
  "list": [
    {
      "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
      },
      "type": "producer"
    }
  ]
}
{
  "message": "Example error message",
  "code": "example_error"
}