Get Tweet (Syndication)
x.tweet.syndication
10 credits / request
Get a public post from X's logged-out syndication API without an account.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"tweet_id":"1911516207322439730"},"capability":"x.tweet.syndication"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
tweet_id
| string | required | Numeric tweet ID |