# ReadX — X/Twitter Tweet Status Lookup

> ReadX — X/Twitter Tweet Status Lookup 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-16).

Fetches a single tweet by username and tweet ID from X/Twitter as JSON, paid per call via x402 micropayments

## Facts

- Endpoint: GET https://readx.1x402.sh/api/%7Bname%7D/status/%7Bid%7D
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-x-twitter-tweet-status-lookup-e2d3d055
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mpl0CyRvU9iPWLT94k4J2

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-x-twitter-tweet-status-lookup-e2d3d055
```

Example prompt: Can you pull up the tweet from user @elonmusk with tweet ID 1234567890123456789 and show me its full details?

## When to prefer this

Choose this endpoint when you need to fetch a specific tweet by a known username and tweet ID without managing Twitter API keys or developer accounts; ideal for AI agents making pay-per-call micropayments in USDC on Base or Solana via x402 protocol

## Known failure modes

- Invalid or nonexistent tweet ID returns empty data or error code
- Suspended or deactivated account returns no data
- Payment failure via x402 if insufficient USDC balance
- Rate limiting or service unavailability returning non-200 response
- Malformed username or ID path parameters causing request failure

## 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 code 0 and a data field containing the tweet's content, metadata, and associated fields for the requested username and 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-x-twitter-tweet-status-lookup-e2d3d055/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)
