Twitter API Endpoints

34 endpoints covering tweets, users, followers, trends, communities, lists, and more. No rate limits, sub-100ms response times.

Tweets(11 endpoints)

GETtweets

Get Tweet

/v1/twitter/tweets/tweet/{tweet_id}

Get complete tweet data including text, media, polls, engagement metrics, quoted tweets, and author info. One API call, all the data you need.

GETtweets

Get Tweets Batch

/v1/twitter/tweets/

Pass up to 100 tweet IDs and get full data for all of them in a single API call. Perfect for data pipelines, backfill jobs, and batch processing.

GETtweets

Get Tweet Retweeters

/v1/twitter/tweets/tweet/{tweet_id}/retweeters

Get the complete list of users who retweeted a tweet with full profile data. Analyze retweet patterns, identify amplifiers, and measure reach.

GETtweets

Get Tweet Replies

/v1/twitter/tweets/tweet/{tweet_id}/replies

Get every reply to a tweet with full text, author profiles, and engagement data. Ideal for conversation analysis, customer feedback mining, and sentiment tracking.

GETtweets

Get Tweet Likes

/v1/twitter/tweets/tweet/{tweet_id}/favoriters

Retrieve the complete list of users who liked a tweet. Analyze engagement patterns, identify your most engaged audience, and find potential leads.

GETtweets

Get Similar Tweets

/v1/twitter/tweets/tweet/{tweet_id}/similar

Find tweets similar to any given tweet using Twitter's own recommendation engine. Expand your research, discover related content, and map topic clusters.

GETtweets

Get Tweet Quotes

/v1/twitter/tweets/tweet/{tweet_id}/quotes

Get every quote tweet with the quoter's commentary, profile data, and engagement stats. Understand how your content is being discussed and reshared.

GETtweets

Get Tweet Edit History

/v1/twitter/tweets/tweet/{tweet_id}/edit_history

Access the full edit history of any tweet. See what changed, when it was edited, and compare versions for accountability and research.

GETtweets

Get Community Notes

/v1/twitter/tweets/tweet/{tweet_id}/community_notes

Access Twitter's crowd-sourced fact-checking notes on any tweet. Get note text, helpfulness ratings, and classification data for misinformation research.

GETtweets

Advanced Search

/v1/twitter/tweets/advanced_search

Search tweets using powerful query operators — keywords, hashtags, mentions, date ranges, language, and more. Get Top, Latest, or Media results programmatically.

GETtweets

Get Article

/v1/twitter/tweets/article/{article_id}

Retrieve full Twitter Articles (long-form content) including title, body text, embedded media, and author information.

Users(11 endpoints)

GETusers

Get User by ID

/v1/twitter/users/{user_id}/by_id

Get a complete user profile by numeric Twitter ID. Returns bio, follower/following counts, verification status, join date, and profile images.

GETusers

Get User by Username

/v1/twitter/users/{username}/by_username

Look up any Twitter user by their @username. Get the complete profile including bio, stats, verification status, and profile images in one call.

GETusers

Batch Get Users by IDs

/v1/twitter/users/batch_by_ids

Look up to 100 Twitter profiles at once by numeric IDs. Perfect for enriching user datasets, CRM imports, and bulk profile analysis.

GETusers

Batch Get Users by Usernames

/v1/twitter/users/batch_by_usernames

Pass up to 100 Twitter usernames and get complete profile data for all of them in a single API call.

GETusers

Get User Tweets

/v1/twitter/users/{username}/latest_tweets

Get all tweets from any user's timeline with text, media, engagement metrics, and metadata. Paginate through their entire tweet history.

GETusers

Get User Followers

/v1/twitter/users/{username}/followers

Get the full list of followers for any Twitter account with complete profile data. Analyze audiences, find leads, and research influencer reach.

GETusers

Get User Following

/v1/twitter/users/{username}/followings

Retrieve the complete following list of any Twitter account. Discover who they follow, analyze network connections, and map social graphs.

GETusers

Get User Subscriptions

/v1/twitter/users/{user_id}/subscriptions

See which premium accounts a user subscribes to. Analyze creator economy patterns and subscription-based engagement on Twitter.

GETusers

Search Users

/v1/twitter/users/search_users

Find Twitter users by searching names, usernames, and bios. Get full profile data for each result. Perfect for prospecting and audience discovery.

GETusers

Get User Mentions

/v1/twitter/users/{username}/mentions

Get every tweet that mentions a specific user. Perfect for brand monitoring, customer feedback tracking, and reputation management.

GETusers

Get User Articles

/v1/twitter/users/{user_id}/articles

Retrieve all long-form articles published by a specific Twitter user. Ideal for content analysis, curation, and competitive research.

Lists(3 endpoints)

Communities(3 endpoints)

Trends(2 endpoints)

Places(2 endpoints)

Spaces(2 endpoints)