> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# X API endpoint map: v1.1 and Enterprise to v2

> Comprehensive map of Standard v1.1 and Enterprise endpoints alongside their X API v2 equivalents to plan and execute your migration to v2.

The following table maps the X API v2 endpoints to the corresponding standard v1.1, and enterprise endpoints. To learn more about each of these versions and tiers, please visit our [X API getting started guide](/x-api/getting-started/about-x-api).

You'll notice that we still have several items marked as **\[Coming Soon]**. If you notice anything within this table that is marked as **\[Replacement Under Consideration]** or **\[No Replacement Planned]**, and you would like to see us release a v2 version of that endpoint, please let us know via our [community forum](https://devcommunity.x.com/) or your enterprise account manager. 

|           | Standard v1.1                                                                                         | Enterprise                                                                                             | X API v2                                                                                                                                                   |
| :-------- | :---------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Posts** | GET statuses/show <br />GET statuses/lookup                                                           |                                                                                                        | [Posts lookup](/x-api/posts/lookup/introduction)                                                                                                           |
|           | POST statuses/update <br /> POST statuses/destroy/:id                                                 |                                                                                                        | [Manage Posts](/x-api/posts/manage-tweets/introduction)                                                                                                    |
|           | GET statuses/user\_timeline <br /> GET statuses/mentions\_timeline <br /> GET statuses/home\_timeline |                                                                                                        | [Timelines](/x-api/posts/timelines/introduction)  <br />- User Post timeline  <br />- User mention timeline  <br />- Reverse chronological home timeline   |
|           | GET search/tweets                                                                                     | [Search API](/x-api/enterprise-gnip-2.0/fundamentals/search-api) <br />- 30 day  <br />- Full-archive  | [Search Tweets](/x-api/posts/search/introduction)  <br />- Recent search  <br />- 30 day \[No Replacement Planned]  <br />- Full-archive search            |
|           |                                                                                                       | [Search API](/x-api/enterprise-gnip-2.0/fundamentals/search-api)  <br />- 30 day  <br />- Full-archive | [Tweet counts](/x-api/posts/counts/introduction)  <br />- Recent Tweet counts  <br />- 30 day \[No Replacement Planned]  <br />- Full-archive Tweet counts |
|           | GET statuses/filter                                                                                   | [PowerTrack API](/x-api/enterprise-gnip-2.0/powertrack-api)                                            | [Filtered stream](/x-api/posts/filtered-stream/introduction)  <br />- Connect to stream  <br />- Add/delete rules  <br />- Retrieve rules                  |
|           | GET statuses/sample (1%)                                                                              | [Decahose API](/x-api/enterprise-gnip-2.0/fundamentals/decahose-api)  <br />Firehose API               | [Volume stream](/x-api/posts/volume-streams/introduction)  <br />- 1% sampled stream  <br />- 10% decahose stream   <br />- 100% firehose stream           |
|           | GET statuses/retweeters/:ids  <br />GET statuses/retweets/:id                                         |                                                                                                        | [Retweets lookup](/x-api/posts/retweets/introduction)                                                                                                      |
|           |                                                                                                       |                                                                                                        | [Quote Tweets lookup](/x-api/posts/quote-tweets)                                                                                                           |
|           | POST statuses/retweet/:id  <br />POST statuses/unretweet/:id                                          |                                                                                                        | [Manage Retweets](/x-api/posts/retweets/introduction)  <br />- Retweet a Tweet  <br />- Undo a Retweet                                                     |
|           | GET favorites/list                                                                                    |                                                                                                        | [Likes lookup](/x-api/posts/likes/introduction)  <br />- Posts liked by a user  <br />- Users who have liked a Post                                        |
|           | POST favorites/create  <br />POST favorites/destroy                                                   |                                                                                                        | [Manage Likes](/x-api/posts/likes/introduction)  <br />- Like a Post  <br />- Unlike a Post                                                                |
|           |                                                                                                       |                                                                                                        | [Hide replies](/x-api/posts/hide-replies/introduction)                                                                                                     |
