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

> Standard v1.1 と Enterprise エンドポイントを X API v2 の対応するエンドポイントと並べて表示した包括的なマップ。v2 への移行を計画・実行するためのものです。

以下の表は、X API v2 エンドポイントを対応する standard v1.1 と enterprise エンドポイントにマッピングしたものです。これらの各バージョンと tier について詳しくは、[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)                                                                                                     |
