Skip to main content
GET
/
api
/
user
/
followings
Get User Following
curl --request GET \
  --url https://tiktok-api23.p.rapidapi.com/api/user/followings \
  --header 'x-rapidapi-key: <api-key>'
{
  "hasMore": true,
  "minCursor": 1576752864,
  "total": 38,
  "userList": [
    {
      "stats": {
        "diggCount": 2276,
        "followerCount": 33300000,
        "followingCount": 0,
        "friendCount": 0,
        "heart": 263500000,
        "heartCount": 263500000,
        "videoCount": 78
      },
      "statsV2": {
        "diggCount": "2276",
        "followerCount": "33265139",
        "followingCount": "0",
        "friendCount": "0",
        "heart": "263479941",
        "heartCount": "263479941",
        "videoCount": "78"
      },
      "user": {
        "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",
        "commentSetting": 0,
        "downloadSetting": 0,
        "duetSetting": 0,
        "ftc": false,
        "id": "6881290705605477381",
        "isADVirtual": false,
        "nickname": "Taylor Swift",
        "openFavorite": true,
        "privateAccount": false,
        "secUid": "MS4wLjABAAAAqB08cUbXaDWqbD6MCga2RbGTuhfO2EsHayBYx08NDrN7IE3jQuRDNNN6YwyfH6_6",
        "secret": false,
        "signature": "This is pretty much just a cat account",
        "stitchSetting": 0,
        "ttSeller": false,
        "uniqueId": "taylorswift",
        "verified": true
      }
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

secUid
string
required

User secUid

Minimum string length: 1
Example:

"MS4wLjABAAAAY3pcRUgWNZAUWlErRzIyrWoc1cMUIdws4KMQQAS5aKN9AD1lcmx5IvCXMUJrP2dB"

count
integer
default:30

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

Example:

30

minCursor
integer
default:0

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

Example:

0

Response

Success

hasMore
boolean

Indicates whether there are more data available to fetch

Example:

true

minCursor
number

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

Example:

1576752864

total
number

Total number of users the account is following

Example:

38

userList
object[]