---
title: "GET /twitter/user/verifiedFollowers"
method: GET
path: "/twitter/user/verifiedFollowers"
---

# GET /twitter/user/verifiedFollowers

`GET /twitter/user/verifiedFollowers`

Get user verified followers in reverse chronological order (newest first). Returns exactly 20 verified followers per page, sorted by follow date. Most recent followers appear on the first page. Use cursor for pagination through the complete followers list.$0.3 per 1000 followers

## Query parameters

- `user_id` string, string, required
- `cursor` string, string

## Response `200`

User info

- object
  - `followers` UserInfoBasic[] — Array of followers
    - `type` 'user'
    - `userName` string — The username of the Twitter user
    - `url` string — The x.com URL of the user's profile
    - `id` string — The unique identifier of the user
    - `name` string — The display name of the user
    - `profilePicture` string — URL of the user's profile picture
    - `coverPicture` string — URL of the user's cover picture
    - `description` string — The user's profile description
    - `location` string — The user's location.for example: 東京の端っこ . may be empty
    - `followers` integer — Number of followers
    - `following` integer — Number of accounts following
    - `canDm` boolean — Whether the user can receive DMs
    - `createdAt` string — When the account was created.for example: Thu Dec 13 08:41:26 +0000 2007
    - `favouritesCount` integer — Number of favorites
    - `hasCustomTimelines` boolean — Whether the user has custom timelines
    - `isTranslator` boolean — Whether the user is a translator
    - `mediaCount` integer — Number of media posts
    - `statusesCount` integer — Number of status updates
    - `withheldInCountries` string[] — Countries where the account is withheld
    - `affiliatesHighlightedLabel` object
    - `possiblySensitive` boolean — Whether the account may contain sensitive content
    - `pinnedTweetIds` string[] — IDs of pinned tweets
    - `isAutomated` boolean — Whether the account is automated
    - `automatedBy` string — The account that automated the account
    - `unavailable` boolean — Whether the account is unavailable
    - `message` string — The message of the account.eg. "This account is unavailable" or "This account is suspended"
    - `unavailableReason` string — The reason the account is unavailable.eg. "suspended"
    - `profile_bio` object
      - `description` string
      - `entities` object
        - `description` object
          - `urls` object[]
            - `display_url` string
            - `expanded_url` string
            - `indices` integer[]
            - `url` string
        - `url` object
          - `urls` object[]
            - `display_url` string
            - `expanded_url` string
            - `indices` integer[]
            - `url` string
  - `status` 'success' | 'error' — Status of the request.success or error
  - `message` string — Message of the request.error message

## Other responses

- `400` — unexpected error

---

[API](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api.md) · [All operations](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twitterapi/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/revisions/1b1afaf3df76/schema)
