# ReadX — X/Twitter User Profile Lookup by ID

> ReadX — X/Twitter User Profile Lookup by ID is a paid API for AI agents from readx.sh, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-08).

Fetches a Twitter/X user's profile data by username or ID via a pay-per-call API using x402 micropayments

## Facts

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

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-user-profile-lookup-by-id-980bee9c
```

Example prompt: Can you pull the full profile info for the X/Twitter account @elonmusk — I want their bio, follower count, and account ID?

## When to prefer this

Use this endpoint when you need Twitter/X profile data without managing official API keys or OAuth credentials, especially in agentic workflows that support x402 micropayments in USDC on Base or Solana. Ideal for lightweight, on-demand profile lookups at $0.05 per call when you don't need high-volume bulk access.

## Known failure modes

- User not found — returns non-zero code if username or ID does not exist
- Payment failure — 402 response if USDC micropayment via x402 is not completed
- Invalid input — malformed username or ID returns an error
- Rate limiting — too many requests may result in throttling
- Private account — profile data may be limited or unavailable for protected accounts

## 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

Returns a JSON object with code 0 and a data object containing the Twitter/X user's profile fields such as display name, username, bio, follower count, following count, tweet count, and account 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-user-profile-lookup-by-id-980bee9c/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)
