List Latest Tweets
API for getting latest tweets from Twitter public List channel
List Latest Tweets
Get the latest tweets from a public List channel on Twitter.
Request
URL: /api/twitter/list-latest-tweets
Method: GET
or POST
Request Parameters:
Parameter | Type | Required | Description |
---|---|---|---|
listId | string | Yes | Unique ID of the List channel |
Response
A successful response will return the latest tweet list from the List channel, including tweet content, creation time, author information, etc.
Examples
Request Example
Response Example
Error Responses
Status Code | Description |
---|---|
400 | Request parameter error, e.g., missing required listId parameter |
401 | Authentication failed, API key invalid or missing |
404 | List channel does not exist or is not public |
500 | Internal server error |
Finding List ID
To use this API, you need to know the List's ID. You can obtain it through the following methods:
- On the Twitter web version, the List's URL usually contains its ID, such as
https://twitter.com/i/lists/1234567890
- Use Twitter developer tools or third-party Twitter analytics tools to find the List ID