# Twitter API v2 ## API Docs - General [Returns the open api spec document.](https://apifox.com/apidoc/docs-site/406084/api-5362869.md): Full open api spec in JSON format. (See https://github.com/OAI/OpenAPI-Specification/blob/master/README.md) - Tweets [Tweet lookup by Tweet IDs](https://apifox.com/apidoc/docs-site/406084/api-5362870.md): Returns a variety of information about the Tweet specified by the requested ID - Tweets [Full archive search counts](https://apifox.com/apidoc/docs-site/406084/api-5362871.md): Returns Tweet Counts that match a search query. - Tweets [Recent search counts](https://apifox.com/apidoc/docs-site/406084/api-5362872.md): Returns Tweet Counts from the last 7 days that match a search query. - Tweets [Sample stream](https://apifox.com/apidoc/docs-site/406084/api-5362873.md): Streams a deterministic 1% of public Tweets. - Tweets [Full-archive search](https://apifox.com/apidoc/docs-site/406084/api-5362874.md): Returns Tweets that match a search query. - Tweets [Recent search](https://apifox.com/apidoc/docs-site/406084/api-5362875.md): Returns Tweets from the last 7 days that match a search query. - Tweets [Filtered stream](https://apifox.com/apidoc/docs-site/406084/api-5362876.md): Streams Tweets matching the stream's active rule set. - Tweets [Rules lookup](https://apifox.com/apidoc/docs-site/406084/api-5362877.md): Returns rules from a user's active rule set. Users can fetch all of their rules or a subset, specified by the provided rule ids. - Tweets [Add/Delete rules](https://apifox.com/apidoc/docs-site/406084/api-5362878.md): Add or delete rules from a user's active rule set. Users can provide unique, optionally tagged rules to add. Users can delete their entire rule set or a subset specified by rule ids or values. - Tweets [Tweet lookup by Tweet ID](https://apifox.com/apidoc/docs-site/406084/api-5362879.md): Returns a variety of information about the Tweet specified by the requested ID - Tweets [Hide replies](https://apifox.com/apidoc/docs-site/406084/api-5362880.md): Hides or unhides a reply to an owned conversation. - Tweets [Returns Tweet objects liked by the provided User ID](https://apifox.com/apidoc/docs-site/406084/api-5362881.md): Returns a list of Tweets liked by the provided User ID - Tweets [Causes the user (in the path) to like the specified tweet](https://apifox.com/apidoc/docs-site/406084/api-5362882.md): Causes the user (in the path) to like the specified tweet. The user in the path must match the user context authorizing the request. - Tweets [Causes the user (in the path) to unlike the specified tweet](https://apifox.com/apidoc/docs-site/406084/api-5362883.md): Causes the user (in the path) to unlike the specified tweet. The user must match the user context authorizing the request - Tweets [User mention timeline by User ID](https://apifox.com/apidoc/docs-site/406084/api-5362884.md): Returns Tweet objects that mention username associated to the provided User ID - Tweets [Causes the user (in the path) to retweet the specified tweet](https://apifox.com/apidoc/docs-site/406084/api-5362885.md): Causes the user (in the path) to retweet the specified tweet. The user in the path must match the user context authorizing the request. - Tweets [Causes the user (in the path) to unretweet the specified tweet](https://apifox.com/apidoc/docs-site/406084/api-5362886.md): Causes the user (in the path) to unretweet the specified tweet. The user must match the user context authorizing the request - Tweets [User Tweets timeline by User ID](https://apifox.com/apidoc/docs-site/406084/api-5362887.md): Returns a list of Tweets authored by the provided User ID - Users [Returns user objects that have liked the provided Tweet ID](https://apifox.com/apidoc/docs-site/406084/api-5362888.md): Returns a list of users that have liked the provided Tweet ID - Users [Returns user objects that have retweeted the provided Tweet ID](https://apifox.com/apidoc/docs-site/406084/api-5362889.md): Returns a list of users that have retweeted the provided Tweet ID - Users [User lookup by IDs](https://apifox.com/apidoc/docs-site/406084/api-5362890.md): This endpoint returns information about users. Specify users by their ID. - Users [User lookup by usernames](https://apifox.com/apidoc/docs-site/406084/api-5362891.md): This endpoint returns information about users. Specify users by their username. - Users [User lookup by username](https://apifox.com/apidoc/docs-site/406084/api-5362892.md): This endpoint returns information about a user. Specify user by username. - Users [User lookup by ID](https://apifox.com/apidoc/docs-site/406084/api-5362893.md): This endpoint returns information about a user. Specify user by ID. - Users [Returns user objects that are blocked by provided user ID](https://apifox.com/apidoc/docs-site/406084/api-5362894.md): Returns a list of users that are blocked by the provided user ID - Users [Block User by User ID](https://apifox.com/apidoc/docs-site/406084/api-5362895.md): Causes the user (in the path) to block the target user. The user (in the path) must match the user context authorizing the request - Users [Returns user objects that follow the provided user ID](https://apifox.com/apidoc/docs-site/406084/api-5362896.md): Returns a list of users that follow the provided user ID - Users [Following by User ID](https://apifox.com/apidoc/docs-site/406084/api-5362897.md): Returns a list of users that are being followed by the provided user ID - Users [Follow User](https://apifox.com/apidoc/docs-site/406084/api-5362898.md): Causes the user(in the path) to follow, or “request to follow” for protected users, the target user. The user(in the path) must match the user context authorizing the request - Users [Mute User by User ID](https://apifox.com/apidoc/docs-site/406084/api-5362899.md): Causes the user (in the path) to mute the target user. The user (in the path) must match the user context authorizing the request - Users [Unblock User by User ID](https://apifox.com/apidoc/docs-site/406084/api-5362900.md): Causes the source user to unblock the target user. The source user must match the user context authorizing the request - Users [Unfollow User](https://apifox.com/apidoc/docs-site/406084/api-5362901.md): Causes the source user to unfollow the target user. The source user must match the user context authorizing the request - Users [Unmute User by User ID](https://apifox.com/apidoc/docs-site/406084/api-5362902.md): Causes the source user to unmute the target user. The source user must match the user context authorizing the request