← 挪威

NVE 电网时间序列

GET /norway/nve/grid

指定日期范围内某 UTM33 点位的网格化气象/水文时间序列。

参数

x 必填

UTM33 easting

y 必填

UTM33 northing

from 必填

Start date YYYY-MM-DD

to 必填

End date YYYY-MM-DD

theme 必填

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
}