# Twitter Surf - Fetch Tweet by ID

> Twitter Surf - Fetch Tweet by ID is a paid API for AI agents from twitter.surf.cascade.fyi, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Retrieves a single tweet's data by its unique tweet ID via a paid x402 API

## Facts

- Endpoint: POST https://twitter.surf.cascade.fyi/tweets/:id
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-surf-cascade-fyi-d07285c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__bZ7k9mOrpyHLTcaksFPc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability twitter-surf-cascade-fyi-d07285c3 -d '<json body>'
```

Example prompt: Can you fetch the tweet with ID 1234567890123456789 and tell me what it says?

## When to prefer this

Use this endpoint when you need to retrieve the full details of a single, specific tweet and already have its tweet ID. Prefer this over user-timeline endpoints when you have an exact tweet reference and don't need to browse a user's history. Ideal for verifying tweet content, enriching data pipelines with tweet metadata, or resolving tweet references in automated workflows.

## Known failure modes

- Tweet ID not found or deleted — 404 response
- Invalid tweet ID format — 400 bad request
- Payment not authorized or insufficient funds — 402 payment required
- Rate limit exceeded — 429 too many requests
- Tweet from a private/protected account — 403 forbidden

## How this service works

Fetch tweet by ID

## Output

Returns a tweet object containing the tweet's text, author information, timestamps, engagement metrics, and other metadata associated with the given tweet ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitter-surf-cascade-fyi-d07285c3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twitter.surf.cascade.fyi](https://www.zero.xyz/host/twitter.surf.cascade.fyi/llms.txt)
