> ## 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 Developer Platform

> Build with X's real-time data and APIs

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 and TypeScript XDKs: Now Available" 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 logo" style={{ width: '100%' }} width="1200" height="1227" data-path="logo/logo.svg" />
    </div>

    <div style={{ position: 'relative', zIndex: 1 }}>
      Streamline your development workflow with the official SDKs of the X API!

      <br />

      <br />

      <Button href="/xdks/overview">Learn more</Button>
    </div>
  </div>
</Card>

Build, analyze, and innovate with X's real-time global data. Access posts, users, trends, and more through modern APIs with flexible pay-per-usage pricing.

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/x-api/getting-started/make-your-first-request">
    Get your API keys and make your first request in minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/x-api/introduction">
    Explore endpoints for posts, users, spaces, DMs, lists, and more.
  </Card>

  <Card title="SDKs" icon="cube" href="/xdks/overview">
    Official Python and TypeScript SDKs for faster development.
  </Card>
</CardGroup>

***

## Products

<CardGroup cols={3}>
  <Card title="X API" icon="square-x-twitter" href="/x-api/introduction">
    Access posts, users, spaces, DMs, lists, trends, media, and more. Search, stream, and analyze X's public conversation.
  </Card>

  <Card title="X Ads API" icon="rectangle-ad" href="/x-ads-api/introduction">
    Programmatically manage ad campaigns, targeting, creatives, and analytics.
  </Card>

  <Card title="X for Websites" icon="laptop-code" href="/x-for-websites/x-for-websites">
    Embed posts, timelines, and follow buttons on your website.
  </Card>
</CardGroup>

***

## Pricing

The X API uses **pay-per-usage** pricing. No monthly subscriptions—pay only for what you use.

<CardGroup cols={2}>
  <Card title="Flexible" icon="sliders">
    Scale up or down based on your needs. Costs grow with your usage.
  </Card>

  <Card title="Accessible" icon="door-open">
    Lower barriers for small projects. No tier jumps or commitments.
  </Card>
</CardGroup>

<div className="mt-4">
  <Button href="https://console.x.com">View pricing in Developer Console</Button>
</div>

For enterprise needs with dedicated support, complete streams, and custom integrations:

<Button href="/enterprise/forms/enterprise-api-interest">Contact Enterprise Sales</Button>

***

## Resources

<CardGroup cols={2}>
  <Card title="Tutorials" icon="book" href="/tutorials">
    Step-by-step guides for common use cases and integrations.
  </Card>

  <Card title="Tools & Libraries" icon="toolbox" href="/tools-and-libraries">
    Official SDKs and community libraries for every language.
  </Card>

  <Card title="Developer Forum" icon="comments" href="https://devcommunity.x.com">
    Get help from the community and X team.
  </Card>

  <Card title="Changelog" icon="clock-rotate-left" href="/changelog">
    Stay updated on API changes and new features.
  </Card>
</CardGroup>

***

## Quick Links

| Resource                                      | Description                                   |
| :-------------------------------------------- | :-------------------------------------------- |
| [Developer Console](https://console.x.com)    | Manage apps, view usage, and purchase credits |
| [API Status](/status)                         | Check current API availability                |
| [Support](https://developer.x.com/en/support) | Troubleshooting and FAQs                      |
| [Newsletter](/newsletter)                     | Monthly platform updates                      |
