Hikka Docs Hikka Docs
EndpointsRead

Get Read Following

GET
/read/{content_type}/{slug}/following

Path Parameters

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

Query Parameters

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

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/read/manga/string/following"
{
  "pagination": {
    "total": 20,
    "pages": 2,
    "page": 1
  },
  "list": [
    {
      "reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
      "updated": 1686088809,
      "created": 1686088809,
      "description": "Hikka",
      "username": "hikka",
      "cover": "string",
      "active": true,
      "avatar": "string",
      "role": "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"
}