Elevation API
Point lookups and path elevation profiles for any location on Earth
Get altitude for any coordinate on Earth — single points or full profiles.
How it works
Send a coordinate
Pass a lat/lng pair or an array for path profiles.
Plaza looks it up
Global DEM coverage with fast point and path queries.
Get elevation
Meters above sea level, plus ascent/descent for profiles.
See it in action
A real API request, visualized.
Who uses this
Teams building with Elevation API.
Fitness apps
Show elevation gain for running and cycling routes.
Aviation
Terrain clearance checks for drone flight planning.
Construction
Grade assessment and earthwork volume estimation.
Global
DEM coverage
2
Endpoints
<50ms
p95 latency
Start building
curl "https://plaza.fyi/api/v1/elevation?lat=46.818&lng=8.228"
View endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/elevation | Elevation for a single coordinate |
| POST | /api/v1/elevation/profile | Elevation profile along a path with ascent/descent |
How it compares
Common questions
How accurate is Plaza's elevation data?
Accuracy varies by terrain and region. Flat areas are typically accurate within a few meters. Mountainous terrain has wider margins due to DEM resolution limitations.