Hikka Docs Hikka Docs
EndpointsCollections

Get Collections

POST
/collections

Query Parameters

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

Header Parameters

auth?|
auth?|

Request Body

application/json

sort?array<>
Default["system_ranking:desc","created:desc"]
content?array<>
Default[]
Itemsitems <= 1
content_type?|
author?|
only_public?boolean
Defaulttrue
tags?array<>
Default[]
Itemsitems <= 3
[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://api.hikka.io/collections" \  -H "Content-Type: application/json" \  -d '{}'
{
  "pagination": {
    "total": 20,
    "pages": 2,
    "page": 1
  },
  "list": [
    {
      "data_type": "string",
      "visibility": "unlisted",
      "author": {
        "reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
        "updated": 1686088809,
        "created": 1686088809,
        "description": "Hikka",
        "username": "hikka",
        "cover": "string",
        "active": true,
        "avatar": "string",
        "role": "string",
        "is_followed": true
      },
      "labels_order": [
        "string"
      ],
      "created": 0,
      "updated": 0,
      "comments_count": 0,
      "content_type": "string",
      "description": "string",
      "vote_score": 0,
      "tags": [
        "string"
      ],
      "reference": "string",
      "my_score": 0,
      "spoiler": true,
      "entries": 0,
      "title": "string",
      "nsfw": true,
      "collection": [
        {
          "comment": "string",
          "label": "string",
          "content_type": "string",
          "order": 0,
          "content": {
            "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
              }
            ]
          }
        }
      ]
    }
  ]
}
{
  "message": "Example error message",
  "code": "example_error"
}