Government — entry 079 of 90
Open Government, Switzerland
Opendata.swiss is Switzerland's national open-data portal, built on CKAN. Its own handbook lists the base API URL as `https://ckan.opendata.swiss/api/3/action/`, callable through the standard CKAN action API (for example, `package_search`) with no key needed. A live check against that host, with a browser User-Agent header, returned HTTP 200 and an `Access-Control-Allow-Origin: *` header on both `status_show` and `package_search`, and the same header on an OPTIONS preflight. The API is keyless, returns JSON, and accepts browser-side calls.
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score74
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
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.