get_explore_segments
Find top 10 Strava segments within a geographic bounding box. Filter by activity type and climbing category to discover popular running or riding routes.
Instructions
Explore segments
Endpoint: GET /segments/explore
Description: Returns the top 10 segments matching a specified query.
Read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bounds | Yes | The latitude and longitude for two points describing a rectangular boundary for the search: [southwest corner latitutde, southwest corner longitude, northeast corner latitude, northeast corner longitude] | |
| max_cat | No | The maximum climbing category. | |
| min_cat | No | The minimum climbing category. | |
| activity_type | No | Desired activity type. |