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

# 概要

<div id="comparing-x-apis-retweets-endpoints">
  ## X API のリツイート用エンドポイントの比較
</div>

**リツイート取得 (Retweets lookup) **

v2 のリツイート取得用エンドポイントは、Standard [v1.1 GET statuses/retweets/:id](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-retweets-id) および [v1.1 GET statuses/retweets/:ids](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-retweeters-ids) エンドポイントを置き換えます。

次の表は、Standard v1.1 エンドポイントと X API v2 のリツイート用エンドポイントを比較したものです。

| 説明                                                                                                                                   | 標準 v1.1                                                     | X API v2                                                                                                                                                                                                                                                   |
| :----------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| サポートされている HTTP メソッド                                                                                                                  | GET                                                         | GET                                                                                                                                                                                                                                                        |
| ホストドメイン                                                                                                                              | [https://api.x.com](https://api.x.com)                      | [https://api.x.com](https://api.x.com)                                                                                                                                                                                                                     |
| エンドポイントパス                                                                                                                            | /1.1/retweeters/id.json<br /><br />`/1.1/retweets/ids.json` | /2/users/:id/retweeted\_by                                                                                                                                                                                                                                 |
| [認証](/ja/resources/fundamentals/authentication)                                                                                      | OAuth 1.0a ユーザーコンテキスト                                       | OAuth 2.0 ベアラートークン<br /><br />OAuth 1.0a ユーザーコンテキスト                                                                                                                                                                                                        |
| デフォルトのリクエスト[レート制限](/ja/resources/fundamentals/rate-limits)                                                                           | 15 分あたり 75 リクエスト                                            | 15 分あたり 75 リクエスト (App ごと) <br /><br />15 分あたり 75 リクエスト (ユーザーごと)                                                                                                                                                                                            |
| データ形式                                                                                                                                | 標準 v1.1 形式                                                  | [X API v2 形式](/ja/x-api/fundamentals/data-dictionary) (返されるデータは fields と expansions リクエストパラメータによって決まり、v1.1 の形式との後方互換性はありません) <br /><br />Standard v1.1 形式から X API v2 形式への移行方法の詳細については、[データ形式のマイグレーションガイド](/ja/x-api/migrate/data-format-migration)をご覧ください。 |
| [developer App](/ja/resources/fundamentals/developer-apps) と、それに紐づく [Project](/ja/resources/fundamentals/developer-apps) の認証情報の利用が必須 |                                                             | ✔️                                                                                                                                                                                                                                                         |

<div id="manage-retweets">
  ### リツイートを管理する
</div>

次の表では、Standard v1.1 と X API v2 のリツイート取り消しエンドポイントを比較します。

**ポストをリツイートする**

| 説明                                                                                                                                                  | Standard v1.1                                                                    | X API v2                                                                                                          |
| :-------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------- |
| サポートされている HTTP メソッド                                                                                                                                 | POST                                                                             | POST                                                                                                              |
| ホストドメイン                                                                                                                                             | [https://api.x.com](https://api.x.com)                                           | [https://api.x.com](https://api.x.com)                                                                            |
| エンドポイントパス                                                                                                                                           | /1.1/statuses/retweet/:id.json                                                   | /2/users/:id/retweets                                                                                             |
| [Authentication](/ja/resources/fundamentals/authentication)                                                                                         | OAuth 1.0a User Context                                                          | OAuth 1.0a User Context                                                                                           |
| デフォルトのリクエスト [レート制限](/ja/resources/fundamentals/rate-limits)                                                                                         | なし<br /><br />3 時間あたり 300 件のリクエスト (ユーザーごと、App ごと) 。これは POST Tweet エンドポイントと共有されます | 15 分あたり 50 件のリクエスト (ユーザーごと) <br /><br />3 時間あたり 300 件のリクエスト (ユーザーごと、App ごと) 。これはポスト管理用 POST Tweet エンドポイントと共有されます。 |
| [developer App](/ja/resources/fundamentals/developer-apps) の資格情報を使用し、その App が [Project](/ja/resources/fundamentals/developer-apps) に関連付けられている必要があるか |                                                                                  | ✔️                                                                                                                |

<div id="undo-a-retweet">
  #### リツイートの取り消し
</div>

次の表は、Standard v1.1 と X API v2 のリツイート取り消し用エンドポイントを比較したものです。

| 説明                                                                                                                                   | Standard v1.1                          | X API v2                                 |
| :----------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------- | :--------------------------------------- |
| サポートされる HTTP メソッド                                                                                                                    | POST                                   | DELETE                                   |
| ホストドメイン                                                                                                                              | [https://api.x.com](https://api.x.com) | [https://api.x.com](https://api.x.com)   |
| エンドポイントパス                                                                                                                            | /1.1/statuses/unretweet/:id.json       | /2/users/:id/retweets/:source\_tweet\_id |
| [認証](/ja/resources/fundamentals/authentication)                                                                                      | OAuth 1.0a User Context                | OAuth 1.0a User Context                  |
| デフォルトのリクエスト[レート制限](/ja/resources/fundamentals/rate-limits)                                                                           | なし                                     | 15 分あたり 50 リクエスト (ユーザーごと)                |
| [Project](/ja/resources/fundamentals/developer-apps) に関連付けられた [developer App](/ja/resources/fundamentals/developer-apps) の認証情報の使用が必要 |                                        | ✔️                                       |

**その他の移行リソース**

[Retweets lookup: Standard v1.1 to X API v2](/ja/x-api/posts/retweets#retweets-lookup-standard-v1-1-compared-to-x-api-v2 "Retweets lookup: Standard v1.1 to X API v2")

[Manage Retweets: Standard v1.1 to X API v2](/ja/x-api/posts/retweets#manage-retweets-standard-v1-1-compared-to-x-api-v2)

[X API 移行ハブ](/ja/x-api/migrate/overview)
