Sign in

Explore Segments

documented

Return top 10 segments matching a query.

GET /segments/exploreSegmentsno 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://www.strava.com/api/v3/segments/explore?bounds={{$bounds}}&activity_type={{$activity_type}}&min_cat={{$min_cat}}&max_cat={{$max_cat}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Explore Segments · Strava · OpenIntegrations