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

# X Developer Platform

> X のリアルタイムなグローバルデータを活用して、構築、分析、イノベーションを実現します。投稿、ユーザー、トレンドなどに、柔軟な従量課金制のモダンな API でアクセスできます。無料枠から Enterprise までのプラン、SDK、OAuth 認証、公式ドキュメントの入口を確認できます。

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>;
};

## 製品

ニーズに合ったアクセスレベルを選択してください。

<CardGroup cols={2}>
  <Card title="X API — 従量課金" icon="https://mintcdn.com/x-preview-mintlify-b4f5bfb1/NEh9mjpH7RaTDEed/icons/xds/icon-coins.svg?fit=max&auto=format&n=NEh9mjpH7RaTDEed&q=85&s=f0a3f8ddd724782c1d3209c0d4decd4f" href="/x-api/introduction" width="24" height="24" data-path="icons/xds/icon-coins.svg">
    クレジットベースの料金体系、コミットメントなし。使った分だけお支払いいただきます。
  </Card>

  <Card title="X API — エンタープライズ" icon="https://mintcdn.com/x-preview-mintlify-b4f5bfb1/E43Ep5Gv29gM6HJ6/icons/xds/icon-bank.svg?fit=max&auto=format&n=E43Ep5Gv29gM6HJ6&q=85&s=5ba15306e8e201aad0c5eb3a986b47d6" href="/enterprise-api/introduction" width="24" height="24" data-path="icons/xds/icon-bank.svg">
    大容量エンドポイント、専任アカウントマネジメント、カスタムレート制限。
  </Card>
</CardGroup>

<Tip>
  X API クレジットを購入すると、無料の [xAI API](https://docs.x.ai) クレジットを獲得できます — 支出額に応じて最大 20% 還元。[詳細はこちら](/x-api/getting-started/pricing#free-xai-api-credits)
</Tip>

***

## はじめる

<div className="x-card-vertical">
  <Card title="従量課金制の料金変更: Owned Reads 機能を搭載" icon="bolt" iconType="solid">
    <div
      style={{
  position: 'relative',
  minHeight: '90px'
}}
    >
      <div
        style={{
    position: 'absolute',
    top: '25%',
    left: '85%',
    transform: 'translate(-50%, -50%)',
    opacity: 0.10,
    zIndex: 0,
    width: '40%',
    maxWidth: '320px',
    pointerEvents: 'none',
    filter: 'grayscale(1)'
  }}
      >
        <img src="https://mintcdn.com/x-preview-mintlify-b4f5bfb1/JfWvkZB2PddYTPz5/logo/logo.svg?fit=max&auto=format&n=JfWvkZB2PddYTPz5&q=85&s=8f8a7c28dc2fabbab36cddc9e6ecab1b" alt="X ロゴ" style={{ width: '100%' }} width="1200" height="1227" data-path="logo/logo.svg" />
      </div>

      <div style={{ position: 'relative', zIndex: 1 }}>
        Owned Reads を使用すると、自分のデータに低コストでアクセスできます。自分の投稿、ブックマーク、フォロワー、いいねなどのリクエストは <span style={{fontWeight: 500, color: 'rgba(255,255,255,0.75)'}}>リソースあたり \$0.001</span> です。

        <br />

        <br />

        <Button href="/x-api/getting-started/pricing#owned-reads">詳細はこちら</Button>
      </div>
    </div>
  </Card>
</div>

<CardGroup cols={3}>
  <Card title="クイックスタート" icon="https://mintcdn.com/x-preview-mintlify-b4f5bfb1/CJEW78ZoFC_WB4AV/icons/xds/icon-rocket.svg?fit=max&auto=format&n=CJEW78ZoFC_WB4AV&q=85&s=c4d643f2a562a30abeccca3349337f50" href="/x-api/getting-started/make-your-first-request" width="24" height="24" data-path="icons/xds/icon-rocket.svg">
    API キーを取得し、数分で最初のリクエストを送信できます。
  </Card>

  <Card title="API リファレンス" icon="https://mintcdn.com/x-preview-mintlify-b4f5bfb1/NEh9mjpH7RaTDEed/icons/xds/icon-code.svg?fit=max&auto=format&n=NEh9mjpH7RaTDEed&q=85&s=07116236bb3000cffffbf6c9bac6d47e" href="/x-api/introduction" width="24" height="24" data-path="icons/xds/icon-code.svg">
    投稿、ユーザー、スペース、DM、リストなど、各エンドポイントを確認できます。
  </Card>

  <Card title="SDK" icon="cube" href="/tools-and-libraries">
    開発を加速する公式 Python・TypeScript SDK。
  </Card>
</CardGroup>

***

## リソース

<CardGroup cols={2}>
  <Card title="チュートリアル" icon="https://mintcdn.com/x-preview-mintlify-b4f5bfb1/E43Ep5Gv29gM6HJ6/icons/xds/icon-book.svg?fit=max&auto=format&n=E43Ep5Gv29gM6HJ6&q=85&s=58d2163a527af71742b049fc4dc92669" href="/tutorials" width="24" height="24" data-path="icons/xds/icon-book.svg">
    よくあるユースケースと連携のためのステップバイステップガイド。
  </Card>

  <Card title="ツール & ライブラリ" icon="https://mintcdn.com/x-preview-mintlify-b4f5bfb1/s-LSuXwdpLE-znoh/icons/xds/icon-wrench.svg?fit=max&auto=format&n=s-LSuXwdpLE-znoh&q=85&s=b8dcfae9afcd8d6fdef516956b530873" href="/tools-and-libraries" width="24" height="24" data-path="icons/xds/icon-wrench.svg">
    あらゆる言語に対応した公式 SDK とコミュニティライブラリ。
  </Card>

  <Card title="デベロッパーフォーラム" icon="https://mintcdn.com/x-preview-mintlify-b4f5bfb1/NEh9mjpH7RaTDEed/icons/xds/icon-chat-unread.svg?fit=max&auto=format&n=NEh9mjpH7RaTDEed&q=85&s=ceda6572fd2f0e9f586909c13ab6fbf5" href="https://devcommunity.x.com" width="24" height="24" data-path="icons/xds/icon-chat-unread.svg">
    コミュニティと X チームからサポートを受けられます。
  </Card>

  <Card title="エージェントリソース" icon="https://mintcdn.com/x-preview-mintlify-b4f5bfb1/E43Ep5Gv29gM6HJ6/icons/xds/icon-ai-agents.svg?fit=max&auto=format&n=E43Ep5Gv29gM6HJ6&q=85&s=ef7b211a93cfc05b0c3ee30e4f2e4827" href="/tools/ai" width="24" height="24" data-path="icons/xds/icon-ai-agents.svg">
    llms.txt、skill.md、MCP サーバー、AI 駆動開発のためのリソース。
  </Card>
</CardGroup>

***

## その他の製品

<CardGroup cols={2}>
  <Card title="X Ads API" icon="rectangle-ad" href="/x-ads-api/introduction">
    広告キャンペーン、ターゲティング、クリエイティブ、アナリティクスをプログラムで管理。
  </Card>
</CardGroup>
