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

# X API Overview

> Complete X API v2 reference covering Posts, users, Spaces, Direct Messages, lists, trends, media, compliance, streaming, and webhook endpoints.

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

The X API gives you programmatic access to X's public conversation. All endpoints below are available on [pay-per-use](/x-api/introduction) plans. Endpoints marked as Enterprise-only require an [Enterprise](/enterprise-api/introduction) plan.

***

## Endpoints

<CardGroup cols={3}>
  <Card title="Posts" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/Wwps9CC7dwt1zfmx/icons/xds/icon-chat.svg?fit=max&auto=format&n=Wwps9CC7dwt1zfmx&q=85&s=afa426e110e7018ebc6e9af6c2a6ce9b" href="/x-api/posts/lookup/introduction" width="24" height="24" data-path="icons/xds/icon-chat.svg">
    Search, retrieve, and publish posts. Access timelines, threads, and quote posts.
  </Card>

  <Card title="Users" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/xrJYMHKiT0vi7EcG/icons/xds/icon-person.svg?fit=max&auto=format&n=xrJYMHKiT0vi7EcG&q=85&s=3bf4c058117013a57fb3887c460811fc" href="/x-api/users/lookup/introduction" width="24" height="24" data-path="icons/xds/icon-person.svg">
    Look up profiles, manage follows, blocks, and mutes.
  </Card>

  <Card title="Direct Messages" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/GpFkeMXl7jVCda3r/icons/xds/icon-envelope.svg?fit=max&auto=format&n=GpFkeMXl7jVCda3r&q=85&s=11f68d7fa0819443d0c25037ee4cead0" href="/x-api/direct-messages/lookup/introduction" width="24" height="24" data-path="icons/xds/icon-envelope.svg">
    Send and receive private messages.
  </Card>

  <Card title="Spaces" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/xrJYMHKiT0vi7EcG/icons/xds/icon-microphone.svg?fit=max&auto=format&n=xrJYMHKiT0vi7EcG&q=85&s=59e17a3241bd389ccf686c44bcb07998" href="/x-api/spaces/lookup/introduction" width="24" height="24" data-path="icons/xds/icon-microphone.svg">
    Find live audio conversations and participants.
  </Card>

  <Card title="Lists" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/Wwps9CC7dwt1zfmx/icons/xds/icon-bulleted-list.svg?fit=max&auto=format&n=Wwps9CC7dwt1zfmx&q=85&s=dd5f560bd709f9be6813a37f8233553b" href="/x-api/lists/list-lookup/introduction" width="24" height="24" data-path="icons/xds/icon-bulleted-list.svg">
    Create and manage curated lists of accounts.
  </Card>

  <Card title="Likes" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/35YsgGA899vhgvgp/icons/xds/icon-heart.svg?fit=max&auto=format&n=35YsgGA899vhgvgp&q=85&s=bf02f7413b2ec7c122849218b8e79c95" href="/x-api/posts/likes/introduction" width="24" height="24" data-path="icons/xds/icon-heart.svg">
    Like and unlike posts. Look up who liked a post.
  </Card>

  <Card title="Trends" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/GpFkeMXl7jVCda3r/icons/xds/icon-feather-chart-line.svg?fit=max&auto=format&n=GpFkeMXl7jVCda3r&q=85&s=06ed0bd088f8f3fb9974b0a7018d312e" href="/x-api/trends/trends-by-woeid/introduction" width="24" height="24" data-path="icons/xds/icon-feather-chart-line.svg">
    Trending topics by location and personalized trends.
  </Card>

  <Card title="Media" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/EkLnu1pOQlWGuzCM/icons/xds/icon-photo.svg?fit=max&auto=format&n=EkLnu1pOQlWGuzCM&q=85&s=129cb6a78386a0f377eb5f5a6b7853dd" href="/x-api/media/introduction" width="24" height="24" data-path="icons/xds/icon-photo.svg">
    Upload images, videos, and GIFs. Manage subtitles and metadata.
  </Card>

  <Card title="Communities" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/xrJYMHKiT0vi7EcG/icons/xds/icon-people.svg?fit=max&auto=format&n=xrJYMHKiT0vi7EcG&q=85&s=f867894cb99808bb0207162c51b50d87" href="/x-api/communities/lookup/introduction" width="24" height="24" data-path="icons/xds/icon-people.svg">
    Look up and search communities.
  </Card>

  <Card title="Community Notes" icon="note-sticky" href="/x-api/community-notes/introduction">
    Create, evaluate, and search community notes.
  </Card>

  <Card title="News" icon="newspaper" href="/x-api/news/introduction">
    Search and retrieve news stories.
  </Card>

  <Card title="Compliance" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/n8ahqV3Rr2Iz0jpj/icons/xds/icon-shield-check.svg?fit=max&auto=format&n=n8ahqV3Rr2Iz0jpj&q=85&s=92e6505f9c82171726d48e1e2b50f3c8" href="/x-api/compliance/batch-compliance/introduction" width="24" height="24" data-path="icons/xds/icon-shield-check.svg">
    Batch compliance jobs and compliance streams.
  </Card>
