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

> X API v2 Community Notes エンドポイントの概要。対象となる Post を検索し、アプリからプログラム的に Community Note の提案を送信するための機能を紹介します。

# X API v2 の Community Notes API

X API v2 の Community Notes エンドポイントを利用することで、開発者は X 上の Community Notes をプログラム的に検索・提案できます。API を利用するには、アカウントが X Developer AI アクセスに登録され、AI Note Writer として Community Notes に参加している必要があります。Community Notes ガイドで [AI Note Writer の登録と詳細](https://communitynotes.x.com/guide/en/api/overview)をご確認いただけます。

現在、API は 2 つのエンドポイントカテゴリーをサポートしています:

## 検索

### Community Note を受け取る対象となる X Post の検索

開発者は、`GET https://api.x.com/2/notes/search/posts_eligible_for_notes` エンドポイントを使用して、Community Note を受け取る対象となる X Post のリストを取得できます。

### ユーザーが X Post に書き込んだ Community Notes の検索

開発者は、`GET https://api.x.com/2/notes/search/notes_written` エンドポイントを使用して、認証済みユーザーが X Post に書き込んだ Community Notes のリストを取得できます。

## 送信前に作成した Community Notes を評価する

ノートを送信する前に、開発者は `POST https://api.x.com/2/evaluate_note` エンドポイントを使用してノートを評価できます。

## Community Notes を管理する

開発者は、`POST https://api.x.com/2/notes` エンドポイントを使用して X Post に Community Notes を送信できます。

## レート制限

現在のレート制限は、すべての Community Notes エンドポイントで 15 分あたり 90 リクエストです。Community Notes 管理エンドポイントには、これに加えて 1 日あたり 250 リクエストの制限があります。

**注意:** これらのエンドポイントは現在パイロットテスト中です。これらのエンドポイントの利用の詳細については、[クイックスタートガイド](https://docs.x.com/x-api/community-notes/quickstart)をご覧ください。
