# ReadX — X/Twitter Broadcast/List JSON API

> ReadX — X/Twitter Broadcast/List JSON API is a paid API for AI agents from readx.sh, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-08).

Fetches a specific X/Twitter broadcast (or list) by ID, returning JSON data, paid per call via x402 micropayments in USDC.

## Facts

- Endpoint: GET https://readx.sh/api/broadcasts/%7Bid%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-x-twitter-broadcast-list-json-api-85912e69
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_juTGkk5iE_jAcGZUJ2b9j

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-broadcast-list-json-api-85912e69
```

Example prompt: Can you pull the details for Twitter broadcast ID 1234567890 from ReadX? I want the full JSON data for that broadcast.

## When to prefer this

Use this endpoint when you need to look up a specific X/Twitter broadcast or list by its ID without managing X API keys or OAuth flows, and want to pay per call via USDC micropayments on Base or Solana. Ideal for agents that need occasional, targeted X/Twitter broadcast data without a subscription.

## Known failure modes

- Invalid or nonexistent broadcast ID returns empty data or error code
- Payment failure via x402 results in 402 Payment Required response
- Network timeout if X/Twitter backend is slow
- Malformed ID parameter causes a bad request error
- Rate limiting or access restrictions on the underlying X/Twitter data source

## 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 broadcast or list details retrieved from X/Twitter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "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-broadcast-list-json-api-85912e69/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)
