Get X (Twitter) feed by handle
x-feed
Get X (Twitter) feed by handle
OpenAPI JSON Spec Retrieve a paginated list of tweets posted by the given Twitter handle.
Unknown handles trigger an on-demand X API lookup; the first page is returned synchronously and full historical backfill happens in the background once anti-abuse thresholds (followers + age) are satisfied.
GET
Get X (Twitter) feed by handle
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Twitter handle (no @, case-insensitive)
Start time (unix seconds)
End time (unix seconds)
Filter by content type
Available options:
original, retweet, quote, reply Only return tweets with media when true
Max results (default 50, max 200)
Offset (default 0)

