Home / Documentation / Users Endpoints / User Playlists (Mix)

User Playlists (Mix)

Get playlists created by a user.

GET User Playlists (Mix)
URL: https://api.tikliveapi.com/user-playlists/
Parameters:
userid *Required

The numeric user ID of the TikTok user.

count

Number of playlists to retrieve.
Maximum: 35.

cursor

Cursor for pagination.

Example URL: https://api.tikliveapi.com/user-playlists/?userid=107955
Example Response:
{
  "mix_list": [
    {
      "id": "7516638364301265695",
      "name": "In The Mix",
      "type": 1
    },
    {
      "id": "7446779262763518766",
      "name": "Year on TikTok 2024",
      "type": 1
    },
    {
      "id": "7310664772314352415",
      "name": "TikTok In The Mix",
      "type": 1
    },
    {
      "id": "7225709448537312043",
      "name": "Life @ TikTok",
      "type": 1
    },
    {
      "id": "7225708291610135342",
      "name": "TikTok Sparks Good",
      "type": 1
    },
    {
      "id": "7200829644763941674",
      "name": "#BlackTikTok",
      "type": 1
    },
    {
      "id": "7163373594645482286",
      "name": "IYKYK",
      "type": 1
    },
    {
      "id": "7163372951851649835",
      "name": "Trend Report",
      "type": 1
    },
    {
      "id": "7163371852642028334",
      "name": "Pop Culture",
      "type": 1
    },
    {
      "id": "7163371729905306414",
      "name": "TikTok Effect House",
      "type": 1
    },
    {
      "id": "7128097397690977066",
      "name": "TikTok Originators",
      "type": 1
    },
    {
      "id": "6954279265768639237",
      "name": "New Features",
      "type": 1
    }
  ],
  "cursor": 12,
  "hasMore": false
}