Elevation at a point, in feet and meters.
Elevation for a latitude and longitude, from the nearest grid sample. Always returns feet and meters. Useful for forms, maps, and enriching a point with terrain height.
curl "https://api.parseapi.com/elevation?lat=27.9881&lon=86.925" \
-H "X-API-Key: YOUR_API_KEY"{
"latitude": 27.9881,
"longitude": 86.925,
"elevation": 8729,
"elevation_ft": 28638,
"resolution": 30
}Response fields
Questions? Email