5 endpoints for Greenland (Kalaallit Nunaat): Statistics Greenland (Grønlands Statistik) PxWeb open data (population, fisheries, energy, foreign trade), MET.no compact 9-day forecasts for the seven largest towns (Nuuk, Sisimiut, Ilulissat, Qaqortoq, Tasiilaq, Aasiaat, Maniitsoq), and GBIF species occurrences observed in Greenland (over 1.1M records). All no-auth, JSON / GeoJSON.
Base URL: https://nordapi.ee/api/v1
GET /greenland/stats/topics
Top-level catalog of Statistics Greenland (Grønlands Statistik) — 8 statistical subjects: population, fisheries and catch, energy, foreign trade, businesses, criminal offences, prices, education. Each item is a folder (drillable) or table. Source: bank.stat.gl/api/v1/en/Greenland.
curl https://nordapi.ee/api/v1/greenland/stats/topics
GET /greenland/stats/browse
Drill into the Statistics Greenland hierarchy by slash-separated path. Use the topics endpoint to find ids, then pass them.
path
optional
curl "https://nordapi.ee/api/v1/greenland/stats/browse?path=BE"
GET /greenland/weather/cities
Supported Greenlandic town slugs for the forecast endpoint.
curl https://nordapi.ee/api/v1/greenland/weather/cities
GET /greenland/weather/:city
MET.no compact 9-day forecast (GeoJSON Feature) for a major Greenlandic town. Returns temperature, wind, precipitation, cloud cover, pressure, humidity at hourly resolution.
city
required
curl https://nordapi.ee/api/v1/greenland/weather/nuuk
GET /greenland/species
GBIF species occurrence records observed in Greenland (country=GL). Over 1.1M records: polar bears, narwhals, snowy owls, Arctic flora. Optional `q` free-text filter.
q
optional
curl "https://nordapi.ee/api/v1/greenland/species?q=Ursus"