Sign in

View API v3 docs

documented

Swagger-based API v3 documentation for the public Stack Exchange API (beta).

GET /v3/swagger/index.htmlAPI v3no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.stackexchange.com/v3/swagger/index.html?key={{STACKEXCHANGE_API_KEY}}&access_token={{OAUTH2_ACCESS_TOKEN}}" \
  -X GET \
  -H "Accept: text/html" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"