Updates (October 6th, 2025): We've closed applications to join the beta
Due to a high number of applicants and participants, we've closed our submissions form. Thanks for your interest and feedback!
Update (September 30, 2025): The API v3 limited beta has begun!
The API v3 beta has begun! We're excited for your feedback!
TLDR
Stack Exchange API version 3 is being expanded to include the public platform. API version 2.x will eventually be deprecated, but not anytime soon.
There is an upcoming limited beta release for v3, which community members were able to apply to participate in, but we've since closed invitations while we process them.
This post will be of interest to anyone who builds or uses applications that leverage the Stack Exchange API. The current version of the public API is version 2, with most users using version 2.3. Version 3 of the Stack Exchange API has, up to this point, been exclusively used for the Stack Overflow for Teams product. We are expanding version 3 to support content from the public platform. We’ll be posting more details about v3 in the coming months.
Please note: While we do expect to eventually deprecate API version 2, there is no active planning for that yet, and there is no fixed timeline we’re working under.
What’s happening next?
We're launching a limited beta release of API version 3. We want to work with users who will be both creating new apps for v3 and adapting existing apps for v3. The beta group’s experiences and feedback will inform creation of migration guides and updated support materials. An open beta release will follow the limited beta.
Interested users can apply to be part of the limited beta via this form.
While not yet available for public use, documentation for version 3 is available to view at https://api.stackexchange.com/v3/swagger/index.html
Swagger documents (or possibly YAML-driven docs) will be the new primary source of documentation of the API. One change you’ll note when looking at the documentation is that /posts is no more, it’s now /questions and /answers. Endpoints will allow for return of all answers related to a question. Please note that the new version is in active development and there may be additions and large changes to the routes and functionality.
What’s changed recently?
To lay the groundwork for version 3 becoming available, areas of Stack Apps related to app registration and management are being updated. These changes will be visible to all users. This is a visual refresh and also makes some new functionality available.
It’s important to note that nothing changes about existing applications’ configuration or operability as a result of these updates. The only impactful change may be that the full API key is no longer displayed in the user interface, in alignment with security best practices.
The changes are detailed below, followed by screenshots. Some aspects of the updates are to the layout and design, and others make new functionality available.
The “Get Started” right sidebar module on Stack Apps is updated with a button layout (figure a, right side)
A link to the Your Apps page (where a user sees a list of their existing API apps) is added to the left navigation on Stack Apps (figure a, left side)
The app registration page gets an updated layout (figure b)
The Your Apps page gets an updated layout (figure c)
The application’s dashboard page (figure d) gets a substantially updated layout, and also includes new functionality:
A dismissible onboarding modal at the top of the page; the standard page header includes some of the same helpful links
NEW: A section to create and manage multiple API keys per app, with the ability to rotate/regenerate keys as needed.
Please note that the full key is no longer be displayed on this page; existing app owners should securely store keys elsewhere
For newly created apps, keys and client secrets are not issued by default and can be generated and rotated here (figure e)
NEW: The OAuth management area (figure f) now offers multiple grant options; there is a notice that implicit grant is no longer advisable, with “authorization code with PKCE” as the new and recommended option.
Figure a - The updated left navigation and right sidebar module on Stack Apps
Figure b - The updated registration page for new apps
Figure d - The updated application dashboard page
Figure f - OAuth management modal
These changes were released on Tuesday, June 10 2025.
Help documentation about the OAuth updates is available at https://stackapps.com/help/api-authentication
For bug reports related to the new dashboard, please create a new Stack Apps post with the bug tag. For dashboard feature requests, use the feature-request tag.


