v1

latestOpenAPI 3.1.02026-07-26560790.7 KB
User

Get User Follower

Get User Follower

get/api/user/followers

Query parameters

secUidstring

User secUid. Either secUid or userId must be provided

Example:MS4wLjABAAAATOyRAXMoa_yS82hI2holT9Dbi_zDpjay9cralDPtz0uQVp8KOMvcSDkbuljy797Y
userIdstring

User ID. Either secUid or userId must be provided

Example:6530329342721922048
countinteger

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

Example:30
max_timeinteger

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

Response

Success

has_moreboolean

Indicates whether there are more data available to fetch

max_timenumber

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

totalnumber

Total number of followers the user currently has

Example response

{
  "has_more": true,
  "max_time": 1772510719,
  "total": 33265126,
  "followers": [
    {
      "avatar_168x168": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7",
        "url_list": [
          "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7~tplv-tiktokx-cropcenter:168:168.webp?...",
          "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7~tplv-tiktokx-cropcenter:168:168.jpeg?..."
        ],
        "width": 720
      },
      "avatar_300x300": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7",
        "url_list": [
          "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7~tplv-tiktokx-cropcenter:168:168.webp?...",
          "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7~tplv-tiktokx-cropcenter:168:168.jpeg?..."
        ],
        "width": 720
      },
      "avatar_larger": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7",
        "url_list": [
          "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7~tplv-tiktokx-cropcenter:168:168.webp?...",
          "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7~tplv-tiktokx-cropcenter:168:168.jpeg?..."
        ],
        "width": 720
      },
      "avatar_medium": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7",
        "url_list": [
          "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7~tplv-tiktokx-cropcenter:168:168.webp?...",
          "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7~tplv-tiktokx-cropcenter:168:168.jpeg?..."
        ],
        "width": 720
      },
      "avatar_thumb": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7",
        "url_list": [
          "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7~tplv-tiktokx-cropcenter:168:168.webp?...",
          "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7~tplv-tiktokx-cropcenter:168:168.jpeg?..."
        ],
        "width": 720
      },
      "avatar_uri": "tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7",
      "aweme_count": 1217,
      "cover_url": [],
      "create_time": 1593535515,
      "download_setting": 3,
      "duet_setting": 3,
      "enterprise_verify_reason": "institution account",
      "fake_data_info": {},
      "favoriting_count": 249,
      "follower_count": 9588130,
      "following_count": 37,
      "hide_search": true,
      "ins_id": "disneyplus",
      "language": "en",
      "mention_status": 1,
      "nickname": "Disney+",
      "region": "US",
      "reply_with_video_flag": 4,
      "sec_uid": "MS4wLjABAAAAqUNM3kSR5Ftp2-qS8tMXPcOX8sQIrztPZ6xbXF19zZMi805WqA158zLCL15WnGHL",
      "share_info": {},
      "short_id": "0",
      "signature": "The greatest stories live here.",
      "special_lock": 1,
      "status": 1,
      "stitch_setting": 3,
      "total_favorited": 48017440,
      "uid": "6844178288162063365",
      "unique_id": "disneyplus",
      "unique_id_modify_time": 1772511805,
      "user_mode": 1,
      "user_rate": 1,
      "user_spark_info": {},
      "verification_type": 1,
      "video_icon": {}
    }
  ]
}