v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Tweets

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

next_cursorstring

Pagination cursor from a previous response.

user_idstring

Numeric Twitter/X user ID. Provide either link or user_id.

user_linkstring

Full URL of the user's profile. Provide either link or user_id.

usernamestring

Twitter/X handle of the user. Provide either link or username.

with_repliesboolean

Return users tweets and replies

Example request

{
  "next_cursor": "ASDJKHFJWQE123Q",
  "user_id": "123",
  "user_link": "https://twitter.com/username",
  "username": "username"
}

Response

OK

next_cursorstring

Cursor for fetching the next page of results. Null or absent if no more pages.