Twitter(X) Full Api
Introducing a powerful Twitter API/X API with endpoints to help you access valuable Twitter data. With our X API, you can easily retrieve tweet details, user followers and unfollows, post likes, comments, quoted tweets, and retweets. You can also search for the most popular, latest videos, photos, and people by username or ID, and access user tweets, replies, media, likes, and information. We…
Twitter(X) Full Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
User Profil Detail /api/v2/getUserProfileDetail |
In this section, you can get detailed profile information of a Twitter user. **Usage Parameter:** ``` { "UserName":"elonmusk" } ``` |
| POST |
User Tweet List /api/v2/getUserTweetList |
In this section, you can get detailed profile information of a Twitter user. **Usage Parameter:** ``` { "restId":"44196397", "tweetCount":20 } ``` |
| POST |
User Tweet Like List /api/v2/getUserTweetLikeList |
In this section, you can reach users who liked the posts shared by a Twitter user. **Usage Parameter:** ``` { "tweetId":"1718710447803900157", "userCount":20 } ``` |
| POST |
User Tweet Retweet List /api/v2/getUserTweetRetweetsList |
In this section, you can reach users who retweet the posts shared by a Twitter user. **Usage Parameter:** ``` { "tweetId":"1718710447803900157", "userCount":20 } ``` |
| POST |
User Profil Likes List /api/v2/getUserProfilLikesList |
In this section, you can access the posts that a Twitter user liked. **Usage Parameter:** ``` { "restId":"44196397", "likeCount":20 } ``` |
| POST |
User Profil Replies List /api/v2/getUserProfilRepliesList |
In this section, you can access the posts that a Twitter user replies. **Usage Parameter:** ``` { "restId":"44196397", "repliesCount":20 } ``` |
| POST |
User Profil Blue Verified Followers List /api/v2/getUserBlueVerifiedFollowersList |
In this section, you can access approved accounts that follow a Twitter user. **Usage Parameter:** ``` { "restId":"44196397", "userCount":20 } ``` |
| POST |
User Profil Followers List /api/v2/getUserFollowersList |
In this section, you can access the accounts that follow a Twitter user. **Usage Parameter:** ``` { "restId":"44196397", "userCount":20 } ``` |
| POST |
User Profil Following List /api/v2/getUserFollowingList |
In this section, you can access the accounts followed by a Twitter user. **Usage Parameter:** ``` { "restId":"44196397", "userCount":20 } ``` |
Twitter(X) Full Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 5 / second |
|
| ULTRA Recommended | $50 / month | 5 / second |
|
| MEGA | $149 / month | 5 / second |
|