> ## 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-manage-posts-endpoints">
  ## X API の投稿管理エンドポイントの比較
</div>

v2 の投稿管理エンドポイントは、標準の v1.1 の [POST statuses/update](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-update) および [POST statuses/destroy/:id](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-destroy-id) エンドポイントを置き換えます。v1.1 の投稿管理エンドポイントを使用しているコード、App、ツールがあり、新しい X API v2 エンドポイントへの移行を検討している場合、本ガイド群はそのような方を対象としています。

以下の表では、標準の v1.1 と X API v2 の投稿管理エンドポイントを比較します。

<div id="create-a-post">
  ### ポストを作成する
</div>

| 説明                                                                                                                             | 標準 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/update.json                                                             | /2/tweets                                                                                                  |
| [認証](/ja/resources/fundamentals/authentication)                                                                                | OAuth 1.0a User Context                                                               | OAuth 1.0a User Context<br /><br />OAuth 2.0 Authorization Code with PKCE                                  |
| デフォルトのリクエスト[レート制限](/ja/x-api/fundamentals/rate-limits)                                                                         | なし<br /><br />ユーザーごと、App ごとの 3 時間のウィンドウあたり 300 リクエスト。v1.1 の POST Retweets エンドポイントと共有。 | ユーザーごとの 15 分あたり 200 リクエスト<br /><br />ユーザーごと、App ごとの 3 時間のウィンドウあたり 300 リクエスト。v2 の POST Retweets エンドポイントと共有。 |
| [プロジェクト](/ja/resources/fundamentals/developer-apps) に関連付けられた [開発者用 App](/ja/resources/fundamentals/developer-apps) の認証情報の使用が必要 |                                                                                       | ✔                                                                                                          |

<div id="delete-a-post">
  ### ポストを削除する
</div>

| 説明                                                                                                                                | 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/destroy/:id.json         | /2/tweets/:id                                                             |
| [Authentication](/ja/resources/fundamentals/authentication)                                                                       | OAuth 1.0a User Context                | OAuth 1.0a User Context<br /><br />OAuth 2.0 Authorization Code with PKCE |
| デフォルトのリクエスト[レート制限](/ja/x-api/fundamentals/rate-limits)                                                                            | なし                                     | ユーザーごとに 15 分あたり 50 リクエスト                                                  |
| [Project](/ja/resources/fundamentals/developer-apps) に関連付けられた [developer App](/ja/resources/fundamentals/developer-apps) の認証情報が必要 |                                        | ✔                                                                         |

<div id="other-migration-resources">
  ### その他の移行リソース
</div>

[投稿の管理: Standard v1.1 から X API v2 へ](/ja/x-api/posts/manage-tweets#standard-v1-1-compared-to-x-api-v2 "投稿の管理: Standard v1.1 から X API v2 へ")

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