adresse.data.gouv.fr

API

Free French address database with geocoding and reverse geocoding

Visit Website

Overview

adresse.data.gouv.fr offers RESTful endpoints for geocoding (address-to-coordinates) and reverse geocoding (coordinates-to-address) using France’s official address database. Key endpoints include /search (query addresses with filters like postal code or commune) and /reverse (retrieve address from latitude/longitude). Responses are JSON-formatted, including detailed address components (street, postal code, commune) and WGS84 coordinates. Ideal for logistics platforms, mapping apps, public administration tools, and e-commerce delivery optimization in France.

Example Integration (JavaScript)

script.js JS

fetch('https://adresse.data.gouv.fr')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON support
  • No authentication required
  • Official French address database
  • Geocoding & reverse geocoding
  • Filterable queries

Frequently Asked Questions

? Is adresse.data.gouv.fr free to use?

Yes, it is completely free and open for both personal and commercial use as part of France’s open data initiative.

? Does it require an API Key?

No, the API does not require any authentication or API key to access its endpoints.

? What is the response format?

All responses are in JSON, including detailed address components (street, postal code, commune) and geographic coordinates in WGS84 format.

Top Alternatives

OpenStreetMap Nominatim Search Google
Here Geocoding API Search Google
Google Maps Geocoding API Search Google

People Also Ask about adresse.data.gouv.fr

adresse.data.gouv.fr vs OpenStreetMap Nominatimadresse.data.gouv.fr vs Here Geocoding APIadresse.data.gouv.fr vs Google Maps Geocoding API adresse.data.gouv.fr 2025 review

Tool Info

Pricing Free
Category Geocoding
Platform Public API

Pros

  • Free and open access
  • High accuracy (official source)
  • No API key needed
  • Well-documented endpoints
  • Supports both geocoding types

Cons

  • France-only coverage
  • Rate-limited requests
  • No official SLA
  • Limited to French address data

More Geocoding Tools