Geocoding · head-to-head

adresse.data.gouv.fr vs Cartes.io

adresse.data.gouv.fr

The Base Adresse Nationale's API Adresse geocodes and reverse-geocodes French addresses for free with no API key, backed by Etalab and IGN's data.geopf.fr infrastructure (the old api-adresse.data.gouv.fr host now 301-redirects there). Requests and responses use the GeoJSON FeatureCollection format, with each result scored for match confidence and enriched with INSEE city codes, postcodes, and population. A live Origin-header probe confirms open CORS (Access-Control-Allow-Origin: *), so it works directly from browser JavaScript with no proxy.

Cartes.io

Cartes.io is an open-source platform for creating and sharing custom maps with markers, letting anyone plot points, GeoJSON shapes, and metadata without running their own server. Reading public maps and markers needs no signup — write access is optional and controlled per map, either open to anyone or gated behind a token issued when the map or marker is created. The API returns JSON by default and GeoJSON on request, and the project ships official Python and NPM packages alongside its hosted instance at cartes.io.

adresse.data.gouv.frCartes.io
AuthenticationNoneNone
Pricingfreefree
FormatsGeoJSONJSON, GeoJSON
CORSyesyes
HTTPSYesYes

Cartes.io supports 2 response formats, while adresse.data.gouv.fr offers fewer — pick Cartes.io for more integration flexibility.

More comparisons