53 endpoints for Swedish open data: Statistics Sweden (SCB) PxWeb, SL Stockholm public transport, Sveriges Riksbank SWEA (policy rate, FX, SWESTR), Kolada (5000+ KPIs across all Swedish municipalities + regions), JobTech / Platsbanken job search (45,000+ ads), SMHI weather/ocean/hydro observations and warnings, SGU Geological Survey groundwater wells (OGC API Features), Riksdagen parliament, Elpriset electricity spot prices, Pollenrapporten pollen forecasts, Naturvårdsverket protected areas, GBIF biodiversity, VIVA sea conditions, Socialstyrelsen + Folkhälsomyndigheten health statistics, Skolverket schools, LIBRIS National Library, K-samsök cultural heritage, Sveriges Radio, Krisinformation crisis alerts, Polisen events, and the Swedish calendar. All no-auth, JSON (K-samsök returns XML).
Base URL: https://nordapi.ee/api/v1
GET /sweden/stats/topics
Top-level catalog of Statistics Sweden (SCB) — statistical topics covering population, labour market, economy, prices, energy. Each item is a folder (drillable) or table. Source: api.scb.se (PxWeb).
curl https://nordapi.ee/api/v1/sweden/stats/topics
GET /sweden/stats/browse
Drill into the Statistics Sweden hierarchy by path. Use topics endpoint to find ids, then pass them as slash-separated path.
path
optional
curl "https://nordapi.ee/api/v1/sweden/stats/browse?path=BE"
GET /sweden/sl/sites
All Stockholm SL stops and stations with name, coordinates, and stop area ids. Source: transport.integration.sl.se (no auth).
curl https://nordapi.ee/api/v1/sweden/sl/sites
GET /sweden/sl/lines
All SL transit lines — bus, metro, tram, train, ferry.
curl https://nordapi.ee/api/v1/sweden/sl/lines
GET /sweden/sl/departures/:site_id
Real-time departures from a specific SL stop.
site_id
required
curl https://nordapi.ee/api/v1/sweden/sl/departures/9192
GET /sweden/sl/deviations
Active service deviations and disruptions across SL transit.
curl https://nordapi.ee/api/v1/sweden/sl/deviations
GET /sweden/riksbank/series
All Sveriges Riksbank data series — policy rate, FX rates, government bonds, SWESTR, lending volumes. Source: api.riksbank.se/swea.
curl https://nordapi.ee/api/v1/sweden/riksbank/series
GET /sweden/riksbank/series/:series_id/latest
Latest observation for one Riksbanken series.
series_id
required
curl https://nordapi.ee/api/v1/sweden/riksbank/series/SECBREPOEFF/latest
GET /sweden/riksbank/series/:series_id/observations
Time-series observations for a Riksbanken series between two dates.
series_id
required
from
required
to
required
curl "https://nordapi.ee/api/v1/sweden/riksbank/series/SECBREPOEFF/observations?from=2026-01-01&to=2026-05-01"
GET /sweden/kolada/municipalities
All Swedish municipalities and regions in the Kolada KPI database.
curl https://nordapi.ee/api/v1/sweden/kolada/municipalities
GET /sweden/kolada/kpi-groups
All KPI groups in Kolada — categorised by domain.
curl https://nordapi.ee/api/v1/sweden/kolada/kpi-groups
GET /sweden/kolada/kpis/search
Search Kolada KPIs by free-text title.
q
required
curl "https://nordapi.ee/api/v1/sweden/kolada/kpis/search?q=skola"
GET /sweden/kolada/data/:kpi_id/:municipality_id
Time-series data for a Kolada KPI in a specific municipality.
kpi_id
required
municipality_id
required
year
optional
curl https://nordapi.ee/api/v1/sweden/kolada/data/N00942/0180
GET /sweden/jobtech/search
Free-text search across 45,000+ active Swedish job ads from Arbetsförmedlingen via JobTech.
q
required
curl "https://nordapi.ee/api/v1/sweden/jobtech/search?q=elixir"
GET /sweden/jobtech/latest
Latest Swedish job ads, sorted by publication date desc.
curl https://nordapi.ee/api/v1/sweden/jobtech/latest
GET /sweden/jobtech/ad/:id
Full ad detail by id.
id
required
curl https://nordapi.ee/api/v1/sweden/jobtech/ad/31087351
GET /sweden/smhi/parameters
All SMHI observation parameters (temperature, wind, humidity, pressure, precipitation, etc). Source: opendata-download-metobs.smhi.se (no auth, CC BY 4.0).
curl https://nordapi.ee/api/v1/sweden/smhi/parameters
GET /sweden/smhi/parameter/:key
Metadata for one SMHI parameter.
key
required
curl https://nordapi.ee/api/v1/sweden/smhi/parameter/1
GET /sweden/smhi/stations/:parameter
All SMHI stations reporting a given parameter.
parameter
required
curl https://nordapi.ee/api/v1/sweden/smhi/stations/1
GET /sweden/smhi/latest-hour/:parameter/:station
Latest hour of observations for one parameter at one station.
parameter
required
station
required
curl https://nordapi.ee/api/v1/sweden/smhi/latest-hour/1/97400
GET /sweden/smhi/latest-day/:parameter/:station
Latest 24h of observations for one parameter at one station.
parameter
required
station
required
curl https://nordapi.ee/api/v1/sweden/smhi/latest-day/1/97400
GET /sweden/riksdagen/documents
Recent Swedish parliament documents (motions, propositions, reports). Source: data.riksdagen.se (no auth).
page
optional
default: 1
curl https://nordapi.ee/api/v1/sweden/riksdagen/documents
GET /sweden/riksdagen/representatives
All 349 current Swedish parliament representatives with party + constituency.
curl https://nordapi.ee/api/v1/sweden/riksdagen/representatives
GET /sweden/riksdagen/votes
Recent voting records from the Swedish parliament.
page
optional
default: 1
curl https://nordapi.ee/api/v1/sweden/riksdagen/votes
GET /sweden/elpris/:zone
Hourly day-ahead electricity spot prices (SEK + EUR per kWh) for a Swedish bidding zone, for today. Zones: SE1, SE2, SE3, SE4. Source: elprisetjustnu.se (no auth).
zone
required
curl https://nordapi.ee/api/v1/sweden/elpris/SE3
GET /sweden/elpris/:zone/:date
Hourly electricity spot prices for a Swedish bidding zone on a specific date.
zone
required
date
required
curl https://nordapi.ee/api/v1/sweden/elpris/SE3/2026-05-29
GET /sweden/smhi-ocean/parameters
All SMHI oceanographic observation parameters — sea level, water temperature, salinity. Source: opendata-download-ocobs.smhi.se (no auth, CC BY 4.0).
curl https://nordapi.ee/api/v1/sweden/smhi-ocean/parameters
GET /sweden/smhi-ocean/stations
All SMHI oceanographic stations reporting a given parameter.
parameter
required
curl "https://nordapi.ee/api/v1/sweden/smhi-ocean/stations?parameter=1"
GET /sweden/smhi-hydro/parameters
All SMHI hydrological observation parameters — river discharge and water levels. Source: opendata-download-hydroobs.smhi.se (no auth, CC BY 4.0).
curl https://nordapi.ee/api/v1/sweden/smhi-hydro/parameters
GET /sweden/smhi-warnings
Active impact-based weather warnings (severe weather, hydrology, fire risk) across Sweden. Source: opendata-download-warnings.smhi.se (no auth, CC BY 4.0).
curl https://nordapi.ee/api/v1/sweden/smhi-warnings
GET /sweden/pollen/forecasts
Daily pollen-level forecasts per region across Sweden. Source: api.pollenrapporten.se (Naturhistoriska riksmuseet, no auth).
curl https://nordapi.ee/api/v1/sweden/pollen/forecasts
GET /sweden/pollen/regions
All pollen measuring regions in Sweden.
curl https://nordapi.ee/api/v1/sweden/pollen/regions
GET /sweden/pollen/types
Catalogue of tracked pollen types (birch, grass, mugwort, etc).
curl https://nordapi.ee/api/v1/sweden/pollen/types
GET /sweden/protected-areas
Swedish protected areas as GeoJSON — national parks, nature reserves, or Natura 2000 sites. Source: geodata.naturvardsverket.se WFS (Naturvårdsverket, no auth).
type
optional
default: national-parks
curl "https://nordapi.ee/api/v1/sweden/protected-areas?type=national-parks"
GET /sweden/gbif/occurrences
Species occurrence records observed in Sweden (GBIF, country=SE). Optional free-text query. Source: api.gbif.org (no auth).
q
optional
curl "https://nordapi.ee/api/v1/sweden/gbif/occurrences?q=ursus"
GET /sweden/viva/station/:id
Real-time sea state, water level, wind, and current observations at a coastal VIVA station. Source: services.viva.sjofartsverket.se (Sjöfartsverket, no auth).
id
required
curl https://nordapi.ee/api/v1/sweden/viva/station/1
GET /sweden/fohm/databases
Top-level catalogue of Folkhälsomyndigheten (Swedish Public Health Agency) statistical databases (PxWeb). Source: fohm-app.folkhalsomyndigheten.se (no auth).
curl https://nordapi.ee/api/v1/sweden/fohm/databases
GET /sweden/fohm/:db
Browse a named Folkhälsomyndigheten public-health database.
db
required
curl https://nordapi.ee/api/v1/sweden/fohm/Tobak
GET /sweden/skolverket/schools
Swedish school units from the planned-educations registry. Source: api.skolverket.se (Skolverket, no auth).
curl https://nordapi.ee/api/v1/sweden/skolverket/schools
GET /sweden/skolverket/subjects
National syllabus catalogue of subjects.
curl https://nordapi.ee/api/v1/sweden/skolverket/subjects
GET /sweden/libris/search
Free-text search across the National Library of Sweden union catalogue (books, periodicals, maps, manuscripts). Source: libris.kb.se (no auth).
q
required
curl "https://nordapi.ee/api/v1/sweden/libris/search?q=strindberg"
GET /sweden/ksamsok/search
Search Swedish cultural heritage across museums, archives, and institutions (K-samsök / Kulturarvsdata). Returns XML. Source: kulturarvsdata.se (no auth).
q
required
curl "https://nordapi.ee/api/v1/sweden/ksamsok/search?q=vasa"
GET /sweden/sverigesradio/channels
All Sveriges Radio (Swedish public radio) channels. Source: api.sr.se (no auth).
curl https://nordapi.ee/api/v1/sweden/sverigesradio/channels
GET /sweden/sverigesradio/programs
Sveriges Radio program catalogue.
curl https://nordapi.ee/api/v1/sweden/sverigesradio/programs
GET /sweden/sverigesradio/news
Latest Sveriges Radio news episodes.
curl https://nordapi.ee/api/v1/sweden/sverigesradio/news
GET /sweden/krisinformation/news
Official crisis news items from Krisinformation.se (MSB). Source: api.krisinformation.se (no auth).
curl https://nordapi.ee/api/v1/sweden/krisinformation/news
GET /sweden/krisinformation/vmas
Active VMA (Important Public Announcements) across Sweden.
curl https://nordapi.ee/api/v1/sweden/krisinformation/vmas
GET /sweden/polisen/events
Recent Swedish police events nationwide, optionally filtered by location name and/or event type. Source: polisen.se (no auth).
location
optional
type
optional
curl "https://nordapi.ee/api/v1/sweden/polisen/events?location=Stockholm"
GET /sweden/calendar/:year
Full Swedish calendar for a year — holidays, flag days, name-days, week numbers. Source: sholiday.faboul.se (no auth).
year
required
curl https://nordapi.ee/api/v1/sweden/calendar/2026
GET /sweden/calendar/:year/:month/:day
Calendar details for a single Swedish day (holiday status, name-days, flag day).
year
required
month
required
day
required
curl https://nordapi.ee/api/v1/sweden/calendar/2026/6/6
GET /sweden/sgu/collections
List available OGC API feature collections from the Geological Survey of Sweden (SGU) groundwater-wells dataset. Source: api.sgu.se (no auth).
curl https://nordapi.ee/api/v1/sweden/sgu/collections
GET /sweden/sgu/wells
First 50 groundwater well features (brunnar) as GeoJSON from the SGU OGC API Features service. Source: api.sgu.se (no auth).
curl https://nordapi.ee/api/v1/sweden/sgu/wells