Back to catalog
Cortexa research tool·genomics·opentopodata
OpenTopoData Get Elevation
Get terrain elevation data for any location on Earth using the OpenTopoData API. Returns elevation in meters above sea level from multiple digital elevation model (DEM) datasets including SRTM 30m, ASTER, NED 10m (US only), EU-DEM, and others. Supports batch queries for multiple locations. No authentication required. Useful for geographic analysis, hiking planning, and terrain modeling.
Livelast probed 2026-05-01 01:00Z· 342msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 342ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"dataset": {
"description": "Elevation dataset to use. Values: 'srtm30m' (global 30m), 'srtm90m' (global 90m), 'aster' (global 30m), 'ned10m' (US 10m), 'eudem' (Europe 25m), 'mapzen' (global). Default: srtm30m",
"type": [
"string",
"null"
]
},
"interpolation": {
"description": "Interpolation method. Values: 'nearest', 'bilinear', 'cubic'. Default: bilinear",
"type": [
"string",
"null"
]
},
"locations": {
"description": "One or more lat,lng coordinate pairs separated by | (pipe). Examples: '36.455556,-116.866667' (Death Valley), '48.8566,2.3522|51.5074,-0.1278' (Paris and London), '27.9881,86.9250' (Everest)",
"type": "string"
}
},
"required": [
"locations"
],
"type": "object"
}Examples (1)
Default OpenTopoData Get Elevation call
public-safeinput
{
"locations": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenTopoData_get_elevation
- Tool name
- OpenTopoData_get_elevation
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse