# ReadX — X/Twitter Profile Lookup by Name/ID

> ReadX — X/Twitter Profile Lookup by Name/ID 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-15).

Fetches a Twitter/X user profile by username or ID via pay-per-call micropayment API

## Facts

- Endpoint: GET https://readx.1x402.sh/api/%7Bname%7D/id
- Price: $0.05/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-profile-lookup-by-name-id-aedd269e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NDNNxor9jffg4gpEkCZsb

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-profile-lookup-by-name-id-aedd269e
```

Example prompt: Can you pull up the Twitter/X profile for the user 'elonmusk' using ReadX — I want their bio, follower count, and account details?

## When to prefer this

Choose this endpoint when you need to look up a specific Twitter/X user profile by username or numeric ID without holding Twitter API credentials, and are comfortable paying $0.05 USDC per call via x402 micropayments on Base or Solana. Ideal for agents that need occasional profile lookups rather than high-volume access.

## Known failure modes

- User not found — code non-zero, empty data object returned
- Invalid username or ID format — malformed request error
- Payment failure — x402 micropayment not processed, 402 response before data is returned
- Rate limiting or temporary X/Twitter upstream unavailability
- Suspended or deactivated account returns empty or error response

## 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 Twitter/X user's profile data such as display name, bio, follower/following counts, account creation date, and other public metadata returned under a 'data' key with a status code.

## 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-profile-lookup-by-name-id-aedd269e/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)
