v3
latestOpenAPI 3.0.32026-08-02415689.9 KBTweets
User Tweets
Returns a paginated list of tweets posted by a specific user. Up to 20 tweets per page. Each tweet includes text, creation date, engagement metrics, view count, and nested data for replies, quotes, and retweets when available. Provide either link (profile URL) or user_id.
post/user-tweets
Request body
Example request
{
"next_cursor": "ASDJKHFJWQE123Q",
"user_id": "123",
"user_link": "https://twitter.com/username",
"username": "username"
}Response
OK