Skip to content

TwitterAPIs API Reference

A pay-per-call Twitter/X data API. Authenticate with a bearer token, call any read endpoint for $0.0008 per request (~20 tweets), and page results with cursors. Write actions (like, retweet, bookmark, follow) are $0.0015 per call. The account/* endpoints are free.

Authentication

Pass your API key as a bearer token on every request. New accounts get $0.50 in free credits at signup, no card required.

curl "https://api.twitterapis.com/user/info?username=naval"
  -H "Authorization: Bearer $TWITTERAPIS_KEY"

Tweet Details

Resolve a single tweet into its full object: replies, retweeters, and the complete conversation thread.

User Reads

Read a profile, its timeline, media, mentions, affiliates, and follow relationships by username or numeric ID.

Follower Graph

Page through followers and following lists, including the verified-only and v2 cursor-paginated variants.

List Data

Read the members of any public Twitter/X List.

Write Actions

Act on behalf of an authenticated account: like, retweet, bookmark, and follow, each with its undo. Billed at $0.0015 per call.

Account

Read your own account: remaining credits, plan, and the per-call payment ledger. These calls are free.