GET 2/tweets/{id}/quote_tweets

twitter.com:current

Summary: Retrieve Tweets that quote a Tweet.
Operation ID: findTweetsThatQuoteATweet
Auth: unknown
Description

Returns a variety of information about each Tweet that quotes the Tweet specified by the requested ID.

Parameters (10)

exclude (array, query, optional)

The set of entities to exclude (e.g. 'replies' or 'retweets').

expansions (array, query, optional)

A comma separated list of fields to expand.

id (?, path, required)

A single Tweet ID.

max_results (integer, query, optional, default: 10)

The maximum number of results to be returned.

Constraints: {'minimum': 10, 'maximum': 100}

media.fields (array, query, optional)

A comma separated list of Media fields to display.

pagination_token (?, query, optional)

This parameter is used to get a specified 'page' of results.

place.fields (array, query, optional)

A comma separated list of Place fields to display.

poll.fields (array, query, optional)

A comma separated list of Poll fields to display.

tweet.fields (array, query, optional)

A comma separated list of Tweet fields to display.

user.fields (array, query, optional)

A comma separated list of User fields to display.

No probe data for this endpoint yet.