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

# v1 to v2

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

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

standard v1.1 の GET statuses/show と GET statuses/lookup を利用してきた方向けに、本ガイドは standard と X API v2 の Posts lookup エンドポイント間の類似点と相違点の理解を助けます。

[X API v1.1 データフォーマット](/x-api/fundamentals/data-dictionary)と [X API v2 フォーマット](/x-api/fundamentals/data-dictionary)の違いを素早く確認できる[ビジュアルデータフォーマット移行ツール](/x-api/migrate/data-format-migration)も役立ちます。

* **類似点**
  * OAuth 1.0a User Context
  * リクエストごとの投稿数制限
  * 投稿の編集履歴とメタデータのサポート

* **相違点**
  * エンドポイント URL
  * App と Project の要件
  * レスポンスデータ形式
  * リクエストパラメーター

### 類似点

#### OAuth 1.0a User Context 認証方式

standard エンドポイントは [OAuth 1.0a User Context](/resources/fundamentals/authentication) をサポートし、新しい X API v2 Post lookup エンドポイントは OAuth 1.0a User Context と [OAuth 2.0 App-Only](/resources/fundamentals/authentication) の両方をサポートします。したがって、これまで standard v1.1 の Post lookup エンドポイントを使用していた場合、X API v2 版に移行しても同じ認証方式を引き続き使用できます。

App-Only 認証は最も簡単に始められる方法です。App Access Token の生成方法については、[この OAuth 2.0 App-only ガイド](/resources/fundamentals/authentication)を参照してください。

#### リクエストごとの投稿数制限

v1.1 の [GET statuses/lookup](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-lookup) エンドポイントは、リクエストごとに最大 100 件の投稿を指定できます。これは GET /tweets エンドポイントにも当てはまります。100 件をフルに指定するには、`ids` パラメーターをクエリパラメーターとして
