> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-5e62557c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# X API 概要

> Posts、users、Spaces、Direct Messages、lists、trends、media、compliance、streaming、webhook エンドポイントを網羅した X API v2 の完全なリファレンス。

export const Button = ({href, children}) => {
  return <div className="not-prose">
    <a href={href}>
      <button className="x-btn">
        <span>{children}</span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

X API は X の公開会話へのプログラム的なアクセスを提供します。以下のすべてのエンドポイントは [従量課金制 (pay-per-use)](/x-api/introduction) プランで利用できます。Enterprise 専用と記載されているエンドポイントには [Enterprise](/enterprise-api/introduction) プランが必要です。

***

## エンドポイント

<CardGroup cols={3}>
  <Card title="Posts" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/NnGYBQFO1PDkJQK7/icons/xds/icon-chat.svg?fit=max&auto=format&n=NnGYBQFO1PDkJQK7&q=85&s=bf41cffe3edf828aeb6cba9bc18a8f13" href="/x-api/posts/lookup/introduction" width="24" height="24" data-path="icons/xds/icon-chat.svg">
    投稿の検索、取得、公開を行います。タイムライン、スレッド、引用投稿にアクセスできます。
  </Card>

  <Card title="Users" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/dxXIRy5tzOESXfjK/icons/xds/icon-person.svg?fit=max&auto=format&n=dxXIRy5tzOESXfjK&q=85&s=b9f49bc6c7deb6ad896faddec9f3be35" href="/x-api/users/lookup/introduction" width="24" height="24" data-path="icons/xds/icon-person.svg">
    プロフィールの参照、フォロー、ブロック、ミュートの管理を行います。
  </Card>

  <Card title="Direct Messages" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/RY4xKVedFJJTxUn6/icons/xds/icon-envelope.svg?fit=max&auto=format&n=RY4xKVedFJJTxUn6&q=85&s=f7cd2642fd353b2ac21784f8590e007a" href="/x-api/direct-messages/lookup/introduction" width="24" height="24" data-path="icons/xds/icon-envelope.svg">
    プライベートメッセージの送受信を行います。
  </Card>

  <Card title="Spaces" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/dxXIRy5tzOESXfjK/icons/xds/icon-microphone.svg?fit=max&auto=format&n=dxXIRy5tzOESXfjK&q=85&s=ef1def23493faca9afc7659d9612d446" href="/x-api/spaces/lookup/introduction" width="24" height="24" data-path="icons/xds/icon-microphone.svg">
    ライブ音声会話と参加者を検索できます。
  </Card>

  <Card title="Lists" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/NnGYBQFO1PDkJQK7/icons/xds/icon-bulleted-list.svg?fit=max&auto=format&n=NnGYBQFO1PDkJQK7&q=85&s=e426f94d3f840961303995e6f6e38307" href="/x-api/lists/list-lookup/introduction" width="24" height="24" data-path="icons/xds/icon-bulleted-list.svg">
    キュレーションされたアカウントのリストを作成・管理します。
  </Card>

  <Card title="Likes" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/ddgNr7frFLmNFgtn/icons/xds/icon-heart.svg?fit=max&auto=format&n=ddgNr7frFLmNFgtn&q=85&s=c84e5955e47c158561b5e391a996d16a" href="/x-api/posts/likes/introduction" width="24" height="24" data-path="icons/xds/icon-heart.svg">
    投稿にいいねをつけたり取り消したりします。誰が投稿にいいねをつけたかを参照できます。
  </Card>

  <Card title="Trends" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/RY4xKVedFJJTxUn6/icons/xds/icon-feather-chart-line.svg?fit=max&auto=format&n=RY4xKVedFJJTxUn6&q=85&s=2b182f91ae2f37b28c169a99a19a5224" href="/x-api/trends/trends-by-woeid/introduction" width="24" height="24" data-path="icons/xds/icon-feather-chart-line.svg">
    地域別のトレンドトピックとパーソナライズされたトレンド。
  </Card>

  <Card title="Media" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/7ox7QZkMlDBhUtvj/icons/xds/icon-photo.svg?fit=max&auto=format&n=7ox7QZkMlDBhUtvj&q=85&s=a99eabb4555ed64ee6c6faaddf74640b" href="/x-api/media/introduction" width="24" height="24" data-path="icons/xds/icon-photo.svg">
    画像、動画、GIF をアップロードします。字幕とメタデータを管理します。
  </Card>

  <Card title="Communities" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/dxXIRy5tzOESXfjK/icons/xds/icon-people.svg?fit=max&auto=format&n=dxXIRy5tzOESXfjK&q=85&s=3df3f471186c3b149f8bf206d86587e3" href="/x-api/communities/lookup/introduction" width="24" height="24" data-path="icons/xds/icon-people.svg">
    コミュニティを検索・参照できます。
  </Card>

  <Card title="Community Notes" icon="note-sticky" href="/x-api/community-notes/introduction">
    Community Notes の作成、評価、検索を行います。
  </Card>

  <Card title="News" icon="newspaper" href="/x-api/news/introduction">
    ニュース記事を検索・取得します。
  </Card>

  <Card title="Compliance" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/GytiLHUg9NqWoUD-/icons/xds/icon-shield-check.svg?fit=max&auto=format&n=GytiLHUg9NqWoUD-&q=85&s=264107517c2113465bbdaef78a790362" href="/x-api/compliance/batch-compliance/introduction" width="24" height="24" data-path="icons/xds/icon-shield-check.svg">
    バッチコンプライアンスジョブおよびコンプライアンスストリーム。
  </Card>
</CardGroup>

***

## ストリーミングとリアルタイム

<CardGroup cols={3}>
  <Card title="Filtered Stream" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/ddgNr7frFLmNFgtn/icons/xds/icon-filter.svg?fit=max&auto=format&n=ddgNr7frFLmNFgtn&q=85&s=8340a3b27d981a53cc7236de880d7ed3" href="/x-api/posts/filtered-stream/introduction" width="24" height="24" data-path="icons/xds/icon-filter.svg">
    フィルタールールに一致する投稿をリアルタイムで受け取ります。
  </Card>

  <Card title="X Activity" icon="bolt" href="/x-api/activity/introduction">
    フォロー、いいね、プロフィール更新などのリアルタイムアクティビティイベントを購読します。
  </Card>

  <Card title="Webhooks" icon="webhook" href="/x-api/webhooks/introduction">
    HTTP コールバックでイベントデータを受け取ります。
  </Card>
</CardGroup>

***

## Enterprise 限定

これらのエンドポイントには [Enterprise プラン](/enterprise-api/introduction) が必要です。

<CardGroup cols={3}>
  <Card title="Volume Streams" icon="satellite-dish" href="/x-api/posts/volume-streams/introduction">
    フルファイアホースおよび言語別ストリーム。
  </Card>

  <Card title="Likes Streams" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/ddgNr7frFLmNFgtn/icons/xds/icon-heart.svg?fit=max&auto=format&n=ddgNr7frFLmNFgtn&q=85&s=c84e5955e47c158561b5e391a996d16a" href="/x-api/stream/likes-streams-introduction" width="24" height="24" data-path="icons/xds/icon-heart.svg">
    すべての、またはサンプリングされたいいねをリアルタイムでストリーミングします。
  </Card>

  <Card title="Powerstream" icon="bolt" href="/x-api/powerstream/introduction">
    高度な演算子に対応した高性能フィルタリングストリーミング。
  </Card>

  <Card title="Analytics" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/QVCcrJRuVU5c6Fli/icons/xds/icon-bar-chart.svg?fit=max&auto=format&n=QVCcrJRuVU5c6Fli&q=85&s=bcaff436a3fbfd019f5d98def14963bd" href="/x-api/posts/get-post-analytics" width="24" height="24" data-path="icons/xds/icon-bar-chart.svg">
    大規模な投稿・メディアのエンゲージメント指標。
  </Card>

  <Card title="Account Activity" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/QVCcrJRuVU5c6Fli/icons/xds/icon-bell.svg?fit=max&auto=format&n=QVCcrJRuVU5c6Fli&q=85&s=3b19a46d67c1bacc2d8f0a885ee8226b" href="/x-api/account-activity/introduction" width="24" height="24" data-path="icons/xds/icon-bell.svg">
    リアルタイムのユーザーイベントサブスクリプション。
  </Card>

  <Card title="Stream Webhooks" icon="webhook" href="/x-api/webhooks/stream/introduction">
    webhook 経由での filtered stream 配信。
  </Card>
</CardGroup>

***

## クイックスタート

```bash theme={null}
curl "https://api.x.com/2/users/by/username/xdevelopers" \
  -H "Authorization: Bearer $BEARER_TOKEN"
```

<CardGroup cols={2}>
  <Card title="最初のリクエストを送る" icon="https://mintcdn.com/x-preview-mintlify-5e62557c/7ox7QZkMlDBhUtvj/icons/xds/icon-rocket.svg?fit=max&auto=format&n=7ox7QZkMlDBhUtvj&q=85&s=b6c3ee24b3b5aff4ba4a87805d56fdc9" href="/x-api/getting-started/make-your-first-request" width="24" height="24" data-path="icons/xds/icon-rocket.svg">
    認証情報を取得して、数分で API を呼び出しましょう。
  </Card>

  <Card title="SDK" icon="cube" href="/tools-and-libraries">
    Python と TypeScript の公式ライブラリ。
  </Card>
</CardGroup>
