Logo
Twitter API Documentation

Timelines

Number of APIs: 2


1. User Tweet timeline by ID

GET https://api.twitter.com/2/users/:id/tweets

Returns the most recent Tweets composed by a single user specified by the requested user ID.

For full details, see the API reference for this endpoint.



2. User mention timeline by ID

GET https://api.twitter.com/2/users/:id/mentions

Returns the most recent Tweets mentioning a single user specified by the requested user ID.

For full details, see the API reference for this endpoint.



ENDPOINTS