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

# Manage Retweets

> standard v1.1 POST statuses/retweet/:id と POST を利用してきた方向けのガイドです。migrate を扱う X API v2 スタンダードティアのリファレンス。

### Manage Retweets: Standard v1.1 と X API v2 の比較

standard v1.1 の [POST statuses/retweet/:id](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-retweet-id) と [POST statuses/unretweet/:id](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-unretweet-id) エンドポイントを利用してきた方向けに、本ガイドは standard と X API v2 の Retweets エンドポイント間の類似点と相違点の理解を助けることを目的としています。

* **類似点**
  * 認証
* **相違点**
  * エンドポイント URL と HTTP メソッド
  * リクエスト制限
  * App と Project の要件
  * リクエストパラメーター

#### 類似点

**認証**

standard v1.1 と X API v2 の manage Retweets エンドポイント([POST statuses/retweet/:id](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-retweet-id) と [POST statuses/unretweet/:id](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-unretweet-id))はどちらも [OAuth 1.0a User Context](https://developer.x.com/content/developer-twitter/resources/fundamentals/authentication) を使用します。したがって、これまで standard v1.1 の Retweets ルックアップエンドポイントを使用していた場合、X API v2 版に移行しても同じ認証方式を引き続き使用できます。

#### 相違点

**エンドポイント URL と HTTP メソッド**

* Standard v1.1 エンドポイント:
  * [https://api.x.com/1.1/statuses/retweet/:id.json](https://api.x.com/1.1/statuses/retweet/:id.json)
    (投稿を Retweet します。Retweet の詳細が埋め込まれた元の投稿を返します)
  * [https://api.x.com/1.1/statuses/unretweet/:id.json](https://api.x.com/1.1/statuses/unretweet/:id.json)
    (Retweet を取り消します。Retweet の詳細が埋め込まれた元の投稿を返します)
* X API v2 エンドポイント:
