X Developer Updates & Release Notes
50 updates curated from 1 source by the Releasebot Team. Last updated: Jul 22, 2026
- Jul 21, 2026
- Date parsed from source:Jul 21, 2026
- First seen by Releasebot:Jul 22, 2026
X Developer by X
Jul 21, 2026
X Developer adds mute and block events to the X Activity API for real-time user notifications.
Mute and block events for X Activity API
Today, we added mute and block events to the X Activity API. You can now subscribe by User ID to receive real-time notifications when a user mutes or unmutes (mute.mute, mute.unmute) or blocks or unblocks (block.block, block.unblock) another user.
These are private events: they require user-context (OAuth 2.0) authentication with the mute.read or block.read scope, respectively, and the user_id filter matches the user performing the action.
Original source - Jun 11, 2026
- Date parsed from source:Jun 11, 2026
- First seen by Releasebot:Jun 16, 2026
X Developer by X
Jun 11, 2026
X Developer adds draft and publish endpoints for Articles via the X API.
Articles draft and publish endpoints
Today, we added new endpoints for drafting and publishing Articles via the X API.
Original source All of your release notes in one feed
Join Releasebot and get updates from X and hundreds of other software products.
- Jun 4, 2026
- Date parsed from source:Jun 4, 2026
- First seen by Releasebot:Jun 6, 2026
X Developer by X
Jun 4, 2026
X Developer adds post.create and post.delete events to the X Activity API for real-time per-user post notifications.
Today, we added post.create and post.delete events to the X Activity API. You can now subscribe by User ID to receive real-time notifications when a user creates or deletes a Post.
For basic per-user post activity, use XAA. For advanced keyword filtering and the full set of Filtered Stream operators, continue to use the Filtered Stream.
Original source - Jun 3, 2026
- Date parsed from source:Jun 3, 2026
- First seen by Releasebot:Jun 4, 2026
X Developer by X
Jun 3, 2026
X Developer adds paid_partnership support for Posts, letting authors label paid promotions in POST /2/tweets.
Added support for the paid_partnership Post field
When creating a Post via POST /2/tweets, set "paid_partnership": true to indicate the Post is a paid partnership (i.e., the author is disclosing that it contains paid promotion). The Post will be labeled as a paid promotion.
When reading Posts, request tweet.fields=paid_partnership to retrieve the value (true if the author has disclosed the Post as containing paid promotion).
Original source - May 4, 2026
- Date parsed from source:May 4, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
May 4, 2026
X Developer migrates X API v2 search to a new index, boosting performance and adding min_likes, min_replies, and min_reposts.
Today, we migrated the X API v2 search endpoints (/2/tweets/search/recent, /2/tweets/search/all, /2/tweets/counts/recent, /2/tweets/counts/all) to the new X core platform search index. This brings major performance improvements, dramatically fewer 503 errors, and three new precision operators: min_likes:, min_replies:, and min_reposts:. Note: retweets are no longer returned in keyword-based search results (the Filtered Stream is unchanged). Learn more here.
Original source Similar to X Developer with recent updates:
- Google Ads updates76 release notes · Latest Jul 13, 2026
- Facebook Marketing API updates17 release notes · Latest Apr 8, 2026
- xAI updates99 release notes · Latest Jul 21, 2026
- Instagram Platform updates31 release notes · Latest Jun 22, 2026
- Graph API updates20 release notes · Latest Oct 8, 2025
- LinkedIn Ads updates81 release notes · Latest Mar 31, 2026
- Apr 16, 2026
- Date parsed from source:Apr 16, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Apr 16, 2026
X Developer updates pricing for owned reads and posts while removing API following, likes, and quote-posts.
Effective April 20, 2026, we introduced new “Owned Reads” pricing at $0.001 per resource (1,000 for $1) for qualifying endpoints when accessing your own data:
GET /2/users/{id}/bookmarks, /blocking, /muting, /pinned_lists, /tweets, /mentions, /liked_tweets, /followers, /following, /owned_lists, /followed_lists, and /list_memberships.
We also updated writes — POST /2/tweets is now $0.015 per post, and Posts containing a URL are $0.20 per Post (summoned replies remain $0.01).
Following, Likes, and Quote-Posts via the API have been removed from all self-serve tiers. Learn more here.
Original source - Mar 20, 2026
- Date parsed from source:Mar 20, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Mar 20, 2026
X Developer deprecates an account activity replay webhook endpoint and directs users to the new consolidated replay endpoint.
Today, we announced the deprecation of
Original sourcePOST /2/account_activity/replay/webhooks/{webhook_id}/subscriptions/all, effective March 25, 2026 at 12:00 PM ET. Use the new consolidatedPOST /2/webhooks/replayendpoint instead — it provides identical functionality. Learn more here. - Mar 18, 2026
- Date parsed from source:Mar 18, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Mar 18, 2026
X Developer adds an optional direction filter to Activity API subscriptions for sent, received, or both DM and chat events.
Today, we added an optional direction filter to X Activity API subscriptions. Subscribers can now scope DM and chat events to sent, received, or both, reducing noise when only outgoing or incoming events are needed.
Original source - Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Mar 13, 2026
X Developer updates X Activity API event type naming to lowercase dot-separated values for cleaner filtering and deserialization.
Today, we announced changes to event type naming in the X Activity API, effective March 18, 2026. PascalCase event types (e.g., ProfileBioUpdate) are being deprecated in favor of a dot-separated lowercase format (e.g., profile.update.bio). Update any filtering, switch statements, or deserialization logic that relies on the old values. Learn more here.
Original source - Mar 11, 2026
- Date parsed from source:Mar 11, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Mar 11, 2026
X Developer adds legacy DM events to the X Activity API for lower-latency event delivery.
Today, we added legacy DM events (dm.received, dm.sent, dm.read, dm.indicate_typing) to the X Activity API. This brings DM event delivery from the Account Activity API into the lower-latency XAA pipeline.
Original source - Feb 23, 2026
- Date parsed from source:Feb 23, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Feb 23, 2026
X Developer tightens POST /2/tweets replies to reduce low-quality automation and limits programmatic mentions and quotes.
Today, we made changes to reduce automated, low-quality replies on X.
Programmatic replies via POST /2/tweets are now only permitted when the original Post’s author has “summoned” the replier (by @mentioning that account or quoting one of its Posts).
Additional restrictions apply to programmatically @mentioning or quoting users.
These changes affect self-serve tiers only — Enterprise access is not impacted.
Learn more here.
Original source - Feb 6, 2026
- Date parsed from source:Feb 6, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Feb 6, 2026
X Developer launches X API Pay-Per-Use pricing, adding a flexible credit-based model for indie builders, startups, and hobbyists. It also introduces a new Developer Console, XDK SDKs, a Playground, an MCP server, and credit back on X API spending.
Today, we officially launched X API Pay-Per-Use pricing — a flexible credit-based model built for indie builders, startups, and hobbyists.
Highlights:
- A new Developer Console at console.x.com
- The XDK (X Developer Kit) with first-party Python and TypeScript SDKs
- An interactive Playground for testing
- An MCP server for AI models
- Earn up to 20% back in xAI/Grok API credits on every dollar spent on the X API
Public Utility Apps continue to receive free scaled access. Recently active Legacy Free tier users receive a one-time $10 voucher. Basic and Pro plans remain available, and existing subscribers can opt in to Pay-Per-Use. Learn more here.
Original source - Jan 28, 2026
- Date parsed from source:Jan 28, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Jan 28, 2026
X Developer adds Spaces lifecycle events to the X Activity API for real-time Space start and end notifications.
Today, we added Spaces lifecycle events (spaces.start, spaces.end) to the X Activity API.
Subscribe by User ID to be notified in real time when a Space starts or ends.
Original source - Jan 19, 2026
- Date parsed from source:Jan 19, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Jan 19, 2026
X Developer deprecates min_likes, min_replies, and min_reposts operators in recent and all tweet search endpoints.
Today, we deprecated the min_likes, min_replies, and min_reposts operators on /2/tweets/search/recent and /2/tweets/search/all. This change does not affect the equivalent operators in the Filtered Stream. We are evaluating how to best re-enable these in the future. Learn more here.
Original source - Jan 15, 2026
- Date parsed from source:Jan 15, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Jan 15, 2026
X Developer adds full OAuth 2.0 support to Account Activity API v2 for fine-grained subscription scopes.
Today, we added full OAuth 2.0 support to the Account Activity API v2. Developers can now create subscriptions using OAuth 2.0 with fine-grained scopes (e.g., follow.read) instead of the all-or-nothing OAuth 1.0a permission model. Existing OAuth 1.0a-based integrations continue to work without disruption — when present, OAuth 1.0a permissions fully override OAuth 2.0 scopes. Learn more here.
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.