Animica x402 Directory

Directory / readx.sh

readx.sh/api/lists/:id/members

The users that belong to a list (paginate with cursor until has_more is false). Example: GET /api/lists/84839422/members

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://readx.sh/api/lists/:id/members'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://readx.sh/api/lists/:id/members'

Endpoint: https://readx.sh/api/lists/:id/members. Operated by readx.sh, not by Animica. Price and availability were correct at the last probe on 2026-08-26 and are set by the operator, who may change them.

Other endpoints on readx.sh

readx.sh/api/:name/followers_web

A user's followers as shown on the web (~70 per page, capped at ~800; paginate with cursor until has_more is false). Example: GET /api/jack/followers_web

GET · $0.01

readx.sh/api/:name/following_web

Accounts a user follows as shown on the web (~70 per page, capped at ~800; paginate with cursor until has_more is false). Example: GET /api/jack/following_web

GET · $0.01

readx.sh/api/:name/verified_followers

A user's verified followers (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/verified_followers

GET · $0.01

readx.sh/api/search/tweets

Search for tweets by query (optional product filter; paginate with cursor). Example: GET /api/search/tweets?q=typescript

GET · $0.01

readx.sh/api/tools/get_user_ids

Resolve up to 20 @handles to numeric user ids (map; null on per-handle failure). Example: GET /api/tools/get_user_ids?usernames=jack,elonmusk

GET · $0.01

readx.sh/api/tools/get_usernames

Resolve up to 20 numeric user ids to @usernames (map; null on per-id failure). Example: GET /api/tools/get_usernames?user_ids=12,44196397

GET · $0.01

readx.sh/api/trends

Trending topics for a location (worldwide by default; filter with country or woeid). Example: GET /api/trends?country=US

GET · $0.01

All 8 endpoints on readx.sh →