Government · head-to-head
City, Gdańsk vs Open Government, Belgium
Otwarty Gdańsk (Open Gdańsk) runs a standard CKAN 2.x installation; a live keyless GET against `ckan.multimediagdansk.pl/api/3/action/package_search` returned full JSON dataset metadata with a wildcard `Access-Control-Allow-Origin` header on both the plain response and an OPTIONS preflight. The catalogue covers Gdańsk municipal transit, budget, and environmental datasets, with individual resources downloadable as CSV, JSON, or XLSX depending on the publisher.
Data.gov.be is Belgium's federal open-data portal, built on a custom Drupal-based platform rather than CKAN. Rather than a search REST API, it publishes its full catalogue as a DCAT-AP metadata export (RDF/XML and N-Triples) and exposes it live through a Triple Pattern Fragments / Linked Data Fragments server at `ldf.belgif.be/datagovbe`, which answers unauthenticated with a wildcard CORS header. The main site itself also sits behind bot-detection middleware that can block naive scripted fetches, but the LDF endpoint and the documented DCAT export are both reachable directly.
| City, Gdańsk | Open Government, Belgium | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, CSV, XLSX | RDF/XML, N-Triples |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
City, Gdańsk supports 3 response formats, while Open Government, Belgium offers fewer — pick City, Gdańsk for more integration flexibility.