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.
Query parameters
Query, Tweet ID, or status URL. Valid inline bounds apply per page.
Sort order - Latest (chronological) or Top (engagement-ranked)
Omit mode for resumable maximum coverage. Standard keeps legacy pagination. Coverage returns diagnostics once and rejects cursors.
Cursor from the previous response. Xquik cursors resume automatic coverage. Existing unprefixed cursors keep legacy standard behavior.
Inclusive ISO bound.
Exclusive ISO bound.
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.
Filter by author username.
Filter replies sent to a username.
Filter tweets mentioning a username.
Language code filter, e.g. en or tr.
Start date in YYYY-MM-DD format.
End date in YYYY-MM-DD format.
Filter by media type.
Minimum likes threshold. minLikes is also accepted.
Minimum retweets threshold.
Minimum replies threshold.
Minimum quote count threshold.
Minimum view count threshold.
Minimum bookmark count threshold.
Maximum likes threshold. maxLikes is also accepted.
Maximum retweets threshold.
Maximum replies threshold.
Maximum quotes threshold.
Only return tweets from Blue-verified authors.
Match the Tweet card name.
Match the source application.
Exclude a source application.
Match latitude, longitude, and radius.
Return Tweets newer than this Tweet ID.
Return Tweets older than this Tweet ID.
Match a place name.
Set the radius for the near filter.
Match Tweets inside a recent time window.
Only return native reposts.
Enable the safe-search filter.
Only return news results.
Only return tweets from verified authors.
Reply mode.
Retweet mode.
Quote mode.
Exact phrase to match.
Words or quoted phrases to exclude. Separate with spaces, commas, or lines.
Words or quoted phrases where any one can match. Separate with spaces, commas, or lines.
Hashtags separated by spaces, commas, or lines.
Cashtags separated by spaces, commas, or lines.
URL substring or domain filter.
Conversation ID filter.
Only replies to this tweet ID.
Only quotes of this tweet ID.
Only retweets of this tweet ID.
Search within a list ID.
Search within a place ID.
Search within a country code.
Geo point radius, e.g. -73.99 40.73 25mi.
Geo bounding box, e.g. -74.1 40.6 -73.9 40.8.
Raw advanced search query appended as-is.
Response
Search results
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_requestenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status409response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status410response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status503response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status410response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status409response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status410response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status503response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status410response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status409response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status410response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status503response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status410response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status409response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status410response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status503response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status410response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status409response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status410response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status503response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status410response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status409response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status410response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status503response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status410response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status503response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
- ○
response property
oneOf[AnonymousGuestAuthenticationRequired]/payment_options/guest_wallet/create_checkout/providerdeprecatedresponse-property-deprecated
- ○
response property
oneOf[AuthenticatedPaymentRequired]/payment_options/credits/create_checkout/providerdeprecated (media type: application/json)response-property-deprecated
- ○
response property
oneOf[AuthenticatedPaymentRequired]/payment_options/subscription/create_checkout/providerdeprecated (media type: application/json)response-property-deprecated
- ○
response property
oneOf[GuestPaymentRequired]/payment_options/credits/create_checkout/providerdeprecated (media type: application/json)response-property-deprecated
- ○
response property
payment_options/guest_wallet/create_checkout/providerdeprecated (media type: application/problem+json)response-property-deprecated
- ○
- ▲
for the
queryrequest parameterlimit, default value20was removedrequest-parameter-default-value-removed
- ▲
added
PaginatedTweetsTweetSearchCoverageResponseto the response bodyoneOflist for the response status200response-body-one-of-added
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ▲
removed the required property
has_next_pagefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
next_cursorfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
tweetsfrom the response with the200statusresponse-required-property-removed
- ●
for the
queryrequest parameterlimit, the min was set to1.00request-parameter-min-set
- ●
added the new
coverage_cursor_goneenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status400response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status424response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status502response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status424response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status502response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theoneOf[subschema #2]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
monitor_profile_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ○
added the new optional
queryrequest parameterblueVerifiedOnlynew-optional-request-parameter
- ○
added the new optional
queryrequest parametercardNamenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterexcludeSourcenew-optional-request-parameter
- ○
added the new optional
queryrequest parametergeocodenew-optional-request-parameter
- ○
added the new optional
queryrequest parametermaxFavesnew-optional-request-parameter
- ○
added the new optional
queryrequest parametermaxIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parametermaxQuotesnew-optional-request-parameter
- ○
added the new optional
queryrequest parametermaxRepliesnew-optional-request-parameter
- ○
added the new optional
queryrequest parametermaxRetweetsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterminBookmarksnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterminViewsnew-optional-request-parameter
- ○
added the new optional
queryrequest parametermodenew-optional-request-parameter
- ○
added the new optional
queryrequest parameternativeRetweetsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameternearnew-optional-request-parameter
- ○
added the new optional
queryrequest parameternewsnew-optional-request-parameter
- ○
added the new optional
queryrequest parametersafenew-optional-request-parameter
- ○
added the new optional
queryrequest parametersinceIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parametersourcenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterwithinnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterwithinTimenew-optional-request-parameter
- ○
for the
queryrequest parameterlimit, the max was increased from200.00to10000.00request-parameter-max-increased
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
added the non-success response with the status
410response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ▲
- ●
removed the optional property
tweets/items/author/canDmfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/author/viewerFollowedByfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/author/viewerFollowingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/contentDisclosure/aiGenerated/canEditfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/quoted_tweet/author/canDmfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/quoted_tweet/author/viewerFollowedByfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/quoted_tweet/author/viewerFollowingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/quoted_tweet/contentDisclosure/aiGenerated/canEditfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/retweeted_tweet/author/canDmfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/retweeted_tweet/author/viewerFollowedByfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/retweeted_tweet/author/viewerFollowingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tweets/items/retweeted_tweet/contentDisclosure/aiGenerated/canEditfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
tweets/items/articleto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/affiliatesHighlightedLabelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/businessAccountAffiliatesCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/creatorSubscriptionsCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/hasGraduatedAccessto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/hasHiddenSubscriptionsOnProfileto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/highlightsInfoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/identityVerificationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/isProfileTranslatableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/parodyCommentaryFanLabelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/profileDescriptionLanguageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/profileImageShapeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/profileInterstitialTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/profileSortEnabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/profileTranslatorTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/superFollowEligibleto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/cardto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/communityNoteto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/editto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/isTranslatableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/allowDownloadto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/altTextto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/aspectRatioto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/availabilityStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/displayUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/durationMillisto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/expandedUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/faceRectsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/focusRectsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/heightto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/indicesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/mediaKeyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/monetizableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/sizesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/media/items/widthto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/noteTweetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/placeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/possiblySensitiveto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/previousCountsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/articleto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/affiliatesHighlightedLabelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/businessAccountAffiliatesCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/creatorSubscriptionsCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/hasGraduatedAccessto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/hasHiddenSubscriptionsOnProfileto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/highlightsInfoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/identityVerificationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/isProfileTranslatableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/parodyCommentaryFanLabelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/profileDescriptionLanguageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/profileImageShapeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/profileInterstitialTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/profileSortEnabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/profileTranslatorTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/author/superFollowEligibleto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/cardto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/communityNoteto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/editto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/isTranslatableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/allowDownloadto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/altTextto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/aspectRatioto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/availabilityStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/displayUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/durationMillisto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/expandedUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/faceRectsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/focusRectsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/heightto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/indicesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/mediaKeyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/monetizableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/sizesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/media/items/widthto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/noteTweetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/placeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/possiblySensitiveto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/previousCountsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/quoted_tweetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/retweeted_tweetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweet/viewStateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/articleto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/affiliatesHighlightedLabelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/businessAccountAffiliatesCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/creatorSubscriptionsCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/hasGraduatedAccessto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/hasHiddenSubscriptionsOnProfileto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/highlightsInfoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/identityVerificationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/isProfileTranslatableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/parodyCommentaryFanLabelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/profileDescriptionLanguageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/profileImageShapeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/profileInterstitialTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/profileSortEnabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/profileTranslatorTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/author/superFollowEligibleto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/cardto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/communityNoteto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/editto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/isTranslatableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/allowDownloadto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/altTextto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/aspectRatioto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/availabilityStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/displayUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/durationMillisto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/expandedUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/faceRectsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/focusRectsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/heightto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/indicesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/mediaKeyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/monetizableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/sizesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/media/items/widthto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/noteTweetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/placeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/possiblySensitiveto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/previousCountsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/quoted_tweetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/retweeted_tweetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweet/viewStateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/viewStateto the response with the200statusresponse-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
XWritePaymentRequiredto the response bodyoneOflist for the response status402(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.
- ▲
- ▲
added
AnonymousGuestAuthenticationRequiredsubschema #2to the response bodyoneOflist for the response status401response-body-one-of-added
- ▲
added
AuthenticatedPaymentRequiredGuestPaymentRequiredsubschema #3to the response bodyoneOflist for the response status402response-body-one-of-added
- ▲
the response's body type/format changed from
object/to/for status401response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status402response-body-type-changed
- ▲
added
subschema #1: LegacyErrorCodesubschema #2: StructuredErrorto theerrorresponse propertyoneOflist for the response status400response-property-one-of-added
- ▲
added
subschema #1: LegacyErrorCodesubschema #2: StructuredErrorto theerrorresponse propertyoneOflist for the response status502response-property-one-of-added
- ▲
the
errorresponse's property type/format changed fromstring/to/for status400response-property-type-changed
- ▲
the
errorresponse's property type/format changed fromstring/to/for status502response-property-type-changed
- ▲
removed the required property
errorfrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
errorfrom the response with the402statusresponse-required-property-removed
- ○
added the new optional
queryrequest parameteradvancedQuerynew-optional-request-parameter
- ○
added the new optional
queryrequest parameteranyWordsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterboundingBoxnew-optional-request-parameter
- ○
added the new optional
queryrequest parametercashtagsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterconversationIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterexactPhrasenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterexcludeWordsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterfromUsernew-optional-request-parameter
- ○
added the new optional
queryrequest parameterhashtagsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterinReplyToTweetIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlanguagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlistIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parametermediaTypenew-optional-request-parameter
- ○
added the new optional
queryrequest parametermentioningnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterminFavesnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterminQuotesnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterminRepliesnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterminRetweetsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterplacenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterplaceCountrynew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpointRadiusnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterquotesnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterquotesOfTweetIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterrepliesnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterretweetsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterretweetsOfTweetIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parametersinceDatenew-optional-request-parameter
- ○
added the new optional
queryrequest parametertoUsernew-optional-request-parameter
- ○
added the new optional
queryrequest parameteruntilDatenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterurlnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterverifiedOnlynew-optional-request-parameter
- ○
added the media type
application/problem+jsonfor the response with the status402response-media-type-added
- ○
added the non-success response with the status
424response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the optional property
tweets/items/author/automatedByto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/canDmto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/communityRoleto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/coverPictureto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/createdAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/favouritesCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/followersto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/followingto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/hasCustomTimelinesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/isAutomatedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/isBlueVerifiedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/isTranslatorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/isVerifiedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/locationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/mediaCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/pinnedTweetIdsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/possiblySensitiveto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/profileBannerUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/profilePictureto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/profile_bioto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/protectedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/statusesCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/unavailableto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/unavailableReasonto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/verifiedTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/viewerFollowedByto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/viewerFollowingto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/author/withheldInCountriesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/contentDisclosureto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/conversationIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/displayTextRangeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/entitiesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/inReplyToIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/inReplyToUserIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/inReplyToUsernameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/isLimitedReplyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/isQuoteStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/isReplyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/langto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/mediato the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/quoted_tweetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/retweeted_tweetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/sourceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
tweets/items/urlto the response with the200statusresponse-optional-property-added
- ○
the response property
tweets/items/bookmarkCountbecame required for the status200response-property-became-required
- ○
the response property
tweets/items/likeCountbecame required for the status200response-property-became-required
- ○
the response property
tweets/items/quoteCountbecame required for the status200response-property-became-required
- ○
the response property
tweets/items/replyCountbecame required for the status200response-property-became-required
- ○
the response property
tweets/items/retweetCountbecame required for the status200response-property-became-required
- ○
the response property
tweets/items/viewCountbecame required for the status200response-property-became-required
- ○
removed the
insufficient_creditsenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
insufficient_creditsenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
internal_errorenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
internal_errorenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
invalid_formatenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
invalid_formatenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
invalid_idenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
invalid_idenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
invalid_inputenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
invalid_inputenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
invalid_paramsenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
invalid_paramsenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
invalid_tool_typeenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
invalid_tool_typeenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
invalid_tweet_idenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
invalid_tweet_idenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
invalid_tweet_urlenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
invalid_tweet_urlenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
invalid_usernameenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
invalid_usernameenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
missing_paramsenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
missing_paramsenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
missing_queryenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
missing_queryenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
monitor_already_existsenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
monitor_already_existsenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
monitor_limit_reachedenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
monitor_limit_reachedenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
no_creditsenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
no_creditsenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
no_subscriptionenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
no_subscriptionenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
not_foundenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
not_foundenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
subscription_inactiveenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
subscription_inactiveenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
tweet_not_foundenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
tweet_not_foundenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
unauthenticatedenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
unauthenticatedenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
user_not_foundenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
user_not_foundenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
webhook_inactiveenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
webhook_inactiveenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
x_api_rate_limitedenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
x_api_rate_limitedenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
x_api_unauthorizedenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
x_api_unauthorizedenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
x_api_unavailableenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
x_api_unavailableenum value from theerrorresponse property for the response status502response-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
- ▲
- ●
added the new
insufficient_creditsenum value to theerrorresponse property for the response status400response-property-enum-value-added
- ●
added the new
insufficient_creditsenum value to theerrorresponse property for the response status401response-property-enum-value-added
- ●
added the new
insufficient_creditsenum value to theerrorresponse property for the response status402response-property-enum-value-added
- ●
added the new
insufficient_creditsenum value to theerrorresponse property for the response status502response-property-enum-value-added
- ●
added the new
no_creditsenum value to theerrorresponse property for the response status400response-property-enum-value-added
- ●
added the new
no_creditsenum value to theerrorresponse property for the response status401response-property-enum-value-added
- ●
added the new
no_creditsenum value to theerrorresponse property for the response status402response-property-enum-value-added
- ●
added the new
no_creditsenum value to theerrorresponse property for the response status502response-property-enum-value-added
- ○
the endpoint scheme security
apiKeywas added to the APIapi-security-added
- ○
the endpoint scheme security
oauthBearerwas added to the APIapi-security-added
- ○
api tag
Tweetsaddedapi-tag-added
- ○
api tag
X APIremovedapi-tag-removed
- ○
removed the
stream_registration_failedenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
stream_registration_failedenum value from theerrorresponse property for the response status401response-property-enum-value-removed
- ○
removed the
stream_registration_failedenum value from theerrorresponse property for the response status402response-property-enum-value-removed
- ○
removed the
stream_registration_failedenum value from theerrorresponse property for the response status502response-property-enum-value-removed
- ○
removed the
usage_limit_reachedenum value from theerrorresponse property for the response status400response-property-enum-value-removed
- ○
removed the
usage_limit_reachedenum value from theerrorresponse property for the response status401response-property-enum-value-removed
- ○
removed the
usage_limit_reachedenum value from theerrorresponse property for the response status402response-property-enum-value-removed
- ○
removed the
usage_limit_reachedenum value from theerrorresponse property for the response status502response-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
- ●
- ○
queryrequest parameterlimitwas reactivatedrequest-parameter-reactivated
- ○
added the optional property
tweets/items/isNoteTweetto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○