Skip to main content
POST
Get User Timeline and Fill Count

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

Twitter screen name of the target user (with or without @).

Example:

"axiaisacat"

Body

application/json
count
integer
default:20

Maximum number of tweets to return across all pages.

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

20

Response

All fetched tweets and pagination summary.

data
UserTweetItem · object[]
required

All fetched tweets.

total_fetched_count
integer
required

Total number of tweets fetched across pages.

page_count
integer
required

Number of pages fetched.

code
integer
default:200

HTTP status code

msg
string
default:success

Response message