Open Government, Sweden

Statistics Sweden's statistical database as JSON

🏛 GovernmentHEALTHYchecked 12h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL

The PxWeb API behind Statistics Sweden (SCB), the data service documented by Sweden's national data portal. A keyless GET walks the statistical tree, returning subject areas, tables, and — via follow-up queries — the figures themselves as JSON. Ideal for official Swedish statistics.

81HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 81 · healthy
Uptime history
99.02%90 days
98.3%30 days
1440P50 · ms
2571P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 311 ms, slowest 2210 ms, most recent 376 ms.
Live response samplecaptured by our last successful check
GET https://api.scb.se/OV0104/v1/doris/en/ssd

[
  {
    "id": "AA",
    "type": "l",
    "text": "General statistics"
  },
  {
    "id": "AM",
    "type": "l",
    "text": "Labour market"
  }
]
Call itcurl · fetch · python
curl "https://api.scb.se/OV0104/v1/doris/en/ssd"
const res = await fetch("https://api.scb.se/OV0104/v1/doris/en/ssd");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.scb.se/OV0104/v1/doris/en/ssd")
print(res.json())
Endpoints · 2HealthyFULL DOCS ↗
Monitored path responding — GET /ssd1440 mschecked 12h ago
GET/ssdPROBED

Statistics Sweden's statistical database as JSON

GET/ssd?limit=5

Paginated variant with limit parameter.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Open Government, Sweden: common questions

Is Open Government, Sweden free to use?

Yes — Open Government, Sweden is a free government API. Free tier: Free — no key required. Commercial use is allowed on the free tier.

Does Open Government, Sweden need an API key?

No — Open Government, Sweden needs no API key or signup. You can call it straight away; rate limits still apply (Rate-limited per SCB PxWeb API terms (call-rate and response-size caps)).

Can I call Open Government, Sweden from the browser?

Yes — Open Government, Sweden returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Open Government, Sweden up right now?

As of our last scheduled check, Open Government, Sweden is healthy with 99.02% uptime over 90 days and a 1440 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.