Skip to main content
GET
Get X (Twitter) feed by handle

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

twitter_handle
string
required

Twitter handle (no @, case-insensitive)

since
integer

Start time (unix seconds)

until
integer

End time (unix seconds)

content_type
enum<string>[]

Filter by content type

Available options:
original,
retweet,
quote,
reply
has_media
boolean

Only return tweets with media when true

limit
integer

Max results (default 50, max 200)

offset
integer

Offset (default 0)

Response

Tweet list

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean