Skip to main content
GET
Get All Tweets and Replies by User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

screen_name
string
required

The screen name (username) of the Twitter user to get all tweets and replies from.

Example:

"elonmusk"

count
integer
required

Maximum number of tweets and replies to return.

Required range: 1 <= x <= 10000000
Example:

50

Response

A list of all tweets and replies posted by the user, including both original tweets and reply tweets.

Search API response

data
TweetModel · object[]
required

List of tweets

code
integer
default:200

HTTP status code

msg
string
default:success

Response message