For requests and improvements write me a direct message on rapidAPI!
1.6k subscribers
9.9/10 popularity
1429 ms avg latency
99% success rate
27 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 endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search twitter /search/{searchTerm} |
Search Twitter (Top, Latest, Videos, Photos and People) |
| GET |
User followings ids /user/{userId}/followings/ids |
Get the ids of the users a certain user follows |
| GET |
t.co url resolver /resolve-urls |
This endpoints resolves up to 100 t.co shortened urls. |
| GET |
Tweet details /tweet/{tweetId} |
Receive all tweet informations and comments by tweetId. |
| GET |
Bulk usernames to userIds [BETA] /user/usernames/to/ids |
This gets a list of usernames and returns the userIds for them. If a user doesn't exist it will return an empty string for that user. |
| GET |
Search twitter without term /search |
Search Twitter (Top, Latest, Videos, Photos and People) |
| GET |
Tweet Likes /tweet/{tweetId}/favorites |
Receive all likes for a tweet. |
| GET |
User followers ids /user/{userId}/followers/ids |
Get up to 5000 ids per requests of followers |
| GET |
Simple tweet details /tweet/simple/{tweetId} |
This endpoint has a simpler structure if you just need tweet information |
| GET |
Users details by Ids /user/users/by/ids |
You can provide a comma-seperated string with multiple Ids to get multiple users at once |
| GET |
Tweet Retweets /tweet/{tweetId}/retweets |
Receive all retweets for a tweet. |
| GET |
User Followings /user/{userId}/followings |
Receive all followings of a user. You can use the cursor and count to navigate around. |
| GET |
User Followers /user/{userId}/followers |
Receive all followers of a user. You can use the cursor and count to navigate around. |
| GET |
User Likes /user/{userId}/likes |
Receive all likes of a user. You can use the cursor and count to navigate around. |
| GET |
User Media /user/{userId}/media |
Receive all media items ordered by most recent. You can use the cursor and count to navigate around. |
| GET |
User Tweets and Replies /user/{userId}/tweetsAndReplies |
Receive all tweets and replies ordered by most recent. You can use the cursor and count to navigate around. |
| GET |
User Tweets /user/{userId}/tweets |
Receive all tweets ordered by most recent. You can use the cursor and count to navigate around. |
| GET |
user details by userId /user/{userId} |
This is the prefered method of getting any information. Receive follower counts, images and more user related data with this endpoint. |
| GET |
User details by username /user/by/username/{username} |
Receive follower counts, images and more user related data with this endpoint. |
| GET |
username to userId /username/to/id/{username} |
You'll need the userId to receive tweets, media and replies. |
| GET |
Tweets for multiple users /user/tweets/for/users |
Get up to 100 tweets for 15 users at once |
| GET |
Video Subtitles /misc/subtitles |
Get subtitles of video if available |
| GET |
Search communities /communities/search/{searchTerm} |
Use a search term to get a list of communities |
| GET |
Community details /communities/{id} |
Get all info about a community by its rest_id |
| GET |
Community members /communities/{id}/members |
Returns a paginated list of all members |
| GET |
Community mods /communities/{id}/moderators |
Returns a paginated list of all mods |
| GET |
About (country etc) /user/about/{username} |
Returns you country, registration date and other useful informations about a user. |
Twitter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3 / minute |
|
| PRO | $10 / month | 5 / second |
|
| ULTRA Recommended | $25 / month | 15 / second |
|
| MEGA | $55 / month | 20 / second |
|