> ## 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 엔드포인트 맵: v1.1 및 Enterprise에서 v2로

> v2로의 마이그레이션을 계획하고 실행할 수 있도록 Standard v1.1 및 Enterprise 엔드포인트와 그에 상응하는 X API v2 엔드포인트를 포괄적으로 매핑한 자료입니다.

다음 표는 X API v2 엔드포인트를 그에 상응하는 standard v1.1 및 enterprise 엔드포인트에 매핑한 것입니다. 이러한 버전 및 계층에 대해 자세히 알아보려면 [X API 시작 가이드](/x-api/getting-started/about-x-api)를 방문하세요.

여전히 \*\*\[Coming Soon]\*\*으로 표시된 여러 항목이 있는 것을 확인할 수 있습니다. 이 표 안에 **\[Replacement Under Consideration]** 또는 \*\*\[No Replacement Planned]\*\*로 표시된 항목 중에서 해당 엔드포인트의 v2 버전 출시를 원하는 것이 있다면, [커뮤니티 포럼](https://devcommunity.x.com/) 또는 enterprise 계정 매니저를 통해 알려주세요.

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