Swedish public data sources, ready to build on
Find the most important sources in Apiverket and see what you can fetch, what is usually hard in the original source, and how to test the data faster.
SCB API
SCB is the source many Swedish dashboards eventually need. Apiverket makes that data easier to test and combine with other public sources.
/v1/population/0180/v1/prices/cpiKolada API
Kolada is one of the most useful sources for comparing Swedish municipalities and regions. Apiverket helps developers find and use the indicators faster.
/v1/municipalities/kpis?q=skola/v1/municipalities/0180/kpi/N01951SMHI API
SMHI has excellent weather data. Apiverket shortens the path from source API to something you can show in an app.
/v1/weather/stockholm/v1/weather/observations/parametersTrafikverket API
Trafikverket data is useful for transport apps and public dashboards. Apiverket makes common traffic signals easier to test.
/v1/transport/traffic?limit=20/v1/traffic/messages?limit=5Bolagsverket API
Company data is useful in onboarding, CRM, KYC and enrichment flows. Apiverket gives developers a faster starting point.
/v1/companies/5560125790/v1/companies/search?q=volvoRiksbanken API
Riksbanken data is useful when products need Swedish rates, currencies or financial time series alongside other public data.
/v1/rates/reference/v1/currenciesPolisen API
Public police event data can support local awareness tools and news workflows. Apiverket makes the data easier to test safely.
/v1/police/events/v1/police/stationsRiksdagen API
Riksdagen data is valuable for transparency tools, policy monitoring and civic tech. Apiverket gives it a more consistent developer surface.
/v1/parliament/members/v1/parliament/billsSkolverket API
Education data is useful for municipal analysis, school tools and public dashboards. Apiverket makes school-related data easier to start with.
/v1/schools/search?q=gymnasium/v1/educationSocialstyrelsen API
Health data needs careful handling and clear context. Apiverket helps developers test public healthcare endpoints with a consistent API shape.
/v1/healthcare/care-quality/v1/healthcare/disease-registersNot a replacement for the sources
Apiverket is an independent layer on top of public data sources. Always use the official source for attribution when showing the data.
Build faster
The goal is to reduce the time from idea to a working API call: one key, consistent JSON and examples you can run immediately.