Twitter API
The unofficial Twitter API is a powerful tool that allows developers to access and interact with Twitter’s vast range of data and features. This API provides multiple endpoints to retrieve detailed user information, analyze activity, and explore trends, enabling rich, data-driven applications. Below are the available endpoints: User Info: Retrieve detailed information about a user, such as their…
Twitter API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
User info /screenname.php |
Using this method you can get information about user by the screenname. |
| GET |
User timeline /timeline.php |
This endpoint gets lates user's tweets by it's screenname. |
| GET |
Following /following.php |
Get the list of accounts user is following. |
| GET |
Followers /followers.php |
Get latest user's followers list |
| GET |
Tweet info /tweet.php |
With this endpoint you can get tweet info by it's id. |
| GET |
Affilates /affilates.php |
Give you the list of affilates for the corporate account. |
| GET |
User's Media /usermedia.php |
Helps to get a user's media |
| GET |
Retweets /retweets.php |
Get the list of of users who retweeted the tweet. |
| GET |
Trends /trends.php |
Please let me know if you need other countries in the list. |
| GET |
Spaces info /spaces.php |
Give you the basic information about the spaces. |
| GET |
Search /search.php |
WARNING: The Search endpoint is rate limited for new customers to 60 requests/minute. Please contact me if you need a higher limit. Email: [email protected] |
| GET |
Check Retweet /checkretweet.php |
This endpoint get latest tweets of the user and checks if there is a retweet of the needed tweet. WARNING: might not be suitable for old retweets. |
| GET |
User replies /replies.php |
Gets user's replies of the user. |
| GET |
Tweet thread /tweet_thread.php |
Gets the basic tweet info and the replies to it. |
| GET |
Latest replies /latest_replies.php |
Gets the latest replies of the tweet. |
| GET |
Comunity Posts /community_timeline.php |
Returns the posts from the community. |
| GET |
Check follow /checkfollow.php |
This endpoint get latest subscriptins of the user and latest followers for the target account. And checks if user follows the needed account. WARNING: might not be suitable for… |
| GET |
List timeline /listtimeline.php |
With this endpoint you can get the timeline of the lists. |
| GET |
Profiles By RestIds /screennames.php |
Returns an array of users by their rest_ids. |
| GET |
List members /list_members.php |
Get the members of the list on Twitter / X |
| GET |
List followers /list_followers.php |
Get the followers of the list on Twitter / X |
| GET |
Communities Search /search_communities.php |
Search for the communities on the X |
| GET |
Communities Posts Search Top /search_communities_top.php |
Search for the posts in communities post order top. |
| GET |
Communities Posts Search Latest /search_communities_latest.php |
Search for the Latest posts in communities |
| GET |
About profile /about.php |
Returns the information about the profile's registration and usage |
| GET |
User live /broadcast.php |
Checks if user is broadcasting something right now or not. |
| GET |
Jobs Search /jobs.php |
Search for the jobs on x.com/jobs |
| GET |
Community Members /community_members.php |
Gets the list of community members. |
| GET |
Inspiration Posts /top_posts.php |
Gets the posts from the https://x.com/i/jf/creators/inspiration/top_posts |
| GET |
Community Info /community_info.php |
Information about comunity |
Twitter API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $99 / month | — |
|
| MEGA | $490 / month | — |
|