> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tikfly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get User Follower

> Get User Follower



## OpenAPI

````yaml /api-reference/openapi.json get /api/user/followers
openapi: 3.1.0
info:
  title: Tikfly API - Unoffical Tiktok API
  description: >-
    Tikfly API Documentation - Unoffical Tiktok API for scalable access without
    the usual limitations
  version: 1.0.0
servers:
  - url: https://tiktok-api23.p.rapidapi.com
    description: RapidAPI
security: []
paths:
  /api/user/followers:
    get:
      tags:
        - User
      summary: Get User Follower
      description: Get User Follower
      operationId: getApiUserFollowers
      parameters:
        - in: query
          name: secUid
          schema:
            type: string
            description: User secUid. Either secUid or userId must be provided
            example: >-
              MS4wLjABAAAATOyRAXMoa_yS82hI2holT9Dbi_zDpjay9cralDPtz0uQVp8KOMvcSDkbuljy797Y
        - in: query
          name: userId
          schema:
            type: string
            description: User ID. Either secUid or userId must be provided
            example: '6530329342721922048'
        - in: query
          name: count
          schema:
            type: integer
            exclusiveMinimum: 0
            default: 30
            description: >-
              The number of results to be returned. The default and maximum
              value is 30
            example: 30
        - in: query
          name: max_time
          schema:
            type: integer
            exclusiveMinimum: 0
            default: 0
            description: >-
              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
            example: 0
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  has_more:
                    type: boolean
                    description: Indicates whether there are more data available to fetch
                    example: true
                  max_time:
                    type: number
                    description: >-
                      Cursor for pagination. Use this value in subsequent
                      requests to fetch more data
                    example: 1772510719
                  total:
                    type: number
                    description: Total number of followers the user currently has
                    example: 33265126
                  followers:
                    type: array
                    items:
                      type: object
                      properties:
                        accept_private_policy:
                          type: boolean
                          description: >-
                            Indicates whether the user has accepted the platform
                            privacy policy.
                          example: false
                        account_labels:
                          type: 'null'
                          description: >-
                            Additional labels or badges associated with the
                            account.
                          example: null
                        account_region:
                          type: string
                          description: Region associated with the user account.
                          example: ''
                        ad_cover_url:
                          type: 'null'
                          description: Advertising-related cover image metadata.
                          example: null
                        advance_feature_item_order:
                          type: 'null'
                          description: >-
                            Configuration for advanced feature item ordering on
                            the profile.
                          example: null
                        advanced_feature_info:
                          type: 'null'
                          description: >-
                            Additional advanced feature configuration
                            information.
                          example: null
                        apple_account:
                          type: number
                          description: >-
                            Indicates whether the account is linked to Apple
                            (numeric flag).
                          example: 0
                        authority_status:
                          type: number
                          description: Authority or moderation status of the account.
                          example: 0
                        avatar_168x168:
                          type: object
                          properties:
                            height:
                              type: number
                              description: The height of the avatar image in pixels.
                              example: 720
                            uri:
                              type: string
                              description: >-
                                The internal URI or storage path of the avatar
                                image on the CDN.
                              example: >-
                                tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7
                            url_list:
                              type: array
                              items:
                                type: string
                              description: >-
                                A list of accessible URLs for the avatar image
                                in different formats or resolutions.
                              example:
                                - >-
                                  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?...
                            url_prefix:
                              type:
                                - string
                                - 'null'
                              description: >-
                                Optional URL prefix used to construct full
                                avatar image URLs. Can be null if not
                                applicable.
                              example: null
                            width:
                              type: number
                              description: The width of the avatar image in pixels.
                              example: 720
                        avatar_300x300:
                          type: object
                          properties:
                            height:
                              type: number
                              description: The height of the avatar image in pixels.
                              example: 720
                            uri:
                              type: string
                              description: >-
                                The internal URI or storage path of the avatar
                                image on the CDN.
                              example: >-
                                tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7
                            url_list:
                              type: array
                              items:
                                type: string
                              description: >-
                                A list of accessible URLs for the avatar image
                                in different formats or resolutions.
                              example:
                                - >-
                                  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?...
                            url_prefix:
                              type:
                                - string
                                - 'null'
                              description: >-
                                Optional URL prefix used to construct full
                                avatar image URLs. Can be null if not
                                applicable.
                              example: null
                            width:
                              type: number
                              description: The width of the avatar image in pixels.
                              example: 720
                        avatar_larger:
                          type: object
                          properties:
                            height:
                              type: number
                              description: The height of the avatar image in pixels.
                              example: 720
                            uri:
                              type: string
                              description: >-
                                The internal URI or storage path of the avatar
                                image on the CDN.
                              example: >-
                                tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7
                            url_list:
                              type: array
                              items:
                                type: string
                              description: >-
                                A list of accessible URLs for the avatar image
                                in different formats or resolutions.
                              example:
                                - >-
                                  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?...
                            url_prefix:
                              type:
                                - string
                                - 'null'
                              description: >-
                                Optional URL prefix used to construct full
                                avatar image URLs. Can be null if not
                                applicable.
                              example: null
                            width:
                              type: number
                              description: The width of the avatar image in pixels.
                              example: 720
                        avatar_medium:
                          type: object
                          properties:
                            height:
                              type: number
                              description: The height of the avatar image in pixels.
                              example: 720
                            uri:
                              type: string
                              description: >-
                                The internal URI or storage path of the avatar
                                image on the CDN.
                              example: >-
                                tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7
                            url_list:
                              type: array
                              items:
                                type: string
                              description: >-
                                A list of accessible URLs for the avatar image
                                in different formats or resolutions.
                              example:
                                - >-
                                  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?...
                            url_prefix:
                              type:
                                - string
                                - 'null'
                              description: >-
                                Optional URL prefix used to construct full
                                avatar image URLs. Can be null if not
                                applicable.
                              example: null
                            width:
                              type: number
                              description: The width of the avatar image in pixels.
                              example: 720
                        avatar_thumb:
                          type: object
                          properties:
                            height:
                              type: number
                              description: The height of the avatar image in pixels.
                              example: 720
                            uri:
                              type: string
                              description: >-
                                The internal URI or storage path of the avatar
                                image on the CDN.
                              example: >-
                                tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7
                            url_list:
                              type: array
                              items:
                                type: string
                              description: >-
                                A list of accessible URLs for the avatar image
                                in different formats or resolutions.
                              example:
                                - >-
                                  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?...
                            url_prefix:
                              type:
                                - string
                                - 'null'
                              description: >-
                                Optional URL prefix used to construct full
                                avatar image URLs. Can be null if not
                                applicable.
                              example: null
                            width:
                              type: number
                              description: The width of the avatar image in pixels.
                              example: 720
                        avatar_uri:
                          type: string
                          description: Internal CDN URI of the user avatar.
                          example: tos-maliva-avt-0068/0844f6dfc44957a40308a65f4afcada7
                        aweme_count:
                          type: number
                          description: Total number of videos posted by the user.
                          example: 1217
                        bind_phone:
                          type: string
                          description: Masked phone number bound to the account.
                          example: ''
                        bold_fields:
                          type: 'null'
                          description: Fields highlighted in bold on the user profile.
                          example: null
                        can_message_follow_status_list:
                          type: 'null'
                          description: ''
                          example: null
                        can_set_geofencing:
                          type: 'null'
                          description: ''
                          example: null
                        cha_list:
                          type: 'null'
                          description: ''
                          example: null
                        comment_filter_status:
                          type: number
                          description: Status of comment filtering settings.
                          example: 0
                        comment_setting:
                          type: number
                          description: >-
                            Privacy setting controlling who can comment on
                            videos.
                          example: 0
                        commerce_user_level:
                          type: number
                          description: Commerce account level indicator.
                          example: 0
                        cover_url:
                          type: array
                          items:
                            type: string
                          description: List of profile cover image URLs.
                          example: []
                        create_time:
                          type: number
                          description: Unix timestamp when the account was created.
                          example: 1593535515
                        custom_verify:
                          type: string
                          description: Custom verification text displayed on the profile.
                          example: ''
                        cv_level:
                          type: string
                          description: Creator verification level.
                          example: ''
                        download_prompt_ts:
                          type: number
                          description: ''
                          example: 0
                        download_setting:
                          type: number
                          description: Controls who can download the user’s videos.
                          example: 3
                        duet_setting:
                          type: number
                          description: Controls who can create duet videos with this user.
                          example: 3
                        enabled_filter_all_comments:
                          type: boolean
                          description: ''
                          example: false
                        enterprise_verify_reason:
                          type: string
                          description: Reason for enterprise account verification.
                          example: institution account
                        events:
                          type: 'null'
                          description: ''
                          example: null
                        fake_data_info:
                          type: object
                          description: ''
                          example: {}
                        favoriting_count:
                          type: number
                          description: Number of videos the user has favorited.
                          example: 249
                        fb_expire_time:
                          type: number
                          description: ''
                          example: 0
                        follower_count:
                          type: number
                          description: Total number of followers.
                          example: 9588130
                        followers_detail:
                          type: 'null'
                          description: ''
                          example: null
                        following_count:
                          type: number
                          description: Total number of accounts the user follows.
                          example: 37
                        geofencing:
                          type: 'null'
                          description: ''
                          example: null
                        google_account:
                          type: string
                          description: ''
                          example: ''
                        has_email:
                          type: boolean
                          description: Indicates whether the account has an email bound.
                          example: false
                        has_facebook_token:
                          type: boolean
                          description: ''
                          example: false
                        has_insights:
                          type: boolean
                          description: ''
                          example: false
                        has_orders:
                          type: boolean
                          description: ''
                          example: false
                        has_twitter_token:
                          type: boolean
                          description: ''
                          example: false
                        has_youtube_token:
                          type: boolean
                          description: ''
                          example: false
                        hide_search:
                          type: boolean
                          description: >-
                            Indicates whether the profile is hidden from search
                            results.
                          example: true
                        homepage_bottom_toast:
                          type: 'null'
                          description: ''
                          example: null
                        ins_id:
                          type: string
                          description: Linked Instagram username.
                          example: disneyplus
                        is_ad_fake:
                          type: boolean
                          description: ''
                          example: false
                        is_discipline_member:
                          type: boolean
                          description: ''
                          example: false
                        is_mute:
                          type: number
                          description: Mute status for this user (numeric flag).
                          example: 0
                        is_mute_lives:
                          type: number
                          description: Mute live status for this user (numeric flag).
                          example: 0
                        is_mute_non_story_post:
                          type: number
                          description: >-
                            Mute non story post status for this user (numeric
                            flag).
                          example: 0
                        is_mute_story:
                          type: number
                          description: Mute story status for this user (numeric flag).
                          example: 0
                        is_phone_binded:
                          type: boolean
                          description: >-
                            Indicates whether a phone number is bound to the
                            account.
                          example: false
                        is_star:
                          type: boolean
                          description: >-
                            Indicates whether the account is marked as a
                            featured/celebrity account.
                          example: false
                        item_list:
                          type: 'null'
                          description: ''
                          example: null
                        language:
                          type: string
                          description: Preferred language of the user (ISO code).
                          example: en
                        live_agreement:
                          type: number
                          description: ''
                          example: 0
                        live_commerce:
                          type: boolean
                          description: >-
                            Indicates whether live commerce features are
                            enabled.
                          example: false
                        live_verify:
                          type: number
                          description: ''
                          example: 0
                        mention_status:
                          type: number
                          description: Controls who can mention this user.
                          example: 1
                        mutual_relation_avatars:
                          type: 'null'
                          description: ''
                          example: null
                        need_points:
                          type: 'null'
                          description: ''
                          example: null
                        need_recommend:
                          type: number
                          description: ''
                          example: 0
                        nickname:
                          type: string
                          description: Display name of the user.
                          example: Disney+
                        original_musician:
                          type: object
                          properties:
                            digg_count:
                              type: number
                              description: ''
                              example: 0
                            music_count:
                              type: number
                              description: ''
                              example: 0
                            music_used_count:
                              type: number
                              description: ''
                              example: 0
                            new_release_clip_ids:
                              type: 'null'
                              description: ''
                              example: null
                        platform_sync_info:
                          type: 'null'
                          description: ''
                          example: null
                        prevent_download:
                          type: boolean
                          description: Indicates whether video downloads are disabled.
                          example: false
                        react_setting:
                          type: number
                          description: Controls who can react to the user’s videos.
                          example: 0
                        region:
                          type: string
                          description: >-
                            Country or region code of the user (ISO 3166-1
                            alpha-2).
                          example: US
                        relative_users:
                          type: 'null'
                          description: ''
                          example: null
                        reply_with_video_flag:
                          type: number
                          description: Controls reply-with-video permissions.
                          example: 4
                        room_id:
                          type: number
                          description: ''
                          example: 0
                        search_highlight:
                          type: 'null'
                          description: ''
                          example: null
                        sec_uid:
                          type: string
                          description: >-
                            Secure unique identifier used for public API
                            operations.
                          example: >-
                            MS4wLjABAAAAqUNM3kSR5Ftp2-qS8tMXPcOX8sQIrztPZ6xbXF19zZMi805WqA158zLCL15WnGHL
                        secret:
                          type: number
                          description: >-
                            Indicates whether the account is private (numeric
                            flag).
                          example: 0
                        share_info:
                          type: object
                          description: ''
                          example: {}
                        share_qrcode_uri:
                          type: string
                          description: ''
                          example: ''
                        shield_comment_notice:
                          type: number
                          description: ''
                          example: 0
                        shield_digg_notice:
                          type: number
                          description: ''
                          example: 0
                        shield_edit_field_info:
                          type: 'null'
                          description: ''
                          example: null
                        shield_follow_notice:
                          type: number
                          description: ''
                          example: 0
                        short_id:
                          type: string
                          description: Short numeric user identifier.
                          example: '0'
                        show_image_bubble:
                          type: boolean
                          description: ''
                          example: false
                        signature:
                          type: string
                          description: User profile biography text.
                          example: The greatest stories live here.
                        special_account:
                          type: object
                          properties:
                            special_account_list:
                              type: 'null'
                              description: ''
                              example: null
                        special_lock:
                          type: number
                          description: >-
                            Indicates whether the profile has special lock
                            restrictions.
                          example: 1
                        status:
                          type: number
                          description: Account status indicator.
                          example: 1
                        stitch_setting:
                          type: number
                          description: Controls who can stitch this user’s videos.
                          example: 3
                        total_favorited:
                          type: number
                          description: Total number of likes received across all videos.
                          example: 48017440
                        tw_expire_time:
                          type: number
                          description: ''
                          example: 0
                        twitter_id:
                          type: string
                          description: Linked Twitter account ID.
                          example: ''
                        twitter_name:
                          type: string
                          description: Linked Twitter display name.
                          example: ''
                        type_label:
                          type: 'null'
                          description: ''
                          example: null
                        uid:
                          type: string
                          description: Primary unique user identifier.
                          example: '6844178288162063365'
                        unique_id:
                          type: string
                          description: Public username (handle) of the account.
                          example: disneyplus
                        unique_id_modify_time:
                          type: number
                          description: Unix timestamp of the last username modification.
                          example: 1772511805
                        user_canceled:
                          type: boolean
                          description: >-
                            Indicates whether the user has canceled or
                            deactivated the account.
                          example: false
                        user_mode:
                          type: number
                          description: User mode type indicator.
                          example: 1
                        user_period:
                          type: number
                          description: ''
                          example: 0
                        user_profile_guide:
                          type: 'null'
                          description: ''
                          example: null
                        user_rate:
                          type: number
                          description: User rating or classification indicator.
                          example: 1
                        user_spark_info:
                          type: object
                          description: ''
                          example: {}
                        user_tags:
                          type: 'null'
                          description: ''
                          example: null
                        verification_type:
                          type: number
                          description: Numeric verification type identifier.
                          example: 1
                        verify_info:
                          type: string
                          description: >-
                            Additional verification information displayed on
                            profile.
                          example: ''
                        video_icon:
                          type: object
                          description: ''
                          example: {}
                        white_cover_url:
                          type: 'null'
                          description: ''
                          example: null
                        with_commerce_entry:
                          type: boolean
                          description: >-
                            Indicates whether the commerce entry point is
                            enabled.
                          example: false
                        with_shop_entry:
                          type: boolean
                          description: Indicates whether the shop entry point is enabled.
                          example: false
                        youtube_channel_id:
                          type: string
                          description: Linked YouTube channel ID.
                          example: ''
                        youtube_channel_title:
                          type: string
                          description: Linked YouTube channel title.
                          example: ''
                        youtube_expire_time:
                          type: number
                          description: ''
                          example: 0
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: Bad request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: >-
                      Invalid API key. Go to https://docs.rapidapi.com/docs/keys
                      for more info.
        '403':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: You are not subscribed to this API.
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: 'Request failed with status 500: Internal Server Error'
                  status_code:
                    type: number
                    example: 500
      security:
        - apiKeyAuth: []
components:
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: x-rapidapi-key
      description: >-
        Rapid API Key. [How can I get Rapid API
        Key?](https://docs.tikfly.io/getting-started/quickstart)

````