Directory / twitter.surf.cascade.fyi
Batch fetch multiple tweets by ID in a single request. Returns full tweet objects with text, author, metrics, media, and engagement data.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://twitter.surf.cascade.fyi/tweets' # -> 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://twitter.surf.cascade.fyi/tweets'
Endpoint: https://twitter.surf.cascade.fyi/tweets. Operated by twitter.surf.cascade.fyi, not by Animica. Price and availability were correct at the last probe on 2026-08-30 and are set by the operator, who may change them.
Search Twitter/X tweets with advanced query operators (from:, to:, has:, lang:, etc). Returns tweet text, author, metrics, media. Supports sort by Latest/Top, p…
Batch fetch multiple Twitter/X user profiles by username or ID. Returns display name, bio, follower/following counts, verification status, and profile metadata.
Search Twitter/X user profiles by keyword. Returns username, display name, bio, follower/following counts, verification status. Supports pagination.