GET /norway/nve/grid
Gridded meteorological/hydrological time series for a UTM33 point over a date range.
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
| Name | Required | Default | Description |
|---|---|---|---|
x |
Yes | - | UTM33 easting |
y |
Yes | - | UTM33 northing |
from |
Yes | - | Start date YYYY-MM-DD |
to |
Yes | - | End date YYYY-MM-DD |
theme |
Yes | - | Grid theme id, e.g. rr |
curl "https://nordapi.ee/api/v1/norway/nve/grid?x=261000&y=6655000&from=2026-04-15&to=2026-01-07&theme=rr"
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
}