Tweets

Search tweets by query, Tweet ID, X status URL, or account date window

No-mode search maximizes coverage. New cursorless Latest sessions return rows newest-first across cursor pages. Existing cursors preserve their established ordering.

get/x/tweets/search

Query parameters

qstring required

Query, Tweet ID, or status URL. Valid inline bounds apply per page.

queryType'Latest' | 'Top'

Sort order - Latest (chronological) or Top (engagement-ranked)

mode'standard' | 'coverage'

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

cursorstring

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

sinceTimestring

Inclusive ISO bound.

untilTimestring

Exclusive ISO bound.

limitinteger

Result upper bound. Omit it for the existing 20-row page size. Explicit coverage defaults to 2000 and allows 10000. For paid requests, remaining credits can reduce results. Zero affordable results returns 402.

fromUserstring

Filter by author username.

toUserstring

Filter replies sent to a username.

mentioningstring

Filter tweets mentioning a username.

languagestring

Language code filter, e.g. en or tr.

sinceDatestring date

Start date in YYYY-MM-DD format.

untilDatestring date

End date in YYYY-MM-DD format.

mediaType'images' | 'videos' | 'gifs' | 'media' | 'links' | 'none'

Filter by media type.

minFavesinteger

Minimum likes threshold. minLikes is also accepted.

minRetweetsinteger

Minimum retweets threshold.

minRepliesinteger

Minimum replies threshold.

minQuotesinteger

Minimum quote count threshold.

minViewsinteger

Minimum view count threshold.

minBookmarksinteger

Minimum bookmark count threshold.

maxFavesinteger

Maximum likes threshold. maxLikes is also accepted.

maxRetweetsinteger

Maximum retweets threshold.

maxRepliesinteger

Maximum replies threshold.

maxQuotesinteger

Maximum quotes threshold.

blueVerifiedOnlyboolean

Only return tweets from Blue-verified authors.

cardNamestring

Match the Tweet card name.

sourcestring

Match the source application.

excludeSourcestring

Exclude a source application.

geocodestring

Match latitude, longitude, and radius.

sinceIdstring

Return Tweets newer than this Tweet ID.

maxIdstring

Return Tweets older than this Tweet ID.

nearstring

Match a place name.

withinstring

Set the radius for the near filter.

withinTimestring

Match Tweets inside a recent time window.

nativeRetweetsboolean

Only return native reposts.

safeboolean

Enable the safe-search filter.

newsboolean

Only return news results.

verifiedOnlyboolean

Only return tweets from verified authors.

replies'include' | 'exclude' | 'only'

Reply mode.

retweets'include' | 'exclude' | 'only'

Retweet mode.

quotes'include' | 'exclude' | 'only'

Quote mode.

exactPhrasestring

Exact phrase to match.

excludeWordsstring

Words or quoted phrases to exclude. Separate with spaces, commas, or lines.

anyWordsstring

Words or quoted phrases where any one can match. Separate with spaces, commas, or lines.

hashtagsstring

Hashtags separated by spaces, commas, or lines.

cashtagsstring

Cashtags separated by spaces, commas, or lines.

urlstring

URL substring or domain filter.

conversationIdstring

Conversation ID filter.

inReplyToTweetIdstring

Only replies to this tweet ID.

quotesOfTweetIdstring

Only quotes of this tweet ID.

retweetsOfTweetIdstring

Only retweets of this tweet ID.

listIdstring

Search within a list ID.

placestring

Search within a place ID.

placeCountrystring

Search within a country code.

pointRadiusstring

Geo point radius, e.g. -73.99 40.73 25mi.

boundingBoxstring

Geo bounding box, e.g. -74.1 40.6 -73.9 40.8.

advancedQuerystring

Raw advanced search query appended as-is.

Response

Search results

OR

Example response

{
  "tweets": [
    {
      "id": "1234567890",
      "text": "Just launched our new feature!",
      "retweetCount": 5,
      "replyCount": 3,
      "likeCount": 42,
      "quoteCount": 1,
      "viewCount": 1500,
      "bookmarkCount": 2
    }
  ],
  "has_next_page": true,
  "next_cursor": "DAACCgACGRElMJcAAA"
}

