← 所有 API 产品

Iceland API

4 endpoints for Icelandic open data: Statistics Iceland (Hagstofan) PxWeb topic catalog and hierarchy browse (same dialect as our other Nordic stats agencies), Vegagerðin road webcams (7000+ camera views across Iceland with direct image URLs and coordinates), and recent Icelandic earthquakes via USGS FDSN (pre-filtered to Iceland's bounding box, M2+, last 30 days). All no-auth, JSON.

免费 4 个端点 100 次请求/小时
基础 URL: https://nordapi.ee/api/v1

Statistics Iceland Topics

GET /iceland/stats/topics
详情 →

Top-level statistical databases from Statistics Iceland (Hagstofan). PxWeb dialect; same shape as Statistics Finland / Sweden / Norway.

curl https://nordapi.ee/api/v1/iceland/stats/topics

Browse Statistics Iceland

GET /iceland/stats/browse
详情 →

Drill into the Hagstofan PxWeb hierarchy by path.

参数
path 可选
e.g. Ibuar/mannfjoldi/yfirlit
curl "https://nordapi.ee/api/v1/iceland/stats/browse?path=Ibuar"

Iceland Road Cameras

GET /iceland/roads/cameras
详情 →

All 7000+ road webcams from Vegagerðin with coordinates and live image URLs. Source: gagnaveita.vegagerdin.is (no auth).

curl https://nordapi.ee/api/v1/iceland/roads/cameras

Iceland Recent Earthquakes

GET /iceland/quakes/recent
详情 →

Recent earthquakes inside Iceland's bounding box (lat 63-67, lon -25 to -13) via USGS FDSN. Defaults: last 30 days, M ≥ 2.0.

参数
start_date 可选
YYYY-MM-DD
min_magnitude 可选 默认: 2.0
Minimum magnitude
curl https://nordapi.ee/api/v1/iceland/quakes/recent