← Norway

NVE Grid Time Series

GET /norway/nve/grid

Gridded meteorological/hydrological time series for a UTM33 point over a date range.

Parameters

x required

UTM33 easting

y required

UTM33 northing

from required

Start date YYYY-MM-DD

to required

End date YYYY-MM-DD

theme required

Grid theme id, e.g. rr

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/norway/nve/grid?x=261000&y=6655000&from=2026-04-15&to=2026-01-07&theme=rr"

Live Response

HTTP 502: {
  "error": "HTTP 400: %{\"Error\" => \"Startdate cannot be after Enddate. Startdate: 15.04.2026 00:00:00 Enddate: 07.01.2026 00:00:00\"}",
  "success": false
}