There are cases when you want to get all the walls (instead of individual climbs) near GPS coordinates. This new API endpoint is useful for plotting interactive map of a large area.
# Get all walls in Indian Creek, Utah
curl https://climb-api.openbeta.io/geocode/v1/sectors?latlng=38.055072,-109.557577&radius=10
Data
[
{
"meta_mp_sector_id":"105716880",
"meta_parent_sector":"Donnelly Canyon",
"lat":38.0398,
"lng":-109.5436,
"count":"31",
"mp_ids":"107368248|105717493|105718456|108029965|..."
},
...
]
Check out the live demo and code sandbox below.
API documentation
https://climb-api.openbeta.io/docs