GET
/
twitter
/
user
/
last_tweets

Authorizations

X-API-Key
string
header
required

Query Parameters

userId
string

user id of the user.userId is recommended, could be more stable and faster than userName.userId and userName are mutually exclusive. If both are provided, userId will be used.

userName
string

screen name of the user.userId and userName are mutually exclusive. If both are provided, userId will be used.

includeReplies
boolean
default:
false

Whether to include replies in the results. Default is false.

cursor
string

The cursor to paginate through the results. First page is "".

Response

200 - application/json
has_next_page
boolean
required

Indicates if there are more results available

message
string
required

Message of the request.error message

next_cursor
string
required

Cursor for fetching the next page of results

status
enum<string>
required

Status of the request.success or error

Available options:
success,
error
tweets
object[]
required

Array of tweets