Loading…

Stack Exchange API V2.1

Article hero image

There's been a low-key beta of the latest Stack Exchange API revision, V2.1, under way for the last month or so. I'm happy to announce that it's official, API V2.1 is public, frozen, and out the door. What's new in this release?

  • Full Reputation History
  • Notifications Tab
  • Improved Search
  • User Merge history

Oh, and our first set of write methods.

It's now possible to create, edit, and delete comments via the Stack Exchange API

We're starting small, with the least important of our content, to safeguard the quality of our content. Comments created with the API show which app created them when you hover over them, like so:

The link shown will take you to an app's Stack Apps post, letting you find new apps right from your favorite sites (as well as report malicious ones easily). The following restrictions apply to the write comment methods:

  • Your app must have an undeleted Stack Apps post
  • Your app_ _must be authorized by a user to perform write operations
  • The authenticated user must have the comment everywhere privilege
  • A user's daily quota of write operations increases with reputation

So head on over to the documentation and

Get Started

Login with your stackoverflow.com account to take part in the discussion.