adresse.data.gouv.fr
APIFree French address database with geocoding and reverse geocoding
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)
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
People Also Ask about adresse.data.gouv.fr
Tool Info
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