Twitter API official
Twitter API official
83 subscribers
0.1/10 popularity
55 ms avg latency
59 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 official endpoints
| Method | Endpoint | Description |
|---|---|---|
| Tweet Lookup | ||
| GET |
SingleTweet /2/tweets/{id} |
This endpoint returns details about the Tweet specified by the requested ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/loo… |
| GET |
MultipleTweets /2/tweets |
This endpoint returns details about up to 100 Tweets specified by the requested IDs. For full details, see the [API… |
| Manage Tweets | ||
| POST |
CreateaTweet /2/tweets |
Allows an authenticated user to create a Tweet. You can add parameters to post polls, quote Tweets, Tweet with reply settings, and Tweet to Super Followers in addition to other… |
| User Lookup | ||
| GET |
AuthenticatedUserLookup /2/me |
This endpoint returns the information about an authorized user. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-refere… |
| GET |
UserbyID /2/users/{id} |
This endpoint returns details about a user by ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-reference/get-users-… |
| GET |
UsersbyID /2/users |
This endpoint returns details about up to 100 users by ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-reference/g… |
| GET |
UserbyUsername /2/users/by/username/{username} |
This endpoint returns details about a user by username. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-reference/get-… |
| GET |
UsersbyUsername /2/users/by |
This endpoint returns details about up to 100 users specified by username. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/lookup… |
| Follows | ||
| POST |
FollowauserID /2/users/{id}/following |
Allows a user ID to follow another user. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference/post-users-source_… |
| GET |
UsersauserIDisfollowing /2/users/{id}/following |
Returns a list of users the specified user ID is following. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference… |
| DELETE |
UnfollowauserID /2/users/{source_user_id}/following/{target_user_id} |
Allows a user ID to unfollow another user. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference/delete-users-sou… |
| GET |
FollowersofuserID /2/users/{id}/followers |
Returns a list of users who are followers of the specified user ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/follows/api-r… |
| Blocks | ||
| GET |
Blockslookup /2/users/{id}/blocking |
Returns a list of users who are blocked by the specified user ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-refe… |
| DELETE |
UnblockauserID /2/users/{source_user_id}/blocking/{target_user_id} |
Allows a user ID to unblock another user. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-reference/delete-users-user_… |
| POST |
BlockauserID /2/users/{id}/blocking |
Allows a user ID to block another user. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-reference/post-users-user_id-b… |
| List lookup | ||
| GET |
UserownedLists /2/users/{id}/owned_lists |
This endpoint returns details on user owned Lists specified by the requested ID For full details, see the [API… |
| GET |
ListbyID /2/lists/{id} |
This endpoint returns details about the List specified by the requested ID For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/lists/list-l… |
| Manage Lists | ||
| POST |
Createalist /2/lists |
Allows the authenticated user to create a new List. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-reference/po… |
| DELETE |
Deletealist /2/lists/{id} |
Allows the authenticated user to delete a list they own. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-referen… |
| List Tweets | ||
| GET |
ListTweetslookup /2/lists/{id}/tweets |
This endpoint returns all Tweets from a List specified by the requested ID For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/lists/list-t… |
| Mutes | ||
| GET |
Muteslookup /2/users/{id}/muting |
Returns a list of users who are muted by the specified user ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-referen… |
| DELETE |
UnmuteauserID /2/users/{source_user_id}/muting/{target_user_id} |
Allows a user ID to unmute another user. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-reference/delete-users-user_id… |
| POST |
MuteauserID /2/users/{id}/muting |
Allows a user ID to mute another user. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-reference/post-users-user_id-mut… |
| Quote Tweets | ||
| GET |
QuoteTweetsbyTweetID /2/tweets/{id}/quote_tweets |
Returns the most recent Tweets mentioning a single user specified by the requested user ID. For full details, see the [API… |
| Hide Replies | ||
| PUT |
Hideareply /2/tweets/{id}/hidden |
Provides the ability to hide a reply to a Tweet. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/hide-replies/api-reference/put-… |
| Search Tweets | ||
| GET |
Recentsearch /2/tweets/search/recent |
Search for public Tweets created in the last 7 days. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tw… |
| GET |
Full-archivesearch /2/tweets/search/all |
Search across the complete history of public Tweets matching a search query; since the first Tweet was created in March 2006. For full details, see the [API… |
| Tweet Counts | ||
| GET |
RecentTweetcounts /2/tweets/counts/recent |
Search for public Tweets created in the last 7 days. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tw… |
| GET |
Full-archiveTweetcounts /2/tweets/counts/all |
Search across the complete history of public Tweets matching a search query; since the first Tweet was created in March 2006. For full details, see the [API… |
| Filtered Stream | ||
| POST |
AddRules /2/tweets/search/stream/rules |
Create filter rules. To create one or more rules, submit an add payload as an array of rules and operators. [Sign up](https://t.co/signup) for the Twitter API |
| GET |
Stream(seedescription) /2/tweets/search/stream |
Streams Tweets in real-time based on a specific set of filter rules. Please note streaming responses are currently [not… |
| GET |
RetrieveRules /2/tweets/search/stream/rules |
Returns a list of filter rules currently active on the streaming endpoint. [Sign up](https://t.co/signup) for the Twitter API |
| Sampled Stream | ||
| GET |
Stream(seedescription)0 /2/tweets/sample/stream |
Stream, in real-time, roughly a 1% sample of all public Tweets. Please note streaming responses are currently [not… |
| Batch Compliance | ||
| POST |
Createabatchcompliancejob /2/compliance/jobs |
Creates a new compliance job for Tweet IDs or user IDs. A compliance job will contain an ID and a destination URL. The destination URL represents the location that contains the… |
| GET |
Getallbatchcompliancejobs /2/compliance/jobs |
Returns a list of recent compliance jobs. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/compliance/batch-compliance/api-reference/get… |
| Spaces lookup | ||
| GET |
SpaceslookupbysingleID /2/spaces/{id} |
This endpoint returns information about a single Space with the specified ID. [Sign up](https://t.co/signup) for the Twitter API |
| GET |
LookupSpacescreatedbyoneormoreusers /2/spaces/by/creator_id |
This endpoint returns information about a user. Specify user by username. [Sign up](https://t.co/signup) for the Twitter API |
| GET |
UserswhoboughtatickettoaSpace /2/spaces/{id}/buyers |
Returns a list of users who are blocked by the specified user ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-refe… |
| GET |
SpaceslookupbylistofIDs /2/spaces |
This endpoint returns information about one or more Spaces with the specified comma-separated list of IDs. You can request up to 100 Spaces in a single request [Sign… |
| Search Spaces | ||
| GET |
SearchSpacesbytitle /2/spaces/search |
This endpoint returns Spaces matching the specified keyword query. [Sign up](https://t.co/signup) for the Twitter API |
| Likes | ||
| GET |
LikedTweets /2/users/{id}/liked_tweets |
Returns a list of Tweets that have been liked by a specified user ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-… |
| DELETE |
UnlikeaTweet /2/users/{id}/likes/{tweet_id} |
Allows an authenticated user to unlike a Tweet. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-reference/delete-users… |
| POST |
LikeaTweet /2/users/{id}/likes |
Allows an authenticated user to like a Tweet. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-reference/post-users-use… |
| GET |
Likingusers /2/tweets/{id}/liking_users |
Returns a list of users who have liked a specified Tweet ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-reference… |
| Retweets | ||
| POST |
RetweetaTweet /2/users/{id}/retweets |
Allows an authenticated user to Retweet a Tweet. For full details, see the [API reference](https://developer.twitter.com/en/docs/post-users-id-retweets) for this endpoint. [Sign… |
| DELETE |
UndoaRetweet /2/users/{id}/retweets/{source_tweet_id} |
Allows an authenticated user to unlike a Tweet. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/reweets/api-reference/delete-use… |
| GET |
Retweetedby /2/tweets/{id}/retweeted_by |
Returns a list of users who have liked a specified Tweet ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/reweets/api-referen… |
| Bookmarks | ||
| DELETE |
RemoveaBookmark /2/users/{id}/bookmarks/{tweet_id} |
Allows an authenticated user to unlike a Tweet. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-reference/delete-users… |
| POST |
BookmarkaTweet /2/users/{id}/bookmarks |
Allows an authenticated user to like a Tweet. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/bookmarks/api-reference/post-users… |
| GET |
BookmarkedTweets /2/users/{id}/bookmarks |
Returns a list of Tweets that have been bookmarked by a specified user ID. For full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/bookm… |
+ 9 more endpoints on the provider's documentation.
Twitter API official pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|