← Todos los productos 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.

GRATIS 4 endpoints 100 sol/hora
URL base: https://nordapi.ee/api/v1

Statistics Iceland Topics

GET /iceland/stats/topics
Detalles →

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
Detalles →

Drill into the Hagstofan PxWeb hierarchy by path.

Parametros
path opcional
e.g. Ibuar/mannfjoldi/yfirlit
curl "https://nordapi.ee/api/v1/iceland/stats/browse?path=Ibuar"

Iceland Road Cameras

GET /iceland/roads/cameras
Detalles →

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
Detalles →

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

Parametros
start_date opcional
YYYY-MM-DD
min_magnitude opcional predeterminado: 2.0
Minimum magnitude
curl https://nordapi.ee/api/v1/iceland/quakes/recent