---
title: "Changes to List followers of a user"
method: GET
path: "/api/v1/x/users/{id}/followers"
---

# Changes to List followers of a user

`GET /api/v1/x/users/{id}/followers`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 21 revisions.

- **2026-08-22** `52f71c610f6b` — 2 info
- **2026-08-21** `18302a60cfee` — 17 breaking, 3 info
- **2026-08-19** `da40606c043a` — 5 info
- **2026-08-19** `ccbc269bc193` — 8 info
- **2026-08-18** `d850227d3298` — 2 info
- **2026-08-12** `5d4938bb7de3` — 198 warning
- **2026-08-12** `4da209b29df8` — 60 warning, 7 info
- **2026-08-09** `c367e6e8f845` — 5 breaking, 2 warning, 18 info

## Changes

- **2026-08-22** `52f71c610f6b` — 2 info
  - added the optional property `oneOf[#/components/schemas/PaginatedUsers]/users/items/accountBasedIn` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[#/components/schemas/PaginatedUsers]/users/items/accountBasedIn` to the response with the `200` status
- **2026-08-21** `18302a60cfee` — 17 breaking, 3 info
  - the `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `oneOf[subschema #2]/allOf[subschema #2]/` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `oneOf[subschema #4]/allOf[subschema #2]/` response's property type/format changed from ``/`` to `object`/`` for status `402`
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/complete` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/cursorFailureCount` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/deadlineReached` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/duplicateCount` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/failedStrategyCount` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/malformedCount` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/pagesFetched` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/responseTruncated` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/resultLimitReached` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/returnedUsers` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/stalledStrategyCount` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/strategies` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/strategyCount` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic/uniqueUsers` from the response with the `200` status
  - added `#/components/schemas/CoverageDiagnosticBase, subschema #2` to the `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[subschema #2]/diagnostic` response property `allOf` list for the response status `200`
  - added 'propertyNames' constraint to the `oneOf[subschema #2]/allOf[subschema #2]/` response property for the status `401`
  - added 'propertyNames' constraint to the `oneOf[subschema #4]/allOf[subschema #2]/` response property for the status `402`
- **2026-08-19** `da40606c043a` — 5 info
  - for the `query` request parameter `pageSize`, the min was decreased from `20.00` to `1.00`
  - added the optional property `oneOf[#/components/schemas/PaginatedUsers]/filtered_count` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PaginatedUsers]/users/items/affiliatesHighlightedLabel/longDescription` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[#/components/schemas/PaginatedUsers]/filtered_count` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[#/components/schemas/PaginatedUsers]/users/items/affiliatesHighlightedLabel/longDescription` to the response with the `200` status
- **2026-08-19** `ccbc269bc193` — 8 info
  - added the optional property `oneOf[#/components/schemas/PaginatedUsers]/users/items/grokTranslatedBio` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PaginatedUsers]/users/items/professional` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PaginatedUsers]/users/items/superFollowsUserProfileActive` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PaginatedUsers]/users/items/withheldScope` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[#/components/schemas/PaginatedUsers]/users/items/grokTranslatedBio` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[#/components/schemas/PaginatedUsers]/users/items/professional` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[#/components/schemas/PaginatedUsers]/users/items/superFollowsUserProfileActive` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[#/components/schemas/PaginatedUsers]/users/items/withheldScope` to the response with the `200` status
- **2026-08-18** `d850227d3298` — 2 info
  - added the optional property `oneOf[#/components/schemas/PaginatedUsers]/users/items/tipJar` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/UserListCoverageResponse]/allOf[#/components/schemas/PaginatedUsers]/users/items/tipJar` to the response with the `200` status
- **2026-08-12** `5d4938bb7de3` — 198 warning
  - added the new `closed` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `429`
  - added the new `closed` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `429`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `400`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `404`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `409`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `410`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `424`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `502`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `503`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `default`
  - added the new `closed` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `400`
  - added the new `closed` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `404`
  - added the new `closed` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `409`
  - added the new `closed` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `410`
  - added the new `closed` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `424`
  - added the new `closed` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `502`
  - added the new `closed` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `503`
  - added the new `closed` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `default`
  - added the new `closed` enum value to the `oneOf[subschema #2]/allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `401`
  - added the new `closed` enum value to the `oneOf[subschema #2]/allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `401`
  - added the new `closed` enum value to the `oneOf[subschema #4]/allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `402`
  - added the new `closed` enum value to the `oneOf[subschema #4]/allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `402`
  - added the new `expired` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `429`
  - added the new `expired` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `429`
  - added the new `expired` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `400`
  - added the new `expired` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `404`
  - added the new `expired` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `409`
  - added the new `expired` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `410`
  - added the new `expired` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `424`
  - added the new `expired` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `502`
  - added the new `expired` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `503`
  - added the new `expired` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `default`
  - added the new `expired` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `400`
  - added the new `expired` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `404`
  - added the new `expired` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `409`
  - added the new `expired` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `410`
  - added the new `expired` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `424`
  - added the new `expired` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `502`
  - added the new `expired` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `503`
  - added the new `expired` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `default`
  - …158 more
- **2026-08-12** `4da209b29df8` — 60 warning, 7 info
  - added the new `coverage_cursor_gone` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `429`
  - added the new `coverage_cursor_gone` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `429`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `400`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `404`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `409`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `424`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `502`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `503`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `default`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `400`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `404`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `409`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `424`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `502`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `503`
  - added the new `coverage_cursor_gone` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `default`
  - added the new `coverage_cursor_gone` enum value to the `oneOf[subschema #2]/allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `401`
  - added the new `coverage_cursor_gone` enum value to the `oneOf[subschema #2]/allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `401`
  - added the new `coverage_cursor_gone` enum value to the `oneOf[subschema #4]/allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `402` (media type: application/json)
  - added the new `coverage_cursor_gone` enum value to the `oneOf[subschema #4]/allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `402` (media type: application/json)
  - added the new `coverage_cursor_unavailable` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `429`
  - added the new `coverage_cursor_unavailable` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `429`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `400`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `404`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `409`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `424`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `502`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `503`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `default`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `400`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `404`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `409`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `424`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `502`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `503`
  - added the new `coverage_cursor_unavailable` enum value to the `error/oneOf[subschema #2: StructuredError]/code` response property for the response status `default`
  - added the new `coverage_cursor_unavailable` enum value to the `oneOf[subschema #2]/allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `401`
  - added the new `coverage_cursor_unavailable` enum value to the `oneOf[subschema #2]/allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `401`
  - added the new `coverage_cursor_unavailable` enum value to the `oneOf[subschema #4]/allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `402` (media type: application/json)
  - added the new `coverage_cursor_unavailable` enum value to the `oneOf[subschema #4]/allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `402` (media type: application/json)
  - …27 more
- **2026-08-09** `c367e6e8f845` — 5 breaking, 2 warning, 18 info
  - added `#/components/schemas/PaginatedUsers, #/components/schemas/UserListCoverageResponse` to the response body `oneOf` list for the response status `200`
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `has_next_page` from the response with the `200` status
  - removed the required property `next_cursor` from the response with the `200` status
  - removed the required property `users` from the response with the `200` status
  - for the `query` request parameter `limit`, the max was set to `10000.00`
  - for the `query` request parameter `limit`, the min was set to `1.00`
  - added the new optional `query` request parameter `bioContains`
  - added the new optional `query` request parameter `hasLocation`
  - added the new optional `query` request parameter `hasWebsite`
  - added the new optional `query` request parameter `locationContains`
  - added the new optional `query` request parameter `maxFollowers`
  - added the new optional `query` request parameter `maxFollowing`
  - added the new optional `query` request parameter `maxStatuses`
  - added the new optional `query` request parameter `minAccountAgeDays`
  - added the new optional `query` request parameter `minFollowers`
  - added the new optional `query` request parameter `minFollowing`
  - added the new optional `query` request parameter `minStatuses`
  - added the new optional `query` request parameter `mode`
  - added the new optional `query` request parameter `usernameContains`
  - added the new optional `query` request parameter `verifiedOnly`
  - added the new optional `query` request parameter `verifiedType`
  - `query` request parameter `limit` was reactivated
  - added the non-success response with the status `409`
  - added the non-success response with the status `503`

---

[Operation](https://skmtc.dev/xquik-dev/apis/xquik-api-2/docs/api/v1/x/users/:id/followers/get.md) · [API](https://skmtc.dev/xquik-dev/apis/xquik-api-2.md) · [Page](https://skmtc.dev/xquik-dev/apis/xquik-api-2/changes/api/v1/x/users/:id/followers/get)
