Sign in

List sites (alternate)

documented

Same as above; included here for completeness of the endpoint set in docs.

GET /sitesSitesno 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/2.3/sites\" \
  -G \
  -d \"key={{STACKEXCHANGE_API_KEY}}\" \
  -d \"access_token={{OAUTH2_ACCESS_TOKEN}}\" \
  -d \"pagesize={{$pagesize}}\" \
  -H \"Accept: application/json\"
List sites (alternate) · Stack Exchange · OpenIntegrations