Sign in

List collectives

documented

Get all Collectives on the site, in alphabetical order.

GET /collectivesCollectivesno 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/collectives?site={{site}}&page={{page}}&pagesize={{limit}}&fromdate={{fromdate}}&todate={{todate}}&sort={{sort}}&min={{min}}&max={{max}}&key={{STACKEXCHANGE_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json"