latestOpenAPI 3.1.02026-08-22127128516.1 KB

52f71c610f6b

Users

List verified followers of a user

List verified followers of a user.

get/api/v1/x/users/{id}/verified-followers

Path parameters

idstring required

User ID or username for verified followers

Query parameters

cursorstring

Cursor from the previous response. Xquik cursors resume automatic coverage. Existing unprefixed cursors keep legacy standard behavior.

mode'standard' | 'coverage'

Omit mode for resumable maximum coverage. Standard keeps legacy pagination. Coverage returns diagnostics once and rejects cursors.

afterstring

Legacy verified-follower cursor alias. Prefer cursor.

pageSizeinteger

Maximum user profiles: automatic 300; standard 200. Sources return fewer profiles. Continue with has_next_page.

minFollowersinteger

Minimum follower count. Filtering happens before billing.

maxFollowersinteger

Maximum follower count. Missing counts pass this maximum.

minFollowinginteger

Profiles must follow at least this many accounts.

maxFollowinginteger

Profiles may follow at most this many accounts.

minStatusesinteger

Minimum post count. minPosts is also accepted.

maxStatusesinteger

Maximum post count. maxPosts is also accepted.

minAccountAgeDaysinteger

Minimum account age in whole days.

verifiedOnlyboolean

Only return verified profiles.

verifiedTypestring

Match the verification type exactly, ignoring case.

hasWebsiteboolean

Only return profiles with a website.

hasLocationboolean

Only return profiles with a location.

bioContainsstring

Match any comma-separated or line-separated bio term, ignoring case.

locationContainsstring

Match a location substring, ignoring case.

usernameContainsstring

Match a username substring, ignoring case.

limitinteger

Legacy verified-follower page-size alias. Coverage accepts 1-10000. Prefer pageSize.

Response

List of verified followers

OR

Example response

{
  "users": [],
  "has_next_page": false,
  "next_cursor": ""
}