Explore segments
GET {{baseUrl}}/segments/explore?bounds=<array>&activity_type=<string>&min_cat=<integer>&max_cat=<integer>&bounds=<array>&activity_type=<string>&min_cat=<integer>&max_cat=<integer>
Returns the top 10 segments matching a specified query.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
bounds | string | 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] | |
activity_type | string | Desired activity type. | |
min_cat | string | The minimum climbing category. | |
max_cat | string | The maximum climbing category. | |
bounds | string | 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] | |
activity_type | string | Desired activity type. | |
min_cat | string | The minimum climbing category. | |
max_cat | string | The maximum climbing category. |