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

# Retweets lookup

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

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

standard v1.1 の [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 ルックアップエンドポイント間の類似点と相違点の理解を助けることを目的としています。

* **類似点**
  * 認証
  * リクエストごとのユーザー数制限
* **相違点**
  * エンドポイント URL

  * リクエスト制限

  * App と Project の要件

  * レスポンスデータ形式

  * リクエストパラメーター

#### 類似点

**認証**

standard v1.1 と X API v2 の Retweets ルックアップエンドポイント([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/retweeters/:ids](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-retweeters-ids))はどちらも [OAuth 1.0a User Context](https://developer.x.com/content/developer-twitter/resources/fundamentals/authentication) または OAuth 2.0 Bearer Token を使用します。

**リクエストごとのユーザー数制限**

v1.1 と v2 の GET エンドポイントのどちらでも、Retweets ルックアップエンドポイントが返す最大ユーザー数は 100 ユーザーです。v2 の Retweets ルックアップエンドポイントではページネーショントークンが渡されず、デフォルトで 100 ユーザーを返し、それが返される最大数です。

#### 相違点

**エンドポイント URL**

* Standard v1.1 エンドポイント:
  * [https://api.x.com/1.1/statuses/retweets/:id.json](https://api.x.com/1.1/statuses/retweets/:id.json)
    (最新 100 件の
