ReadX
12 services · 612 calls/30d · readx.sh
ReadX · Following
readx.sh
Accounts a user follows (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/following
ReadX · Followers
readx.sh
A user's followers (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/followers
ReadX · Search Tweets
readx.sh
Search for tweets by query (optional product filter; paginate with cursor). Example: GET /api/search/tweets?q=typescript
ReadX · With Replies
readx.sh
A user's timeline including their replies. Example: GET /api/jack/with_replies
ReadX · Mentions
readx.sh
Tweets that mention a user (paginate with cursor until has_more is false). Example: GET /api/jack/mentions
ReadX · Search
readx.sh
Search tweets. Start the query with @ (or add f:user) to search users instead. Example: GET /api/search?q=typescript
ReadX
readx.sh
A user's timeline: tweets, retweets and quotes. Example: GET /api/jack
ReadX · Articles
readx.sh
An X article (long-form post) by its wrapper tweet id (public). Example: GET /api/articles/1
ReadX · Info
readx.sh
A user's profile info: id, name, bio, location, follower/following counts, verification. Example: GET /api/jack/info
ReadX · Trends
readx.sh
Trending topics for a location (worldwide by default; filter with country or woeid). Example: GET /api/trends?country=US
ReadX · With Media
readx.sh
A user's timeline filtered to tweets with media. Example: GET /api/jack/with_media
ReadX · Hashtag
readx.sh
Tweet search for a hashtag. Same as `/api/search?q=%23tag`. Example: GET /api/hashtag/typescript