Government — entry 009 of 90
City, Berlin
Berlin's open-data frontend at daten.berlin.de runs on Drupal, but that's only half the picture: the frontend's own page settings name a backing CKAN instance, datenregister.berlin.de, and a live keyless GET against its /api/3/action/package_search endpoint returns full JSON metadata for more than 2,600 datasets. Neither that response nor an OPTIONS preflight carries an Access-Control-Allow-Origin header, so cross-origin reads are blocked. Dataset resources are still published as JSON, WMS, and WFS files across various berlin.de subdomains, and everything stays keyless over HTTPS.
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSON, WMS, WFSResponses can be requested as JSON or WMS or WFS.
GreatAPIs Score
Score94
Authentication25/25No authentication required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats15/15Supports 3 response formats
Freshness20/20Verified within 6 months
Auth quickstart
- No key needed — call it now.
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Try it
Developer reference
Base URL
https://datenregister.berlin.deKey endpoints
- GET/api/3/action/package_list
- GET/api/3/action/package_show?id={id}
Availability
Uptime100%
Median latency556 ms
Last checkUp · 200 · Sep 2026
Changelog
- gained a docs link