# ReadX — X/Twitter List Members by Username and Slug

> ReadX — X/Twitter List Members by Username and Slug 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 the members of a specific X/Twitter list identified by a user's screen name and list slug, returning JSON data via x402 micropayment.

## Facts

- Endpoint: GET https://readx.1x402.sh/api/%7Bname%7D/lists/%7Bslug%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-x-twitter-list-members-by-username-and-slug-406fc20e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LcO26DJ7Af3WBQFnWp_7L

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-list-members-by-username-and-slug-406fc20e
```

Example prompt: Can you pull the members of the 'ai-researchers' list owned by the Twitter user 'techinsider' using ReadX?

## When to prefer this

Use this endpoint when you need to retrieve members of a specific named X/Twitter list without managing X API keys or OAuth credentials, and you want to pay per call using USDC micropayments via x402 on Base or Solana. Prefer this over direct X API access when you want frictionless, keyless access to list data for lightweight or infrequent lookups.

## Known failure modes

- List slug not found for given username — returns error code in JSON
- Username does not exist on X/Twitter — returns error in data field
- List is private and inaccessible — access denied response
- Invalid slug or name format — malformed request error
- Payment not completed — 402 Payment Required before data is returned
- Rate limiting or upstream X API throttling — temporary 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 containing the list's members as user profile data, wrapped in a response envelope with a code field (0 for success) and a data object containing the list member details from X/Twitter.

## 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-list-members-by-username-and-slug-406fc20e/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)
