Animica x402 Directory

Directory / x402.twit.sh

x402.twit.sh/users/by/username

Look up a Twitter/X user profile by their screen name. Returns full profile data including id, name, username, bio, follower count, following count, tweet count, verification status, and profile image URL. Query param: username (string, required) - Twitter screen name without @, e.g. GET /users/by/username?username=elonmusk. Returns X v2 API-compatible JSON.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://x402.twit.sh/users/by/username'

# -> 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://x402.twit.sh/users/by/username'

Endpoint: https://x402.twit.sh/users/by/username. Operated by x402.twit.sh, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on x402.twit.sh

x402.twit.sh/articles/by/id

Retrieve the full content of an X Article by the tweet ID of the post that hosts it. Returns article title, preview text, cover image, publish date, and full ar…

GET · $0.01

x402.twit.sh/lists/members

Get the members of a Twitter/X List by its numeric List ID. Returns up to 100 user profiles per page with pagination support. Query params: id (string, required…

GET · $0.01

x402.twit.sh/lists/tweets

Get the latest tweets from a Twitter/X List by its numeric List ID. Returns ~100 tweets per page with pagination support. Query params: id (string, required) - …

GET · $0.01

x402.twit.sh/tweets

Bulk look up multiple Twitter/X tweets by their numeric tweet IDs in a single request. Each tweet includes full text, author profile, and engagement metrics. Qu…

GET · $0.01

x402.twit.sh/tweets/by/id

Look up a single Twitter/X tweet by its numeric tweet ID. Returns full tweet data including text, author profile, creation date, engagement metrics (likes, retw…

GET · $0.0025

x402.twit.sh/tweets/mediaUpload

Uploads an image to Twitter/X for the authenticated user and returns a media_id to attach to a tweet. Send the file as multipart/form-data field "file" (e.g. -F…

POST · $0.006

x402.twit.sh/tweets/quote_tweets

Get a list of tweets that quote a specific tweet. Returns paginated quote tweets with author profiles for a given tweet ID. Query params: id (string, required) …

GET · $0.01

x402.twit.sh/tweets/replies

Get replies to a specific Twitter/X tweet. Returns paginated reply tweets for a given tweet ID. Query params: id (string, required) - numeric tweet ID; next_tok…

GET · $0.01

x402.twit.sh/tweets/search

Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words…

GET · $0.006

x402.twit.sh/tweets/user

Get the latest tweets (timeline) from a specific Twitter/X user by their username. Returns up to 20 tweets per page sorted by most recent first, with pagination…

GET · $0.01

x402.twit.sh/users

Bulk look up multiple Twitter/X user profiles by their numeric user IDs in a single request. Returns an array of full user profiles. Query param: ids (string, r…

GET · $0.01

x402.twit.sh/users/followers

Get the list of Twitter/X users who follow a specific user. Returns up to 50 follower profiles per page with pagination support. Query params: id (string, requi…

GET · $0.01

All 15 endpoints on x402.twit.sh →