Home / Documentation / Users Endpoints / User Collections

User Collections

Get user collections (favorites).

GET User Collections
URL: https://api.tikliveapi.com/user-collections/
Parameters:
userid *Required

The numeric user ID of the TikTok user.

count

Number of collections to retrieve.
Maximum: 35.

cursor

Cursor for pagination.

Example URL: https://api.tikliveapi.com/user-collections/?userid=107955
Example Response:
{
  "collection_list": [
    {
      "id": "7394627756635573022",
      "name": "Summer of Sports",
      "state": 3,
      "video_count": 139
    }
  ],
  "cursor": 1,
  "hasMore": false
}