Open Government, Poland

Poland's national open-data portal as a JSON:API

🏛 GovernmentHEALTHYchecked 1h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

dane.gov.pl exposes Poland's open-data catalog through a versioned JSON:API. This endpoint pages through 25,000+ datasets with their titles, licenses, and modification dates; drill in for resources and downloads. Keyless, and many datasets carry CC0 or CC BY licenses.

82HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 82 · healthy
Uptime history
99.02%90 days
98.3%30 days
1179P50 · ms
4010P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 166 ms, slowest 2611 ms, most recent 281 ms.
Live response samplecaptured by our last successful check
GET https://api.dane.gov.pl/1.4/datasets?page=1&per_page=2

{
  "jsonapi": {
    "version": "1.4"
  },
  "meta": {
    "count": 25048,
    "language": "pl"
  },
  "data": [
    {
      "type": "dataset",
      "attributes": {
        "license_name": "CC0 1.0",
        "modified": "2024-03-19T19:14:09Z",
        "downloads_count": 118
      }
    }
  ]
}
Call itcurl · fetch · python
curl "https://api.dane.gov.pl/1.4/datasets?page=1&per_page=2"
const res = await fetch("https://api.dane.gov.pl/1.4/datasets?page=1&per_page=2");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.dane.gov.pl/1.4/datasets?page=1&per_page=2")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /1.4/datasets?page=1&per_page=21179 mschecked 1h ago
GET/1.4/datasets?page=1&per_page=2PROBED

Poland's national open-data portal as a JSON:API

GET/1.4

1 4 — documented GET route.

GET/1.4/1

1.4 details by ID (example: 1).

GET/1.4?limit=10

1 4 — documented GET route.

GET/1.4/search?q=test

Search by query parameters.

GET/1.4/datasets?limit=5

Datasets — documented GET route.

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, Poland: common questions

Is Open Government, Poland free to use?

Yes — Open Government, Poland is a free government API. Free tier: Free — no key required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Open Government, Poland need an API key?

No — Open Government, Poland needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Open Government, Poland from the browser?

Yes — Open Government, Poland 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, Poland up right now?

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