A small SocialAPI-compatible HTTP API backed by logged-in Twitter browser sessions and raw X requests.
Last X request: Aug 4, 2026, 9:57:13 PM · HTTP 200
GET /twitter/search?query=…&type=Latest|Top&cursor=…GET /twitter/user/:user_id_or_usernameGET /twitter/followers/list?user_id=…&cursor=…GET /twitter/friends/list?user_id=…&cursor=…GET /twitter/user/:user_id/tweets?cursor=…GET /twitter/user/:user_id/tweets-and-replies?cursor=…Pagination cursors are returned as next_cursor. Tweet and user objects include the original GraphQL result under raw_twitter.
Twitter routes require Authorization: Bearer YOUR_API_KEY. Health check.