Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ keywords: ["changelog", "API updates", "release notes", "what's new", "API chang

To subscribe to updates, please [**“Turn on notifications”**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) for [**@API**](https://x.com/api).

<Update label="Jul 1, 2026" description="Developer platform">
### Developer E𝕏hibit

Today, we launched the [Developer E𝕏hibit](https://developer.x.com/exhibit), a public showcase where approved apps built on the X API get their own listing. Submit and verify your app from the **Apps** page in the [Developer Console](https://console.x.com). Your listing helps users and other developers discover your project and see how it uses the X API. Learn more [here](https://devcommunity.x.com/t/introducing-the-developer-e-hibit-showcase-your-x-api-apps-and-get-discovered/269675).
</Update>

<Update label="Jun 30, 2026" description="X API v2">
### Hosted X MCP server

Today, we launched a hosted [X MCP server](/tools/mcp) at `https://api.x.com/mcp`. Any MCP-compatible AI tool (Grok Build, Cursor, Claude, VS Code, and more) can now call the X API with your own account's permissions. Connect through the open-source `xurl mcp` bridge, which handles OAuth 2.0 and injects a fresh Bearer token on every call — no local server to run.

Models can fetch Posts, run full-archive search, look up users, manage bookmarks, read news and trends, and draft or publish Articles. See the [MCP setup guide](/tools/mcp) for Grok, Cursor, Claude, and VS Code instructions.
</Update>

<Update label="Jun 11, 2026" description="X API v2">
### Articles draft and publish endpoints

Expand Down
14 changes: 14 additions & 0 deletions es/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ keywords: ["registro de cambios", "actualizaciones de la API", "notas de la vers

Para suscribirte a las actualizaciones, [**"Activa las notificaciones"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) para [**@API**](https://x.com/api).

<Update label="1 de julio de 2026" description="Plataforma para desarrolladores">
### Developer E𝕏hibit

Hoy lanzamos el [Developer E𝕏hibit](https://developer.x.com/exhibit), un escaparate público donde las apps aprobadas construidas con la X API obtienen su propia ficha. Envía y verifica tu app desde la página **Apps** en la [Developer Console](https://console.x.com). Tu ficha ayuda a que usuarios y otros desarrolladores descubran tu proyecto y vean cómo usa la X API. Más información [aquí](https://devcommunity.x.com/t/introducing-the-developer-e-hibit-showcase-your-x-api-apps-and-get-discovered/269675).
</Update>

<Update label="30 de junio de 2026" description="X API v2">
### Servidor MCP de X alojado

Hoy lanzamos un [servidor MCP de X](/tools/mcp) alojado en `https://api.x.com/mcp`. Cualquier herramienta de IA compatible con MCP (Grok Build, Cursor, Claude, VS Code y más) ya puede llamar a la X API con los permisos de tu propia cuenta. Conéctate a través del puente de código abierto `xurl mcp`, que gestiona OAuth 2.0 e inyecta un token Bearer nuevo en cada llamada, sin necesidad de ejecutar un servidor local.

Los modelos pueden obtener Posts, ejecutar búsquedas en el archivo completo, buscar usuarios, gestionar marcadores, leer noticias y tendencias, y crear borradores o publicar Articles. Consulta la [guía de configuración de MCP](/tools/mcp) para instrucciones sobre Grok, Cursor, Claude y VS Code.
</Update>

<Update label="11 de junio de 2026" description="X API v2">
### Endpoints de borrador y publicación de Articles

Expand Down
14 changes: 14 additions & 0 deletions ja/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ keywords: ["変更履歴", "API 更新", "リリースノート", "新着情報"

更新情報の通知を受け取るには、[**@API**](https://x.com/api) の [**「通知をオンにする」**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) を有効にしてください。

<Update label="2026 年 7 月 1 日" description="開発者プラットフォーム">
### Developer E𝕏hibit

本日、[Developer E𝕏hibit](https://developer.x.com/exhibit) を公開しました。これは、X API を使って構築され承認されたアプリが独自のリスティングを持つ公開ショーケースです。[Developer Console](https://console.x.com) の **Apps** ページからアプリを申請および認証できます。リスティングは、利用者や他の開発者があなたのプロジェクトを見つけ、そのアプリが X API をどのように利用しているかを知る手助けになります。詳細は[こちら](https://devcommunity.x.com/t/introducing-the-developer-e-hibit-showcase-your-x-api-apps-and-get-discovered/269675)。
</Update>

<Update label="2026 年 6 月 30 日" description="X API v2">
### ホスト型 X MCP サーバー

本日、`https://api.x.com/mcp` にホスト型の [X MCP サーバー](/tools/mcp) をリリースしました。MCP に対応した AI ツール(Grok Build、Cursor、Claude、VS Code など)は、あなた自身のアカウントの権限で X API を呼び出せるようになりました。オープンソースの `xurl mcp` ブリッジ経由で接続します。ブリッジは OAuth 2.0 を処理し、呼び出しごとに新しい Bearer トークンを挿入するため、ローカルにサーバーを立てる必要はありません。

モデルは Posts の取得、全アーカイブ検索の実行、ユーザーの参照、ブックマーク管理、ニュースやトレンドの読み取り、Articles のドラフト作成や公開を行えます。Grok、Cursor、Claude、VS Code のセットアップ手順は [MCP セットアップガイド](/tools/mcp) を参照してください。
</Update>

<Update label="2026 年 6 月 11 日" description="X API v2">
### Articles のドラフトおよび公開エンドポイント

Expand Down
14 changes: 14 additions & 0 deletions ko/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ keywords: ["변경 로그", "API 업데이트", "릴리스 노트", "새로운

업데이트를 구독하려면 [**@API**](https://x.com/api)의 [**"알림 켜기"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive)를 활성화하세요.

<Update label="2026년 7월 1일" description="개발자 플랫폼">
### Developer E𝕏hibit

오늘 [Developer E𝕏hibit](https://developer.x.com/exhibit)을 출시했습니다. X API로 만들어져 승인된 앱이 각자의 리스팅을 가질 수 있는 공개 쇼케이스입니다. [Developer Console](https://console.x.com)의 **Apps** 페이지에서 앱을 제출하고 인증하세요. 리스팅을 통해 사용자와 다른 개발자가 여러분의 프로젝트를 발견하고, 해당 앱이 X API를 어떻게 사용하는지 확인할 수 있습니다. 자세한 내용은 [여기](https://devcommunity.x.com/t/introducing-the-developer-e-hibit-showcase-your-x-api-apps-and-get-discovered/269675)에서 확인하세요.
</Update>

<Update label="2026년 6월 30일" description="X API v2">
### 호스팅형 X MCP 서버

오늘 `https://api.x.com/mcp`에서 호스팅되는 [X MCP 서버](/tools/mcp)를 출시했습니다. 이제 MCP 호환 AI 도구(Grok Build, Cursor, Claude, VS Code 등)가 여러분의 계정 권한으로 X API를 호출할 수 있습니다. 오픈 소스 `xurl mcp` 브리지를 통해 연결하며, 브리지는 OAuth 2.0을 처리하고 호출마다 새 Bearer 토큰을 주입하므로 로컬 서버를 실행할 필요가 없습니다.

모델은 Posts를 가져오고, 전체 아카이브 검색을 실행하고, 사용자를 조회하고, 북마크를 관리하고, 뉴스와 트렌드를 읽고, Articles를 초안 작성하거나 게시할 수 있습니다. Grok, Cursor, Claude, VS Code 설정 방법은 [MCP 설정 가이드](/tools/mcp)를 참조하세요.
</Update>

<Update label="2026년 6월 11일" description="X API v2">
### Articles 초안 작성 및 게시 엔드포인트

Expand Down
14 changes: 14 additions & 0 deletions pt/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ keywords: ["registro de alterações", "atualizações da API", "notas de versã

Para se inscrever para receber atualizações, [**"Ative as notificações"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) para [**@API**](https://x.com/api).

<Update label="1 de julho de 2026" description="Plataforma para desenvolvedores">
### Developer E𝕏hibit

Hoje lançamos o [Developer E𝕏hibit](https://developer.x.com/exhibit), uma vitrine pública onde apps aprovados criados com a X API ganham sua própria listagem. Envie e verifique seu app na página **Apps** do [Developer Console](https://console.x.com). Sua listagem ajuda usuários e outros desenvolvedores a descobrir seu projeto e ver como ele usa a X API. Saiba mais [aqui](https://devcommunity.x.com/t/introducing-the-developer-e-hibit-showcase-your-x-api-apps-and-get-discovered/269675).
</Update>

<Update label="30 de junho de 2026" description="X API v2">
### Servidor MCP hospedado do X

Hoje lançamos um [servidor MCP do X](/tools/mcp) hospedado em `https://api.x.com/mcp`. Qualquer ferramenta de IA compatível com MCP (Grok Build, Cursor, Claude, VS Code e outras) agora pode chamar a X API com as permissões da sua própria conta. Conecte-se pelo bridge de código aberto `xurl mcp`, que gerencia o OAuth 2.0 e injeta um token Bearer novo em cada chamada, sem precisar executar um servidor local.

Os modelos podem buscar Posts, executar buscas no arquivo completo, procurar usuários, gerenciar bookmarks, ler notícias e tendências, e criar rascunhos ou publicar Articles. Consulte o [guia de configuração do MCP](/tools/mcp) para instruções sobre Grok, Cursor, Claude e VS Code.
</Update>

<Update label="11 de junho de 2026" description="X API v2">
### Endpoints de rascunho e publicação de Articles

Expand Down