> ## 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.

# Mapa de endpoints de X API: v1.1 y Enterprise a v2

> Mapa completo de los endpoints de Standard v1.1 y Enterprise junto con sus equivalentes en X API v2 para planificar y ejecutar tu migración a v2.

La siguiente tabla mapea los endpoints de X API v2 con los correspondientes endpoints estándar v1.1 y empresariales. Para saber más sobre cada una de estas versiones y niveles, visita nuestra [guía de introducción a X API](/x-api/getting-started/about-x-api).

Notarás que aún tenemos varios elementos marcados como **\[Coming Soon]**. Si notas algo en esta tabla marcado como **\[Replacement Under Consideration]** o **\[No Replacement Planned]**, y te gustaría que publicáramos una versión v2 de ese endpoint, háznoslo saber a través de nuestro [foro comunitario](https://devcommunity.x.com/) o de tu gerente de cuenta empresarial.

|           | 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)                                                                                                     |
