# ReadX Tweet Status Lookup by ID

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

Fetches the full JSON data for a single X/Twitter tweet by its numeric status/tweet ID

## Facts

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

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-tweet-status-lookup-by-id-a6dfdbd4
```

Example prompt: Can you pull up the full details for tweet ID 1234567890123456789 on X — I need the text, author, and engagement stats in JSON format without setting up Twitter API keys.

## When to prefer this

Choose this endpoint when you need to fetch a specific tweet by its ID without setting up Twitter/X API credentials or OAuth. Ideal for AI agents that need occasional Twitter data lookups and can pay per call in USDC via x402 micropayments on Base or Solana, avoiding API key management overhead.

## Known failure modes

- Tweet ID not found or deleted — empty data object or non-zero code returned
- Invalid tweet ID format — malformed request error
- Tweet from private/suspended account — access denied or empty result
- Payment not processed — HTTP 402 response requiring x402 micropayment in USDC
- Rate limiting or service unavailability — non-zero error code

## 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 object with a code field (0 for success) and a data field containing the full tweet details including text, author info, timestamps, and engagement metrics for the requested status 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-tweet-status-lookup-by-id-a6dfdbd4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from readx.sh](https://www.zero.xyz/host/readx.sh/llms.txt)
