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

# Repost エンドポイント移行概要

> エンドポイント、パラメーター、制限を並べて比較し、Repost(retweet)のルックアップ、作成、削除を Standard v1.1 から X API v2 に移行します。

## X API の Retweets エンドポイントを比較する

**Retweets ルックアップ**

v2 の Retweets ルックアップエンドポイントは、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 の Retweets エンドポイントを比較しています:

| Description                                                                                                      | Standard v1.1                                               | X API v2                                                                                                                                                                                                                                      |
| :--------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| サポートする HTTP メソッド                                                                                                 | GET                                                         | GET                                                                                                                                                                                                                                           |
| Host domain                                                                                                      | [https://api.x.com](https://api.x.com)                      | [https://api.x.com](https://api.x.com)                                                                                                                                                                                                        |
| Endpoint path                                                                                                    | /1.1/retweeters/id.json<br /><br />`/1.1/retweets/ids.json` | /2/users/:id/retweeted\_by                                                                                                                                                                                                                    |
| [認証](/resources/fundamentals/authentication)                                                                     | OAuth 1.0a User Context                                     | OAuth 2.0 Bearer Token<br /><br />OAuth 1.0a User Context                                                                                                                                                                                     |
| デフォルトのリクエスト[レート制限](/resources/fundamentals/rate-limits)                                                          | 15 分あたり 75 リクエスト                                            | 15 分あたり 75 リクエスト(App ごと)<br /><br />15 分あたり 75 リクエスト(ユーザーごと)                                                                                                                                                                                  |
| データフォーマット                                                                                                        | Standard v1.1 フォーマット                                        | [X API v2 フォーマット](/x-api/fundamentals/data-dictionary)(fields と expansions リクエストパラメーターで決定、v1.1 フォーマットとは後方互換性なし)<br /><br />Standard v1.1 フォーマットから X API v2 フォーマットへの移行方法については、[データフォーマット移行ガイド](/x-api/migrate/data-format-migration)を参照してください。 |
| [Project](/resources/fundamentals/developer-apps) に紐づく[開発者 App](/resources/fundamentals/developer-apps) の認証情報が必要 |                                                             | ✔️                                                                                                                                                                                                                                            |

### Retweet の管理

以下の表は、standard v1.1 と X API v2 の undo Retweet エンドポイントを比較しています:

**投稿を Retweet する**

| Description                                                                                                      | Standard v1.1                                                             | X API v2                                                                                                        |
| :--------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------- |
| サポートする HTTP メソッド                                                                                                 | POST                                                                      | POST                                                                                                            |
| Host domain                                                                                                      | [https://api.x.com](https://api.x.com)                                    | [https://api.x.com](https://api.x.com)                                                                          |
| Endpoint path                                                                                                    | /1.1/statuses/retweet/:id.json                                            | /2/users/:id/retweets                                                                                           |
| [認証](/resources/fundamentals/authentication)                                                                     | OAuth 1.0a User Context                                                   | OAuth 1.0a User Context                                                                                         |
| デフォルトのリクエスト[レート制限](/resources/fundamentals/rate-limits)                                                          | なし<br /><br />ユーザーごとかつアプリごとに 3 時間ウィンドウあたり 300 リクエスト。POST Tweet エンドポイントと共有 | ユーザーごとに 15 分あたり 50 リクエスト<br /><br />ユーザーごとかつアプリごとに 3 時間ウィンドウあたり 300 リクエスト。manage Posts の POST Tweet エンドポイントと共有。 |
| [Project](/resources/fundamentals/developer-apps) に紐づく[開発者 App](/resources/fundamentals/developer-apps) の認証情報が必要 |                                                                           | ✔️                                                                                                              |

#### Retweet を取り消す

以下の表は、standard v1.1 と X API v2 の undo Retweet エンドポイントを比較しています:

| Description                                                                                                      | Standard v1.1                          | X API v2                                 |
| :--------------------------------------------------------------------------------------------------------------- | :------------------------------------- | :--------------------------------------- |
| サポートする HTTP メソッド                                                                                                 | POST                                   | DELETE                                   |
| Host domain                                                                                                      | [https://api.x.com](https://api.x.com) | [https://api.x.com](https://api.x.com)   |
| Endpoint path                                                                                                    | /1.1/statuses/unretweet/:id.json       | /2/users/:id/retweets/:source\_tweet\_id |
| [認証](/resources/fundamentals/authentication)                                                                     | OAuth 1.0a User Context                | OAuth 1.0a User Context                  |
| デフォルトのリクエスト[レート制限](/resources/fundamentals/rate-limits)                                                          | なし                                     | ユーザーごとに 15 分あたり 50 リクエスト                 |
| [Project](/resources/fundamentals/developer-apps) に紐づく[開発者 App](/resources/fundamentals/developer-apps) の認証情報が必要 |                                        | ✔️                                       |

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

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

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

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