# ReadX — Get Tweet Status by ID

> ReadX — Get Tweet Status by ID is a paid API for AI agents from readx.1x402.sh, paid per call via x402, $0.05/call, status down (last checked 2026-09-15).

Fetches a single tweet's JSON data by its tweet/status ID from X/Twitter, paid per call via x402 micropayments

## Facts

- Endpoint: GET https://readx.1x402.sh/api/status/%7Bid%7D
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-get-tweet-status-by-id-ff29b139
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h8VMcL3kuOviP7j0oRD2f

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 readx-get-tweet-status-by-id-ff29b139
```

Example prompt: Can you look up this tweet for me using ReadX? The tweet ID is 1234567890123456789 — I want to see the full JSON data for that status.

## When to prefer this

Use this endpoint when you need to fetch a single tweet by its numeric ID without holding Twitter/X API credentials, and are comfortable paying $0.05 USDC per call via x402 micropayments on Base or Solana. Ideal for agents that need occasional on-demand tweet lookups without managing OAuth tokens or API key quotas.

## Known failure modes

- Tweet ID not found or deleted — returns error code in JSON
- Invalid tweet ID format — malformed request
- Tweet from private/suspended account — access denied
- Payment failure via x402 — 402 response if USDC payment not included
- Rate limiting or service downtime on ReadX infrastructure

## How this service works

ReadX is a read-only X/Twitter JSON API. Profiles, timelines, tweets, search, lists, followers &amp; following — pay per call with x402 micropayments in USDC on Base or Solana. No API keys.

## Output

A JSON response with code 0 and a data object containing the tweet/status details including text, author, timestamp, engagement metrics, and other tweet metadata for the requested tweet ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/readx-get-tweet-status-by-id-ff29b139/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from readx.1x402.sh](https://www.zero.xyz/host/readx.1x402.sh/llms.txt)
