Sign in

List sites

documented

List all Stack Exchange network sites.

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\"