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.
Bas-URL: https://nordapi.ee/api/v1
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
GET /iceland/stats/browse
Drill into the Hagstofan PxWeb hierarchy by path.
path
valfri
curl "https://nordapi.ee/api/v1/iceland/stats/browse?path=Ibuar"
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
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
valfri
min_magnitude
valfri
standard: 2.0
curl https://nordapi.ee/api/v1/iceland/quakes/recent