REST API for elevation and terrain data. USGS 3DEP powered.
# Get elevation at a point
curl "https://api.topo.sh/v1/elevation?lat=40.689&lon=-74.044" \
-H "X-API-Key: YOUR_KEY"
{
"latitude": 40.689,
"longitude": -74.044,
"elevation": 10.5,
"units": "meters"
}
$29/month for 100k requests. First 10 users get lifetime pricing.
Email [email protected] with your use case.