EndpointsWatch
Get Watch Following
Path Parameters
slug*string
Query Parameters
page?integer
Default
1Range
0 < value <= 10000size?integer
Default
15Range
1 <= value <= 100Header Parameters
auth?|
Cookie Parameters
auth?|
Response Body
application/json
application/json
curl -X GET "https://api.hikka.io/watch/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",
"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"
}