Geocoding · head-to-head
Ducks Unlimited vs API Découpage Administratif (API Geo)
Ducks Unlimited publishes a public ArcGIS Feature Service listing its university and collegiate conservation chapters as geocoded point locations across the US and Canada. It's read-only and needs no API key — queryable with the standard Esri REST query syntax (WHERE clauses, field selection, spatial filters) and exportable as JSON, GeoJSON, CSV, KML, and several other GIS formats. The dataset is licensed under Creative Commons Attribution-NonCommercial 4.0, so results can be reused non-commercially with attribution.
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.
| Ducks Unlimited | API Découpage Administratif (API Geo) | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, GeoJSON | JSON, GeoJSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |