Government — entry 062 of 90

Open Government, Mexico

Verified Jul 2026

Datos.gob.mx is Mexico's national open-data portal (the bare `datos.gob.mx` host now redirects to `www`), run on CKAN. A keyless GET against `/api/3/action/package_list` returned full JSON metadata for over 1,700 published datasets, and `package_show` confirmed individual dataset detail (license, resources, format) is likewise readable without a key. The live response carried no `Access-Control-Allow-Origin` header, so cross-origin browser calls are blocked despite the API itself being keyless — distinct from the INEGI statistical-indicator APIs, which require a token.

open-datagovernment-datackanmexico
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-mexico-government/"><img src="https://greatapis.com/badge/open-government-mexico-government.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.