Endpoint | HTTP method | Rate limit |
/2/lists/:id/tweets | GET | 900 requests per 15 minutes |
fields
and expansions
. The expansions
parameter allows you to expand objects referenced in the payload. For example, looking up List Posts allows you to pull the following expansions:
author_id
fields
parameter allows you to select exactly which fields within the different data objects you would like to receive. This endpoint delivers Post objects primarily. By default, the Post object returns the id
, and text
fields. To receive additional fields such as tweet.created_at
or tweet.lang
, you will have to specifically request those using a fields parameter.
We’ve added a guide on using fields and expansions together to our X API v2 data dictionary.
The chart below shows the field and expansions available for the lookup endpoint:
Endpoint | Fields | Expansions |
/2/lists/:id/tweets | tweet.fields user.fields | author_id |