Geocoding · head-to-head
API Découpage Administratif (API Geo) vs Queimadas INPE
Etalab's Découpage Administratif API looks up and cross-references France's administrative hierarchy — communes, EPCIs, départements, and régions — by name, postcode, SIREN, or geographic coordinates, with no API key required. The stored api.gouv.fr/api/geoapi.html link had gone stale, 301-redirecting to a generic data.gouv.fr listing page instead of the live docs; the real service and interactive documentation are hosted at geo.api.gouv.fr. A live Origin-header probe against the real /communes endpoint confirms open CORS, reflecting back whatever Origin is sent.
Queimadas is Brazil's national fire-hotspot monitoring program run by INPE (National Institute for Space Research), publishing daily, monthly, and annual satellite-detected fire-focus data plus fire-risk meteorology layers as open downloads rather than a query API. Files are served as CSV, KML, and shapefile/GeoTIFF layers from INPE's data server with open CORS headers, free and keyless.
| API Découpage Administratif (API Geo) | Queimadas INPE | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, GeoJSON | CSV, KML, Shapefile, GeoTIFF |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
Queimadas INPE supports 4 response formats, while API Découpage Administratif (API Geo) offers fewer — pick Queimadas INPE for more integration flexibility.