</CardGroup>

***

## Streaming & real-time

<CardGroup cols={3}>
  <Card title="Filtered Stream" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/35YsgGA899vhgvgp/icons/xds/icon-filter.svg?fit=max&auto=format&n=35YsgGA899vhgvgp&q=85&s=675b0b4ab92fd2b7ed5ed634193227e1" href="/x-api/posts/filtered-stream/introduction" width="24" height="24" data-path="icons/xds/icon-filter.svg">
    Get posts delivered in real-time matching your filter rules.
  </Card>

  <Card title="X Activity" icon="bolt" href="/x-api/activity/introduction">
    Subscribe to real-time activity events like follows, likes, and profile updates.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/x-api/webhooks/introduction">
    Receive event data via HTTP callbacks.
  </Card>
</CardGroup>

***

## Enterprise-only

These endpoints require an [Enterprise plan](/enterprise-api/introduction).

<CardGroup cols={3}>
  <Card title="Volume Streams" icon="satellite-dish" href="/x-api/posts/volume-streams/introduction">
    Full firehose and language-specific streams.
  </Card>

  <Card title="Likes Streams" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/35YsgGA899vhgvgp/icons/xds/icon-heart.svg?fit=max&auto=format&n=35YsgGA899vhgvgp&q=85&s=bf02f7413b2ec7c122849218b8e79c95" href="/x-api/stream/likes-streams-introduction" width="24" height="24" data-path="icons/xds/icon-heart.svg">
    Stream all or sampled likes in real-time.
  </Card>

  <Card title="Powerstream" icon="bolt" href="/x-api/powerstream/introduction">
    High-performance filtered streaming with advanced operators.
  </Card>

  <Card title="Analytics" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/6zNWH5eNp7bVTLeg/icons/xds/icon-bar-chart.svg?fit=max&auto=format&n=6zNWH5eNp7bVTLeg&q=85&s=594e7d5c7b5e37504766699049a9fd24" href="/x-api/posts/get-post-analytics" width="24" height="24" data-path="icons/xds/icon-bar-chart.svg">
    Post and media engagement metrics at scale.
  </Card>

  <Card title="Account Activity" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/6zNWH5eNp7bVTLeg/icons/xds/icon-bell.svg?fit=max&auto=format&n=6zNWH5eNp7bVTLeg&q=85&s=fb76230fed21e59fa7c32e1652bc7748" href="/x-api/account-activity/introduction" width="24" height="24" data-path="icons/xds/icon-bell.svg">
    Real-time user event subscriptions.
  </Card>

  <Card title="Stream Webhooks" icon="webhook" href="/x-api/webhooks/stream/introduction">
    Filtered stream delivery via webhooks.
  </Card>
</CardGroup>

***

## Quick start

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

<CardGroup cols={2}>
  <Card title="Make your first request" icon="https://mintcdn.com/x-preview-mintlify-e60a393f/EkLnu1pOQlWGuzCM/icons/xds/icon-rocket.svg?fit=max&auto=format&n=EkLnu1pOQlWGuzCM&q=85&s=4195415e8f24bcb0745734afe0d05fef" href="/x-api/getting-started/make-your-first-request" width="24" height="24" data-path="icons/xds/icon-rocket.svg">
    Get your credentials and call the API in minutes.
  </Card>

  <Card title="SDKs" icon="cube" href="/tools-and-libraries">
    Official Python and TypeScript libraries.
  </Card>
</CardGroup>