Changes

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

    • 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 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 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 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 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 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 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 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 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 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 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 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 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

  • 4eb7d32e0b1464924See the full diff
    • for the query request parameter limit, default value 20 was removed

      request-parameter-default-value-removed

    • added PaginatedTweets TweetSearchCoverageResponse 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 tweets from the response with the 200 status

      response-required-property-removed

    • for the query request parameter limit, the min was set to 1.00

      request-parameter-min-set

    • 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 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 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 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 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 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 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 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 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 blueVerifiedOnly

      new-optional-request-parameter

    • added the new optional query request parameter cardName

      new-optional-request-parameter

    • added the new optional query request parameter excludeSource

      new-optional-request-parameter

    • added the new optional query request parameter geocode

      new-optional-request-parameter

    • added the new optional query request parameter maxFaves

      new-optional-request-parameter

    • added the new optional query request parameter maxId

      new-optional-request-parameter

    • added the new optional query request parameter maxQuotes

      new-optional-request-parameter

    • added the new optional query request parameter maxReplies

      new-optional-request-parameter

    • added the new optional query request parameter maxRetweets

      new-optional-request-parameter

    • added the new optional query request parameter minBookmarks

      new-optional-request-parameter

    • added the new optional query request parameter minViews

      new-optional-request-parameter

    • added the new optional query request parameter mode

      new-optional-request-parameter

    • added the new optional query request parameter nativeRetweets

      new-optional-request-parameter

    • added the new optional query request parameter near

      new-optional-request-parameter

    • added the new optional query request parameter news

      new-optional-request-parameter

    • added the new optional query request parameter safe

      new-optional-request-parameter

    • added the new optional query request parameter sinceId

      new-optional-request-parameter

    • added the new optional query request parameter source

      new-optional-request-parameter

    • added the new optional query request parameter within

      new-optional-request-parameter

    • added the new optional query request parameter withinTime

      new-optional-request-parameter

    • for the query request parameter limit, the max was increased from 200.00 to 10000.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

  • d0ee2927ac7112127See the full diff
    • removed the optional property tweets/items/author/canDm from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-removed

    • removed the optional property tweets/items/contentDisclosure/aiGenerated/canEdit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tweets/items/quoted_tweet/author/canDm from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tweets/items/quoted_tweet/author/viewerFollowedBy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tweets/items/quoted_tweet/author/viewerFollowing from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tweets/items/quoted_tweet/contentDisclosure/aiGenerated/canEdit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tweets/items/retweeted_tweet/author/canDm from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tweets/items/retweeted_tweet/author/viewerFollowedBy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tweets/items/retweeted_tweet/author/viewerFollowing from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tweets/items/retweeted_tweet/contentDisclosure/aiGenerated/canEdit from the response with the 200 status

      response-optional-property-removed

    • added the optional property tweets/items/article to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property tweets/items/card to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/communityNote to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/edit to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/isTranslatable to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/allowDownload to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/altText to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/aspectRatio to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/availabilityStatus to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/displayUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/durationMillis to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/expandedUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/faceRects to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/focusRects to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/height to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/id to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/mediaKey to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/monetizable to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/sizes to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media/items/width to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/noteTweet to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/place to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property tweets/items/previousCounts to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/article to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/affiliatesHighlightedLabel to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/businessAccountAffiliatesCount to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/creatorSubscriptionsCount to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/hasGraduatedAccess to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/hasHiddenSubscriptionsOnProfile to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/highlightsInfo to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/identityVerification to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/isProfileTranslatable to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/parodyCommentaryFanLabel to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/profileDescriptionLanguage to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/profileImageShape to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/profileInterstitialType to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/profileSortEnabled to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/profileTranslatorType to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/author/superFollowEligible to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/card to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/communityNote to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/edit to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/isTranslatable to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/allowDownload to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/altText to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/aspectRatio to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/availabilityStatus to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/displayUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/durationMillis to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/expandedUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/faceRects to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/focusRects to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/height to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/id to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/mediaKey to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/monetizable to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/sizes to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/media/items/width to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/noteTweet to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/place to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/previousCounts to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/quoted_tweet to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/retweeted_tweet to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet/viewState to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/article to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/affiliatesHighlightedLabel to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/businessAccountAffiliatesCount to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/creatorSubscriptionsCount to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/hasGraduatedAccess to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/hasHiddenSubscriptionsOnProfile to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/highlightsInfo to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/identityVerification to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/isProfileTranslatable to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/parodyCommentaryFanLabel to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/profileDescriptionLanguage to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/profileImageShape to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/profileInterstitialType to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/profileSortEnabled to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/profileTranslatorType to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/author/superFollowEligible to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/card to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/communityNote to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/edit to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/isTranslatable to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/allowDownload to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/altText to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/aspectRatio to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/availabilityStatus to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/displayUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/durationMillis to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/expandedUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/faceRects to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/focusRects to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/height to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/id to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/mediaKey to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/monetizable to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/sizes to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/media/items/width to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/noteTweet to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/place to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/previousCounts to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/quoted_tweet to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/retweeted_tweet to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet/viewState to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/viewState 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.

  • 83005363f12210137See 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 502

      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 502

      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 advancedQuery

      new-optional-request-parameter

    • added the new optional query request parameter anyWords

      new-optional-request-parameter

    • added the new optional query request parameter boundingBox

      new-optional-request-parameter

    • added the new optional query request parameter cashtags

      new-optional-request-parameter

    • added the new optional query request parameter conversationId

      new-optional-request-parameter

    • added the new optional query request parameter exactPhrase

      new-optional-request-parameter

    • added the new optional query request parameter excludeWords

      new-optional-request-parameter

    • added the new optional query request parameter fromUser

      new-optional-request-parameter

    • added the new optional query request parameter hashtags

      new-optional-request-parameter

    • added the new optional query request parameter inReplyToTweetId

      new-optional-request-parameter

    • added the new optional query request parameter language

      new-optional-request-parameter

    • added the new optional query request parameter listId

      new-optional-request-parameter

    • added the new optional query request parameter mediaType

      new-optional-request-parameter

    • added the new optional query request parameter mentioning

      new-optional-request-parameter

    • added the new optional query request parameter minFaves

      new-optional-request-parameter

    • added the new optional query request parameter minQuotes

      new-optional-request-parameter

    • added the new optional query request parameter minReplies

      new-optional-request-parameter

    • added the new optional query request parameter minRetweets

      new-optional-request-parameter

    • added the new optional query request parameter place

      new-optional-request-parameter

    • added the new optional query request parameter placeCountry

      new-optional-request-parameter

    • added the new optional query request parameter pointRadius

      new-optional-request-parameter

    • added the new optional query request parameter quotes

      new-optional-request-parameter

    • added the new optional query request parameter quotesOfTweetId

      new-optional-request-parameter

    • added the new optional query request parameter replies

      new-optional-request-parameter

    • added the new optional query request parameter retweets

      new-optional-request-parameter

    • added the new optional query request parameter retweetsOfTweetId

      new-optional-request-parameter

    • added the new optional query request parameter sinceDate

      new-optional-request-parameter

    • added the new optional query request parameter toUser

      new-optional-request-parameter

    • added the new optional query request parameter untilDate

      new-optional-request-parameter

    • added the new optional query request parameter url

      new-optional-request-parameter

    • added the new optional query request parameter verifiedOnly

      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 optional property tweets/items/author/automatedBy to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property tweets/items/author/createdAt to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/author/description to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property tweets/items/author/followers to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/author/following to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property tweets/items/author/location to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property tweets/items/author/profilePicture to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property tweets/items/author/statusesCount to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property tweets/items/contentDisclosure to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/conversationId to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/displayTextRange to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/entities to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/inReplyToId to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/inReplyToUserId to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/inReplyToUsername to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/isLimitedReply to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/isQuoteStatus to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/isReply to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/lang to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/media to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/quoted_tweet to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/retweeted_tweet to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/source to the response with the 200 status

      response-optional-property-added

    • added the optional property tweets/items/type to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • the response property tweets/items/bookmarkCount became required for the status 200

      response-property-became-required

    • the response property tweets/items/likeCount became required for the status 200

      response-property-became-required

    • the response property tweets/items/quoteCount became required for the status 200

      response-property-became-required

    • the response property tweets/items/replyCount became required for the status 200

      response-property-became-required

    • the response property tweets/items/retweetCount became required for the status 200

      response-property-became-required

    • the response property tweets/items/viewCount became required for the status 200

      response-property-became-required

    • 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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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 502

      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

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

      response-property-enum-value-added

    • 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 insufficient_credits enum value to the error response property for the response status 502

      response-property-enum-value-added

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

      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

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

      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 Tweets added

      api-tag-added

    • api tag X API removed

      api-tag-removed

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

      response-property-enum-value-removed

    • 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 stream_registration_failed enum value from the error response property for the response status 502

      response-property-enum-value-removed

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

      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

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

      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

    • query request parameter limit was reactivated

      request-parameter-reactivated

    • added the optional property tweets/items/isNoteTweet to the response with the 200 status

      response-optional-property-added

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