Government — entry 079 of 90

Open Government, Switzerland

Verified Sep 2026

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.

open-datagovernment-datackandcatswitzerland
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

Score74out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 74 on greatapis.com
<a href="https://greatapis.com/api/open-government-switzerland/"><img src="https://greatapis.com/badge/open-government-switzerland.svg" alt="Scored 74 on greatapis.com"></a>

Auth quickstart

  1. 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.