List quote tweets of a tweet
Path parameters
Numeric tweet ID to get quotes, 15-20 digits
Query parameters
Pagination cursor for quote tweets
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.
Unix timestamp - return quotes posted after this time
Unix timestamp - return quotes posted before this time
Include reply quotes (default false)
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.
Response
List of quote tweets
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_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 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 #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 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 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 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 #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 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 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 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 #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 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 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 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 #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 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 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 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 #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 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 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 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 #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 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 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
- ○
- ●
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 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
- ●
- ●
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
- ▲
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 parameteranyWordsnew-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 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 parameterpageSizenew-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
400response-non-success-status-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 non-success response with the status
502response-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
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 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
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
- ○
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 status401response-property-enum-value-removed
- ○
removed the
stream_registration_failedenum value from theerrorresponse property for the response status402response-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
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/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
- ○