I’m super excited to announce that the climb API is now live. I put together a React example to show how you can use the name search endpoint to build an auto-suggestion search box.
I envision opening up the API to other open source projects. If you’re building something that could benefit from the API, please drop me an email.
Endpoint Documentation
Base URL: https://climb-api.openbeta.io/geocode/v1
Get climbs near a location
# get climbs within 20 km of Las Vegas
curl 'https://climb-api.openbeta.io/geocode/v1/climbs?latlng=36.114647,-115.172813&radius=20'
Get a specific climb by id
# Get climb by Mountainproject id
curl https://climb-api.openbeta.io/geocode/v1/climbs/105789917
Name search
This is really useful for building a search feature in your apps.
# Search for 'Royal arches'
curl https://climb-api.openbeta.io//geocode/v1/climbs?name=royal%20arches
Online documentation
https://climb-api.openbeta.io/docs