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

# X 開発者プラットフォーム

> X のリアルタイムデータと API を活用して開発しましょう

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <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>;
};

<Card title="Python と TypeScript 用 XDK：提供開始" 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/generaltranslation/p-tsc5qa00w8y5M4/logo/logo.svg?fit=max&auto=format&n=p-tsc5qa00w8y5M4&q=85&s=b33eecc05f0215b62d5da435b69ade95" alt="X ロゴ" style={{ width: '100%' }} width="1200" height="1227" data-path="logo/logo.svg" />
    </div>

    <div style={{ position: 'relative', zIndex: 1 }}>
      X API の公式 SDK を使って、開発ワークフローを効率化しましょう。

      <br />

      <br />

      <Button href="/ja/xdks/overview">詳細はこちら</Button>
    </div>
  </div>
</Card>

X のリアルタイムなグローバルデータを活用して、構築・分析・イノベーションを実現しましょう。投稿、ユーザー、トレンドなどに、柔軟な従量課金制のモダンな API でアクセスできます。

<CardGroup cols={3}>
  <Card title="クイックスタート" icon="rocket" href="/ja/x-api/getting-started/make-your-first-request">
    数分で APIキーを取得し、最初のリクエストを送信できます。
  </Card>

  <Card title="APIリファレンス" icon="code" href="/ja/x-api/introduction">
    投稿、ユーザー、スペース、DM、リストなどのエンドポイントを確認できます。
  </Card>

  <Card title="SDKs" icon="cube" href="/ja/xdks/overview">
    開発を加速する公式 Python と TypeScript SDK。
  </Card>
</CardGroup>

***

<div id="products">
  ## 製品
</div>

<CardGroup cols={3}>
  <Card title="X API" icon="square-x-twitter" href="/ja/x-api/introduction">
    投稿、ユーザー、スペース、DM、リスト、トレンド、メディアなどにアクセスできます。X 上の公開された会話を検索、ストリーミングし、分析できます。
  </Card>

  <Card title="X Ads API" icon="laptop-code" href="/ja/x-ads-api/introduction">
    広告キャンペーン、ターゲティング、クリエイティブ、アナリティクスをプログラムから管理できます。
  </Card>

  <Card title="X for Websites" icon="laptop-code" href="/ja/x-for-websites/x-for-websites">
    Web サイトに投稿、タイムライン、フォローボタンを埋め込めます。
  </Card>
</CardGroup>

***

<div id="pricing">
  ## 料金
</div>

X API は **従量課金制** の料金モデルを採用しています。月額プランはなく、利用した分だけお支払いください。

<CardGroup cols={2}>
  <Card title="柔軟" icon="sliders">
    ニーズに応じてスケールアップやスケールダウンが可能です。費用は利用量に応じて増加します。
  </Card>

  <Card title="利用しやすい" icon="door-open">
    小規模プロジェクト向けのハードルを下げます。料金ティアの変更や長期契約は不要です。
  </Card>
</CardGroup>

<div className="mt-4">
  <Button href="https://console.x.com">開発者コンソールで料金を表示</Button>
</div>

専任サポート、全量ストリーム、カスタム連携などを伴うエンタープライズ向けの利用については、以下からお問い合わせください。

<Button href="/ja/enterprise/forms/enterprise-api-interest">エンタープライズ営業に問い合わせる</Button>

***

<div id="resources">
  ## リソース
</div>

<CardGroup cols={2}>
  <Card title="チュートリアル" icon="book" href="/ja/tutorials">
    一般的なユースケースや各種連携向けのステップバイステップガイド。
  </Card>

  <Card title="ツールとライブラリ" icon="toolbox" href="/ja/tools-and-libraries">
    各種言語向けの公式SDKとコミュニティライブラリ。
  </Card>

  <Card title="開発者フォーラム" icon="comments" href="https://devcommunity.x.com">
    コミュニティやXチームに質問したり、サポートを受けたりできます。
  </Card>

  <Card title="変更履歴" icon="clock-rotate-left" href="/ja/changelog">
    APIの変更や新機能の最新情報を確認できます。
  </Card>
</CardGroup>

***

<div id="quick-links">
  ## クイックリンク
</div>

| リソース                                          | 説明                       |
| :-------------------------------------------- | :----------------------- |
| [Developer Console](https://console.x.com)    | App の管理、利用状況の確認、クレジットの購入 |
| [API Status](/ja/status)                      | 現在の API の稼働状況を確認         |
| [Support](https://developer.x.com/en/support) | トラブルシューティングと FAQ         |
| [Newsletter](/ja/newsletter)                  | プラットフォームに関する月次アップデート     |
