Animica x402 Directory

Directory

x402.twit.sh

x402.twit.sh publishes 15 machine-payable endpoints over the x402 protocol, priced from $0.0025 to $0.01 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/articles/by/id GET $0.01 200
/lists/members GET $0.01 200
/lists/tweets GET $0.01 402
/tweets GET $0.01 402
/tweets/by/id GET $0.0025 402
/tweets/mediaUpload POST $0.006 402
/tweets/quote_tweets GET $0.01 402
/tweets/replies GET $0.01 402
/tweets/search GET $0.006 200
/tweets/user GET $0.01 200
/users GET $0.01 402
/users/by/username GET $0.005 200
/users/followers GET $0.01 200
/users/following GET $0.01 402
/users/search GET $0.01 402

What these endpoints do

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 article_content as Markdown (headings, bol…

GET · $0.01 · probe 200

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) - numeric List ID; next_token (string,…

GET · $0.01 · probe 200

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) - numeric List ID; next_token (string, opt…

GET · $0.01 · probe 402

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. Query param: ids (string, required) - comm…

GET · $0.01 · probe 402

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, retweets, replies, quotes, bookmarks), and r…

GET · $0.0025 · probe 402

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 "file=@photo.jpeg"); pass auth_token an…

POST · $0.006 · probe 402

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) - numeric tweet ID; next_token (string, …

GET · $0.01 · probe 402

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_token (string, optional) - pagination curso…

GET · $0.01 · probe 402

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, phrase, anyWords, noneWords, hashtags,…

GET · $0.006 · probe 200

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 support. Query params: username (string…

GET · $0.01 · probe 200

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, required) - comma-separated numeric Twitt…

GET · $0.01 · probe 402

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…

GET · $0.005 · probe 200

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, required) - numeric Twitter user ID; next_tok…

GET · $0.01 · probe 200

x402.twit.sh/users/following

Get the list of Twitter/X users that a specific user follows. Returns up to 50 following profiles per page with pagination support. Query params: id (string, required) - numeric Twitter user ID; next_…

GET · $0.01 · probe 402

x402.twit.sh/users/search

Search Twitter/X for user accounts matching a keyword or phrase. Returns up to 20 matching user profiles per page with pagination support. Useful for discovering users by topic, name, or keyword. Quer…

GET · $0.01 · probe 402