# ReadX — Get Broadcast by ID

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

Fetches a specific X/Twitter broadcast (live video/audio event) by its ID, returning JSON data about the broadcast.

## Facts

- Endpoint: GET https://readx.1x402.sh/api/broadcasts/%7Bid%7D
- Price: $0.03/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-broadcast-by-id-7b5bb986
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bEWV5I2mHLWVjtq3EnQc9

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-broadcast-by-id-7b5bb986
```

Example prompt: Can you pull up the details for Twitter broadcast ID 1vOxwMbPzMkGB — I want to know the title, status, and who's hosting it.

## When to prefer this

Use this endpoint when you need structured JSON data about a specific X/Twitter broadcast (live or archived) by its ID, without managing X API keys — especially useful for agents operating with micropayment-based access via x402 on Base or Solana.

## Known failure modes

- Invalid or non-existent broadcast ID returns empty data or error code
- Payment failure if USDC balance insufficient or x402 handshake fails
- Rate limiting or temporary unavailability of the underlying X/Twitter data source
- Broadcast ID format mismatch causing a 400-level error

## 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 broadcast metadata such as title, host, status, viewer count, and other properties of the specified X/Twitter broadcast event.

## 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-broadcast-by-id-7b5bb986/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)
