Twitter API
Production-grade Twitter/X data API for developers
12 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Twitter API endpoints
| Method | Endpoint | Description |
|---|---|---|
| User Information | ||
| GET |
Get User Profile /twitter/user/profile |
Retrieve detailed profile information for any Twitter/X user by username or user ID. Returns user bio, follower counts, verification status, profile images, and more.… |
| User Content | ||
| GET |
Get User Replies /twitter/user/replies |
Retrieve all reply tweets made by a user. This shows conversations and interactions where the user replied to other tweets. **Use Cases:** - Track user conversations - Monitor… |
| GET |
Get User Media /twitter/user/media |
Retrieve only tweets that contain media (photos, videos, GIFs) from a specific user. Perfect for extracting visual content. **Media Types:** - Photos (JPG, PNG) - Videos (MP4) -… |
| GET |
Get User Tweets /twitter/user/tweets |
Retrieve all tweets posted by a specific user with pagination support. Returns tweet text, media, engagement metrics, and timestamps. **Features:** - Paginated results (20-40… |
| User Network | ||
| GET |
Get User Followers /twitter/user/followers |
Retrieve list of users following a specific account. Returns follower profiles with pagination. **Response includes:** - Follower profile information - Verification status - Bio… |
| GET |
Get User Followings /twitter/user/followings |
Retrieve list of accounts that a user is following. Returns following profiles with pagination. **Use Cases:** - Analyze user interests - Find influencer connections - Network… |
| Tweet Information | ||
| GET |
Get Tweet Detail /twitter/tweet/detail |
Retrieve detailed information about a specific tweet including full text, media, engagement metrics, and metadata. **Extract tweet ID from URL:** - URL:… |
| Tweet Engagement | ||
| GET |
Get Tweet Comments /twitter/tweet/comments |
Retrieve top comments/replies to a specific tweet. Returns the most relevant and popular replies first. **Use Cases:** - Analyze sentiment in replies - Extract conversation… |
| GET |
Get Latest Tweet Comments /twitter/tweet/comments/latest |
Retrieve the most recent comments/replies to a tweet, sorted chronologically. Perfect for monitoring new responses in real-time. **Difference from regular comments:** - Sorted by… |
| GET |
Get Retweet Users /twitter/tweet/retweets |
Retrieve list of users who retweeted a specific tweet. Useful for analyzing tweet reach and identifying influencers who shared content. **Use Cases:** - Identify influencers… |
| Search & Discovery | ||
| GET |
Search Twitter /twitter/search |
Search for tweets, users, and lists matching a keyword. Powerful search with multiple filtering options. **Search Types:** - **Top**: Most relevant and popular results (default)… |
| GET |
Get Trending /twitter/trending |
Retrieve current trending topics and hashtags for a specific country. Perfect for tracking what's popular and creating timely content. **Available Countries:** UnitedStates,… |
Twitter API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO | $79 / month | 2 / second |
|
| ULTRA Recommended | $249 / month | 4 / second |
|
| MEGA | $699 / month | 10 / second |
|