← 所有 API 产品

Greenland API

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.

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

Statistics Greenland Topics

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

Browse Statistics Greenland

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 可选
e.g. BE, FI/FI20
curl "https://nordapi.ee/api/v1/greenland/stats/browse?path=BE"

Greenland Weather City List

GET /greenland/weather/cities
详情 →

Supported Greenlandic town slugs for the forecast endpoint.

curl https://nordapi.ee/api/v1/greenland/weather/cities

Greenland City Forecast

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 必填
Slug: nuuk, sisimiut, ilulissat, qaqortoq, tasiilaq, aasiaat, maniitsoq
curl https://nordapi.ee/api/v1/greenland/weather/nuuk

Greenland Species Occurrences

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 可选
Free-text filter, e.g. Ursus
curl "https://nordapi.ee/api/v1/greenland/species?q=Ursus"