GET /norway/nve/grid
Serie temporal meteorológica/hidrológica en cuadrícula para un punto UTM33 en un rango de fechas.
x
requerido
UTM33 easting
y
requerido
UTM33 northing
from
requerido
Start date YYYY-MM-DD
to
requerido
End date YYYY-MM-DD
theme
requerido
Grid theme id, e.g. rr
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
x |
Si | - | UTM33 easting |
y |
Si | - | UTM33 northing |
from |
Si | - | Start date YYYY-MM-DD |
to |
Si | - | End date YYYY-MM-DD |
theme |
Si | - | 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
}