← Kaikki API-tuotteet

Sweden API

9 endpoints for Swedish open data: Statistics Sweden (SCB / Statistiska centralbyrån) PxWeb topic catalog and hierarchy browse, SL (Storstockholms Lokaltrafik) Stockholm public transport with stops, lines, real-time departures and service deviations, and Sveriges Riksbank SWEA series including the policy rate, FX rates and SWESTR. All no-auth, JSON.

ILMAINEN 9 rajapintaa 100 pyyntöä/tunti
Perus-URL: https://nordapi.ee/api/v1

Statistics Sweden Topics

GET /sweden/stats/topics
Tiedot →

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

Selaa Viron tilastoja

GET /sweden/stats/browse
Tiedot →

Drill into the Statistics Sweden hierarchy by path. Use topics endpoint to find ids, then pass them as slash-separated path.

Parametrit
path valinnainen
e.g. BE/BE0101
curl "https://nordapi.ee/api/v1/sweden/stats/browse?path=BE"

Stockholm Stops

GET /sweden/sl/sites
Tiedot →

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

Stockholm Transit Lines

GET /sweden/sl/lines
Tiedot →

All SL transit lines — bus, metro, tram, train, ferry.

curl https://nordapi.ee/api/v1/sweden/sl/lines

Stockholm Stop Departures

GET /sweden/sl/departures/:site_id
Tiedot →

Real-time departures from a specific SL stop.

Parametrit
site_id pakollinen
SL site id (from /sites)
curl https://nordapi.ee/api/v1/sweden/sl/departures/9192

Stockholm Service Deviations

GET /sweden/sl/deviations
Tiedot →

Active service deviations and disruptions across SL transit.

curl https://nordapi.ee/api/v1/sweden/sl/deviations

Riksbanken Series Catalog

GET /sweden/riksbank/series
Tiedot →

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

Riksbanken Latest Value

GET /sweden/riksbank/series/:series_id/latest
Tiedot →

Latest observation for one Riksbanken series.

Parametrit
series_id pakollinen
Series id, e.g. SECBREPOEFF
curl https://nordapi.ee/api/v1/sweden/riksbank/series/SECBREPOEFF/latest

Riksbanken Observations

GET /sweden/riksbank/series/:series_id/observations
Tiedot →

Time-series observations for a Riksbanken series between two dates.

Parametrit
series_id pakollinen
Series id
from pakollinen
YYYY-MM-DD
to pakollinen
YYYY-MM-DD
curl "https://nordapi.ee/api/v1/sweden/riksbank/series/SECBREPOEFF/observations?from=2026-01-01&to=2026-05-01"