Change Log

Version 2.1

General Changes

  • All methods are now available under the /2.1/ path, new properties will only be returned if the /2.1/ version of a method is called.
  • Limited support for writing via the API, restricted to comments.
  • /users/{ids}/top-answer-tags and users/{ids}/top-question-tags are now vectorized.
  • write_access and private_info scopes added to OAuth flows.

New Methods

New Types

Additions To Existing Types

  • answer.tags
  • comment.body_markdown
  • site.high_resolution_icon_url
  • post.link
  • question.close_vote_count
  • question.reopen_vote_count
  • question.delete_vote_count
  • question.notice
  • top_tag.user_id

Version 2.0

General Changes

Method Changes

General Additions

  • It is now possible to authenticate Stack Exchange users via OAuth 2.0.
  • Filters make it possible to optimize both the response size and request time of queries to the API.
  • In conjunction with authentication, a series of per-user throttles are now available in addtion to the per-IP ones from V1.x.
  • Every method of the form /users/{ids}* now has a /me version, which is the same as calling the /users/{ids} version with the user id of the passed access_token passed.

New Methods