Users

List verified followers of a user

get/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 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

Minimum following count.

maxFollowinginteger

Maximum following count.

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 page-size alias outside explicit coverage mode. Coverage accepts 1-10000. Prefer pageSize.

Response

List of verified followers

OR

Example response

{
  "users": [
    {
      "id": "9876543210",
      "username": "elonmusk",
      "name": "Elon Musk"
    }
  ],
  "has_next_page": true,
  "next_cursor": "DAACCgACGRElMJcAAA"
}

Changes

Changed in 8 of the 15 revisions of this API.16183130

    • added the new invalid_complete_replies_request enum value to the allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 429

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 429

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 400

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 404

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 409

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 410

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 424

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 502

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 503

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 400

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 404

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 409

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 410

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 424

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 502

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 503

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 401

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 401

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 402

      response-property-enum-value-added

    • added the new invalid_complete_replies_request enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 402

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 429

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 429

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 400

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 404

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 409

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 410

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 424

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 502

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 503

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 400

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 404

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 409

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 410

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 424

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 502

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 503

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 401

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 401

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 402

      response-property-enum-value-added

    • added the new invalid_coverage_request enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 402

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 429

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 429

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 400

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 404

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 409

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 410

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 424

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 502

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 503

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 400

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 404

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 409

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 410

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 424

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 502

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 503

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 401

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 401

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 402

      response-property-enum-value-added

    • added the new invalid_output_options enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 402

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 429

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 429

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 400

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 404

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 409

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 410

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 424

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 502

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 503

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 400

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 404

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 409

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 410

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 424

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 502

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 503

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 401

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 401

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 402

      response-property-enum-value-added

    • added the new invalid_reply_options enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 402

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 429

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 429

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 400

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 404

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 409

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 410

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 424

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 502

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 503

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 400

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 404

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 409

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 410

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 424

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 502

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 503

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 401

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 401

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 402

      response-property-enum-value-added

    • added the new login_service_unavailable enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 402

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 429

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 429

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 400

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 404

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 409

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 410

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 424

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 502

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 503

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 400

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 404

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 409

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 410

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 424

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 502

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 503

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 401

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 401

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 402

      response-property-enum-value-added

    • added the new too_many_tweets enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 402

      response-property-enum-value-added

    • response property oneOf[AnonymousGuestAuthenticationRequired]/payment_options/guest_wallet/create_checkout/provider deprecated

      response-property-deprecated

    • response property oneOf[AuthenticatedPaymentRequired]/payment_options/credits/create_checkout/provider deprecated (media type: application/json)

      response-property-deprecated

    • response property oneOf[AuthenticatedPaymentRequired]/payment_options/subscription/create_checkout/provider deprecated (media type: application/json)

      response-property-deprecated

    • response property oneOf[GuestPaymentRequired]/payment_options/credits/create_checkout/provider deprecated (media type: application/json)

      response-property-deprecated

    • response property payment_options/guest_wallet/create_checkout/provider deprecated (media type: application/problem+json)

      response-property-deprecated

  • 4eb7d32e0b1455621See the full diff
    • added PaginatedUsers UserListCoverageResponse to the response body oneOf list for the response status 200

      response-body-one-of-added

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the required property has_next_page from the response with the 200 status

      response-required-property-removed

    • removed the required property next_cursor from the response with the 200 status

      response-required-property-removed

    • removed the required property users from the response with the 200 status

      response-required-property-removed

    • added the new coverage_cursor_gone enum value to the allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 429

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 429

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 400

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 404

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 424

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 502

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 400

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 404

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 424

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 502

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 401

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 401

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 402

      response-property-enum-value-added

    • added the new coverage_cursor_gone enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 402

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 429

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 429

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 400

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 404

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 424

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 502

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 400

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 404

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 424

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 502

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 401

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 401

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 402

      response-property-enum-value-added

    • added the new coverage_cursor_unavailable enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 402

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 429

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 429

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 400

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 404

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 424

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 502

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 400

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 404

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 424

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 502

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 401

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 401

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 402

      response-property-enum-value-added

    • added the new invalid_coverage_cursor enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 402

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 429

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 429

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 400

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 404

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 424

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 502

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 400

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 404

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 424

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the error/oneOf[subschema #2: StructuredError]/code response property for the response status 502

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 401

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the oneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 401

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/ response property for the response status 402

      response-property-enum-value-added

    • added the new monitor_profile_unavailable enum value to the oneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/code response property for the response status 402

      response-property-enum-value-added

    • added the new optional query request parameter after

      new-optional-request-parameter

    • added the new optional query request parameter bioContains

      new-optional-request-parameter

    • added the new optional query request parameter hasLocation

      new-optional-request-parameter

    • added the new optional query request parameter hasWebsite

      new-optional-request-parameter

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter locationContains

      new-optional-request-parameter

    • added the new optional query request parameter maxFollowers

      new-optional-request-parameter

    • added the new optional query request parameter maxFollowing

      new-optional-request-parameter

    • added the new optional query request parameter maxStatuses

      new-optional-request-parameter

    • added the new optional query request parameter minAccountAgeDays

      new-optional-request-parameter

    • added the new optional query request parameter minFollowers

      new-optional-request-parameter

    • added the new optional query request parameter minFollowing

      new-optional-request-parameter

    • added the new optional query request parameter minStatuses

      new-optional-request-parameter

    • added the new optional query request parameter mode

      new-optional-request-parameter

    • added the new optional query request parameter usernameContains

      new-optional-request-parameter

    • added the new optional query request parameter verifiedOnly

      new-optional-request-parameter

    • added the new optional query request parameter verifiedType

      new-optional-request-parameter

    • for the query request parameter pageSize, the max was increased from 200.00 to 300.00

      request-parameter-max-increased

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the non-success response with the status 410

      response-non-success-status-added

    • added the non-success response with the status 503

      response-non-success-status-added

  • d0ee2927ac71315See the full diff
    • removed the optional property users/items/canDm from the response with the 200 status

      response-optional-property-removed

    • removed the optional property users/items/viewerFollowedBy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property users/items/viewerFollowing from the response with the 200 status

      response-optional-property-removed

    • added the optional property users/items/affiliatesHighlightedLabel to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/businessAccountAffiliatesCount to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/creatorSubscriptionsCount to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/hasGraduatedAccess to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/hasHiddenSubscriptionsOnProfile to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/highlightsInfo to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/identityVerification to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/isProfileTranslatable to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/parodyCommentaryFanLabel to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/profileDescriptionLanguage to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/profileImageShape to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/profileInterstitialType to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/profileSortEnabled to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/profileTranslatorType to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/superFollowEligible to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added XWritePaymentRequired to the response body oneOf list for the response status 402 (media type: application/json)

      response-body-one-of-added

    This revision's changelog hit the recording limit, so it may not list every change to this endpoint.

  • 83005363f1221078See the full diff
    • added AnonymousGuestAuthenticationRequired subschema #2 to the response body oneOf list for the response status 401

      response-body-one-of-added

    • added AuthenticatedPaymentRequired GuestPaymentRequired subschema #3 to the response body oneOf list for the response status 402

      response-body-one-of-added

    • the response's body type/format changed from object/ to / for status 401

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 402

      response-body-type-changed

    • added subschema #1: LegacyErrorCode subschema #2: StructuredError to the error response property oneOf list for the response status 400

      response-property-one-of-added

    • added subschema #1: LegacyErrorCode subschema #2: StructuredError to the error response property oneOf list for the response status 404

      response-property-one-of-added

    • the error response's property type/format changed from string/ to / for status 400

      response-property-type-changed

    • the error response's property type/format changed from string/ to / for status 404

      response-property-type-changed

    • removed the required property error from the response with the 401 status

      response-required-property-removed

    • removed the required property error from the response with the 402 status

      response-required-property-removed

    • added the new optional query request parameter pageSize

      new-optional-request-parameter

    • added the media type application/problem+json for the response with the status 402

      response-media-type-added

    • added the non-success response with the status 424

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the non-success response with the status 502

      response-non-success-status-added

    • added the optional property users/items/automatedBy to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/canDm to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/communityRole to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/coverPicture to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/favouritesCount to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/hasCustomTimelines to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/isAutomated to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/isBlueVerified to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/isTranslator to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/isVerified to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/mediaCount to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/pinnedTweetIds to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/possiblySensitive to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/profileBannerUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/profile_bio to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/protected to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/unavailable to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/unavailableReason to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/url to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/verifiedType to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/viewerFollowedBy to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/viewerFollowing to the response with the 200 status

      response-optional-property-added

    • added the optional property users/items/withheldInCountries to the response with the 200 status

      response-optional-property-added

    • removed the insufficient_credits enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the insufficient_credits enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the internal_error enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the internal_error enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the invalid_format enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the invalid_format enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the invalid_id enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the invalid_id enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the invalid_input enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the invalid_input enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the invalid_params enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the invalid_params enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the invalid_tool_type enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the invalid_tool_type enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the invalid_tweet_id enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the invalid_tweet_id enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the invalid_tweet_url enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the invalid_tweet_url enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the invalid_username enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the invalid_username enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the missing_params enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the missing_params enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the missing_query enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the missing_query enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the monitor_already_exists enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the monitor_already_exists enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the monitor_limit_reached enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the monitor_limit_reached enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the no_credits enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the no_credits enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the no_subscription enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the no_subscription enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the not_found enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the not_found enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the subscription_inactive enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the subscription_inactive enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the tweet_not_found enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the tweet_not_found enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the unauthenticated enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the unauthenticated enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the user_not_found enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the user_not_found enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the webhook_inactive enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the webhook_inactive enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the x_api_rate_limited enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the x_api_rate_limited enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the x_api_unauthorized enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the x_api_unauthorized enum value from the error response property for the response status 404

      response-property-enum-value-removed

    • removed the x_api_unavailable enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • removed the x_api_unavailable enum value from the error response property for the response status 404

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 2adc33156b4b410See the full diff
    • added the new insufficient_credits enum value to the error response property for the response status 401

      response-property-enum-value-added

    • added the new insufficient_credits enum value to the error response property for the response status 402

      response-property-enum-value-added

    • added the new no_credits enum value to the error response property for the response status 401

      response-property-enum-value-added

    • added the new no_credits enum value to the error response property for the response status 402

      response-property-enum-value-added

    • the endpoint scheme security apiKey was added to the API

      api-security-added

    • the endpoint scheme security oauthBearer was added to the API

      api-security-added

    • api tag Users added

      api-tag-added

    • api tag X API removed

      api-tag-removed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • removed the stream_registration_failed enum value from the error response property for the response status 401

      response-property-enum-value-removed

    • removed the stream_registration_failed enum value from the error response property for the response status 402

      response-property-enum-value-removed

    • removed the usage_limit_reached enum value from the error response property for the response status 401

      response-property-enum-value-removed

    • removed the usage_limit_reached enum value from the error response property for the response status 402

      response-property-enum-value-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the media type application/json for the response with the status 200

      response-media-type-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog