Twitter AIO
With our Twitter API we're providing an easy but live-time access to all the data on Twitter/X. You can analyse tweets, comments, likes and retweets or dig into the details of Twitter user profiles. We are always trying to improve our Twitter API so if you have any feature requests or question just contact us! We also offer private plans for all of you needs.
Twitter AIO endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Tweet Details /tweet/{tweetId} |
Receive all tweet informations and comments by tweetId. ⚠️ For large cursors (many replies you want to fetch) you can use the POST-request to be not limited by the GET-request… |
| POST |
Create community (requires Premium account) /client/communities/create |
Create community via api. Requires twitter premium account |
| GET |
Search /search/{searchTerm} |
With the search endpoint you can search all of twitter. You just need to provide a search term. ⚠ If you have a large cursor the GET-request will limit at some length. For that… |
| GET |
Twitter hashtag emojis /misc/emojis |
Receive a full list of all twitter custom emojis with the hashtag, image and more. |
| GET |
User Details by username /user/by/username/{username} |
Receive follower counts, images and more user related data with this endpoint. |
| GET |
Multi-Usernames to Ids /user/usernames/to/ids |
This endpoint receives a list of usernames and converts up to 100 of them at the same time to ids. |
| GET |
Lists followers /lists/followers |
Get all followers of a list |
| 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 |
Tweet Likes /tweet/{tweetId}/favorites |
Receive all likes for a tweet. |
| GET |
Trends /trends/{locationId} |
Get twitter trends for worldwide or a specific region. |
| GET |
Location (for trends) /misc/locations |
This gives you a list of all available locations. |
| GET |
Lists tweets /lists/tweets |
Get all tweets of a list (100 in one go!) |
| GET |
Tweet Retweets /tweet/{tweetId}/retweets |
Receive all retweets for a tweet. |
| GET |
Tweets by userId /user/{userId}/tweets |
Receive all tweets ordered by most recent. You can use the cursor and count to navigate around. |
| POST |
Home timeline /client/home-timeline |
Get home timeline with your own account |
| POST |
Search for large cursors /search/{searchTerm} |
With the search endpoint you can search all of twitter. You just need to provide a search term. This is the POST-request which allows you to send larger requests. |
| GET |
Lists details /lists/details |
Get detail information |
| POST |
Tweet Details for large cursors /tweet/{tweetId} |
Receive all tweet informations and comments by tweetId. This POST-request allows you to dig deeper into the replies when the cursor is growing. |
| POST |
Remove scheduled tweet /client/schedule-delete |
Removes scheduled tweet by id |
| GET |
Basic user followings by userId /user/{userId}/followings/basic |
You'll receive a basic list of all followings a user has. Please provide only the userId and you'll receive the following followings data: id, username, createdDate, followings,… |
| GET |
Convert username to userId /username/to/id/{username} |
You'll need the userId to receive tweets, media and replies. |
| POST |
Get scheduled tweets /client/schedule-overview |
Returns all your scheduled tweets |
| GET |
Search for community member /communities/{communityId}/members/search |
Easily check if a username is member of a community |
| GET |
Community tweets /communities/{communityId}/tweets |
Get tweets of the community |
| GET |
Tweets and Replies by userId /user/{userId}/tweetsAndReplies |
Receive all tweets and replies ordered by most recent. You can use the cursor and count to navigate around. |
| POST |
Create tweet /client/create |
Write different types of tweets with your accounts |
| GET |
Resolve twitter shortened urls /resolve-urls |
This helps to get the real url |
| GET |
Media by userId /user/{userId}/media |
Receive all media items ordered by most recent. You can use the cursor and count to navigate around. |
| POST |
Reply tweet /client/reply |
Reply to a tweet with your own account |
| GET |
User Likes by userId /user/{userId}/likes |
Receive all likes of a user. You can use the cursor and count to navigate around. |
| POST |
Delete community (requires Premium account) /client/communities/remove |
Delete a community |
| GET |
User Followers by userId /user/{userId}/followers |
Receive all followers of a user. You can use the cursor and count to navigate around. |
| GET |
User Followings by userId /user/{userId}/followings |
Receive all followings of a user. You can use the cursor and count to navigate around. |
| GET |
✨ Tweets by username [EXCLUSIVE!] /user/-1/tweets |
Receive all tweets ordered by most recent. You can use the cursor and count to navigate around. |
| GET |
Multiple user details by ids /user/users/by/ids |
Give a list of user ids to get user info |
| GET |
Verified followers by userId or username /user/{userId}/verifiedFollowers |
Receive all verified followers of a user. You can use the cursor and count to navigate around. |
| GET |
User Followings Ids /user/{userId}/followings/ids |
Get the ids of the users a certain user follows |
| GET |
Search jobs /jobs/search/{searchTerm} |
Search with filters for any job on the planet! |
| GET |
Find location by term /jobs/find-location/{searchTerm} |
Search for locationIds by searchTerm |
| GET |
Job details /jobs/{jobId} |
Get all job details |
| GET |
Multi-user tweets // Deprecated /user/tweets/for/users |
Get up to 20 tweets for up to 5 users with only one request! This is a custom made endpoint which is only usable with this API |
| GET |
Video Subtitles /misc/subtitles |
Get the full subtitles of a video |
| GET |
Search communities /communities/search/{searchTerm} |
Simply search by a string for new communities |
| GET |
Community details (by id) /communities/{id} |
Use the rest_id of a community to get all informations about it |
| GET |
Community members /communities/{id}/members |
This endpoint returns all members of the community (using pagination) |
| GET |
Community moderators /communities/{id}/moderators |
This returns all moderators (with pagination) |
| GET |
About /user/about/{username} |
get informations about the profile country, creation date and more. |
| POST |
Analytics Overview /premium/analyticsOverview |
Get profile analytics |
| GET |
Lists members /lists/members |
Get all members of a list |
Twitter AIO pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $5 / month | 3 / second |
|
| ULTRA Recommended | $75 / month | 10 / second |
|
| MEGA | $125 / month | 20 / second |
|