Government — entry 044 of 90

Open Government, Canada

Verified Jul 2026

Open.canada.ca is the Government of Canada's federal open-data portal; the public site has moved fully to HTTPS (the stored `http://` link now redirects), and behind its Drupal front end sits a keyless CKAN REST API at `open.canada.ca/data/en/api/3/action/`, confirmed live via `package_list` returning full bilingual (English/French) dataset JSON. The response carried no `Access-Control-Allow-Origin` header, so cross-origin browser calls are blocked despite the API itself being keyless. It catalogues datasets from federal departments spanning health, environment, finance, and transport.

open-datagovernment-datackancanada
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.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score88out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 88 on greatapis.com
<a href="https://greatapis.com/api/open-government-canada/"><img src="https://greatapis.com/badge/open-government-canada.svg" alt="Scored 88 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.