v1

latestOpenAPI 3.1.02026-07-26560790.7 KB
User

Get User Playlist

Get User Playlist

get/api/user/playlist

Query parameters

secUidstring required

User secUid

Example:MS4wLjABAAAAOVL3gR6qKaY1C7FWW5x3dNZ-IXOYUrMA9PQ4k2kOZU9FNqvxo-xV4p_dUsQxtDUW
countinteger

The number of results to be returned. The default and maximum value is 20

Example:20
cursorstring

cursor parameter is used for pagination. In the first request, the default value of cursor is 0. For subsequent requests, the value of cursor will be taken from the response of the previous request

Response

Success

cursorstring

Cursor for pagination. Use this value in subsequent requests to fetch more data

hasMoreboolean

Indicates whether there are more data available to fetch

Example response

{
  "cursor": "20",
  "hasMore": true,
  "playList": [
    {
      "cover": "https://p16-sign.tiktokcdn-us.com/tos-useast5-p-85c255-tx/oIXDy1dyIIA7zvd0h4aiMdBUawivgUNvpnVBV~tplv-tiktokx-origin.image?dr=10395&x-expires=1763506800&x-signature=7oSZCLu5q6FKplEoHu5obvEcbjI%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=43f4a2f9&idc=no1a",
      "creator": {
        "avatarLarger": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/f8c7cad75f3a12205d31d6662d2555d5~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=14579&refresh_token=44dee363&x-expires=1743199200&x-signature=%2BGEGvUBERYBrAM3WxRM7lBR%2BwHk%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=my",
        "avatarMedium": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/f8c7cad75f3a12205d31d6662d2555d5~tplv-tiktokx-cropcenter:720:720.jpeg?dr=14579&refresh_token=9014dbf4&x-expires=1743199200&x-signature=z0YrUAc7zL43tXzRLreiqXkp3UQ%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=f20df69d&idc=my",
        "avatarThumb": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/f8c7cad75f3a12205d31d6662d2555d5~tplv-tiktokx-cropcenter:100:100.jpeg?dr=14579&refresh_token=5e79e1f7&x-expires=1743199200&x-signature=JC18MQX811ztSmm8YN5MdLNjViA%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=f20df69d&idc=my",
        "id": "6881290705605477381",
        "nickname": "Taylor Swift",
        "openFavorite": true,
        "secUid": "MS4wLjABAAAAqB08cUbXaDWqbD6MCga2RbGTuhfO2EsHayBYx08NDrN7IE3jQuRDNNN6YwyfH6_6",
        "signature": "This is pretty much just a cat account",
        "uniqueId": "taylorswift",
        "verified": true
      },
      "id": "7556291800638425869",
      "mixId": "7556291800638425869",
      "mixName": "Government shutdown",
      "name": "Government shutdown",
      "videoCount": 5
    }
  ]
}