Elevation
REST API providing terrain elevation data from the Copernicus DEM GLO-90 dataset (~90m resolution), with global coverage of all land areas (approximately 90S to 84N latitude, 180W to 180E longitude). - All elevations are in meters above sea level - null elevation means the point is in the ocean or outside land coverage (this is not an error) - Data source: Copernicus DEM GLO-90 © ESA / DLR Every…
Elevation endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/v1/elevation /v1/elevation |
Returns elevation for a single coordinate. |
| POST |
/v1/elevation/batch /v1/elevation/batch |
Returns elevation for multiple coordinates in a single request. Prefer this over multiple single calls. |
| GET |
/v1/elevation/profile /v1/elevation/profile |
Returns an elevation profile along a straight line between two points. Useful for route elevation charts. |
Elevation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $29.99 / month | — |
|
| MEGA | $79.99 / month | — |
|