Skip to content
Open
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). You can also follow this changelog in your feed reader via the [**RSS feed**](https://docs.x.com/changelog/rss.xml).

<Update label="Aug 27, 2026" description="X API v2">
### Broadcasts endpoints for live video

We added new Broadcasts endpoints to the X API v2. You can now manage live-video broadcasts programmatically with user-context (OAuth 2.0) authentication and the `broadcast.read` and `broadcast.write` scopes:

- **Broadcasts**: [list your broadcasts](/x-api/broadcasts/list-broadcasts) or [get a broadcast by ID](/x-api/broadcasts/get-a-broadcast).
- **Scheduling**: [create](/x-api/broadcasts/create-a-scheduled-broadcast), [update](/x-api/broadcasts/update-a-scheduled-broadcast), [get](/x-api/broadcasts/get-a-scheduled-broadcast), [list](/x-api/broadcasts/list-scheduled-broadcasts), and [delete](/x-api/broadcasts/delete-a-scheduled-broadcast) scheduled broadcasts, then [go live](/x-api/broadcasts/go-live-on-a-scheduled-broadcast) on schedules created with `manual_publish: true`.
- **Chat**: [get chat history](/x-api/broadcasts/get-broadcast-chat-history), [send messages](/x-api/broadcasts/send-a-chat-message-to-a-live-broadcast), [remove messages](/x-api/broadcasts/remove-a-chat-message-from-a-live-broadcast), and [mute](/x-api/broadcasts/mute-or-time-out-a-user-in-a-broadcast-chat) or [unmute](/x-api/broadcasts/unmute-a-user-in-a-broadcast-chat) users in a broadcast you own.

### Developer account endpoints

We added endpoints to manage your X Developer Platform account. [`GET /2/account`](/x-api/account/get-developer-account) returns the authenticated user's developer account, and [`POST /2/account`](/x-api/account/ensure-developer-account) creates one if it does not exist yet (idempotent: an existing account is returned unchanged). These endpoints require user-context (OAuth 2.0) authentication with the `developer.read` or `developer.write` scope, respectively.
</Update>

<Update label="Aug 13, 2026" description="X Ads API">
### Updated `video_total_views` definition

Expand Down