← Norway

Geonorge Point Elevation

GET /norway/geonorge/elevation

Terrain elevation (metres) at a lat/lon point (EPSG:4258).

Parameters

lat required

Latitude (EPSG:4258)

lon required

Longitude (EPSG:4258)

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/norway/geonorge/elevation?lat=61.64&lon=8.31"

Live Response

{
  "data": {
    "koordsys": 4258,
    "punkter": [
      {
        "datakilde": "dtm1",
        "terreng": "SnøIsbre",
        "x": 8.31,
        "y": 61.64,
        "z": 2220.21
      }
    ]
  },
  "success": true
}