← Todos los productos API

Faroe Islands API

5 endpoints for the Faroe Islands (Føroyar): Hagstova Føroya (Statistics Faroe Islands) PxWeb open data (population and elections, labour, health, fisheries, prices), MET.no compact 9-day forecasts for the six largest towns (Tórshavn, Klaksvík, Runavík, Tvøroyri, Vágar, Fuglafjørður), and GBIF species occurrences observed in the Faroes (seabirds, pilot whales). All no-auth, JSON / GeoJSON.

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

Hagstova Føroya Topics

GET /faroe/stats/topics
Detalles →

Top-level catalog of Hagstova Føroya (Statistics Faroe Islands) — 8 statistical subjects including population and elections, labour and wages, health, fisheries, education, prices, and environment and energy. Source: statbank.hagstova.fo/api/v1/en/H2.

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

Browse Hagstova Føroya

GET /faroe/stats/browse
Detalles →

Drill into the Hagstova Føroya hierarchy by slash-separated path. Use the topics endpoint to find ids.

Parametros
path opcional
e.g. IB, AM/AM01
curl "https://nordapi.ee/api/v1/faroe/stats/browse?path=IB"

Faroe Weather City List

GET /faroe/weather/cities
Detalles →

Supported Faroese town slugs for the forecast endpoint.

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

Faroe City Forecast

GET /faroe/weather/:city
Detalles →

MET.no compact 9-day forecast (GeoJSON Feature) for a Faroese town. Returns temperature, wind, precipitation, cloud cover, pressure, humidity at hourly resolution.

Parametros
city requerido
Slug: torshavn, klaksvik, runavik, tvoroyri, vagar, fuglafjordur
curl https://nordapi.ee/api/v1/faroe/weather/torshavn

Faroe Species Occurrences

GET /faroe/species
Detalles →

GBIF species occurrence records observed in the Faroe Islands (country=FO). Seabirds (puffins, gannets, fulmars), pilot whales, fish. Optional `q` free-text filter.

Parametros
q opcional
Free-text filter, e.g. Puffinus
curl "https://nordapi.ee/api/v1/faroe/species?q=Puffinus"