Tweets

List quote tweets of a tweet

get/x/tweets/{id}/quotes

Path parameters

idstring required

Numeric tweet ID to get quotes, 15-20 digits

Query parameters

cursorstring

Pagination cursor for quote tweets

pageSizeinteger

Maximum page items (1-100, default 20). Source, filters, or credits can reduce results. Continue while has_next_page is true. Deprecated limit and count aliases remain accepted.

sinceTimestring

Unix timestamp - return quotes posted after this time

untilTimestring

Unix timestamp - return quotes posted before this time

includeRepliesboolean

Include reply quotes (default false)

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.

Response

List of quote tweets

has_next_pageboolean required
next_cursorstring required

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.7136244

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

  • 4eb7d32e0b144819See the full diff
    • 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 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

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

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

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

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

      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 400

      response-non-success-status-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 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

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

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