stackexchange.com

Stack Exchange is a network of 130+ Q&A communities including Stack Overflow.

🔑 oauth2 124 endpoints collaborationdeveloper_toolssupport
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

StackOverflowSDK ✓ Official
npm install StackOverflowSDK
npm install express-stackexchange
# Maven: see https://github.com/DovAmir/StackexchangeConnector
# See https://github.com/StackExchange/StackInternalSDKRedirect
# See https://github.com/gitter-badger/stackexchange-sdk
curl examples
Returns the user associated with the passed access_token. This method retur…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.stackexchange.com/2.0/me
Returns a collection of statistics about the site. Data to facilitate per-s…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.stackexchange.com/2.0/info
Returns the tags found on a site. The inname parameter lets a consumer filt…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.stackexchange.com/2.0/tags
Endpoints (124 total)
GET
/me
Returns the user associated with the passed access_token. This method retur…
GET
/info
Returns a collection of statistics about the site. Data to facilitate per-s…
GET
/tags
Returns the tags found on a site. The inname parameter lets a consumer filt…
GET
/inbox
Returns a user's inbox. This method requires an access_token, with a scope …
GET
/posts
Fetches all posts (questions and answers) on the site. In many ways this me…
GET
/sites
Returns all sites in the network. This method allows for discovery of new s…
GET
/users
Returns all users on a site. This method returns a list of users. The sor…
GET
/badges
Returns all the badges in the system. Badge sorts are a tad complicated. Fo…
GET
/errors
Returns the various error codes that can be produced by the API. This metho…
GET
/events
Returns a stream of events that have occurred on the site. The API consider…
GET
/search
Searches a site for any questions which fit the given criteria. This method…
GET
/answers
Returns all the undeleted answers in the system. The sorts accepted by this…
At a glance
Total SDKs5
Languages5
Endpoints124
Authoauth2
Categories3
https://api.stackexchange.com/2.0