# X (Twitter) API

Fetches public X posts from the logged-out syndication endpoint.

- Platform ID: `x`
- Capabilities: 1
- Execute endpoint: `POST https://data.upscrape.com/execute`
- OpenAPI: https://upscrape.com/scrapers/x/openapi.json

## Capabilities

| Endpoint | Capability ID | Cost | Description |
| --- | --- | --- | --- |
| [Get Tweet (Syndication)](https://docs.upscrape.com/docs/platforms/x/x.tweet.syndication) | `x.tweet.syndication` | 10 credits per request | Get a public post from X's logged-out syndication API without an account. |


## Integration contract

All capabilities use the shared `POST /execute` envelope. A `200` response completed inline; a `202` response must be polled through `GET /jobs/{id}`.

See [authentication](https://docs.upscrape.com/docs/api/authentication), [jobs and results](https://docs.upscrape.com/docs/api/jobs), and [errors and retries](https://docs.upscrape.com/docs/api/errors).
