To main content

API for the Statistical Database

Here you have access to any table or part of a table from the Statistical Database. You will also find examples of usage as well as frequently asked questions about the API (Application Programming Interface).

You can use the API without registering.

Obs! We introduced mandatory https for the API as of 26 October 2022. If you get metadata instead of data in the table it depends on that http changes the call to GET. You solve this by change your calls to https instead of http.

API ikon

Guide

How to use the API (pdf)

Examples

Show all subject area in English in the Statistical Database:

Show all sub-levels for the subject area Population:

Show the metadata for the table:

Download Sweden's population for the years 2011 and 2012. Make an http POST request to:

and as data, the JSON request is used below

{  
"query": [
 {       
 "code": "ContentsCode",
  "selection": {        
    "filter": "item",         
    "values": [          
      "BE0101N1"         
    ]      
   }    
},    
{      
  "code": "Tid",
   "selection": {        
   "filter": "item",         
   "values": [           
   "2010",          
   "2011"         
   ]      
  }    
 }   
],  
"response": {    
  "format": "json"   
 }
}

You can now get help to formulate questions to the Statistical Database API. Make your data retrieval in the Statistical Database user interface. On the page that shows the table, click on the API link for this table. This will give you information about the URL and the query that you need to send to retrieve the same data with the API.

JSON-bild

For Python developers

One of the users of the Statistical Database has developed a module with an example code for Python Developers. The code is available on GitHub.

How to use Python for data from the Statistical Database (Github)

For R developers

One of the users of the Statistical Database has developed a module with an example code for Python Developers. The code is available on GitHub.
How to fetch data from the Statistical Database in R 

Contact

Statistics Service

Telephone
+46 10 479 50 00
Opening hours
Weekdays
9:00–12:00, 13:00–16:00