API Adresse
French national geocoding service that converts addresses to geographic coordinates and reverse-geocodes coordinates to addresses, with autocomplete support for address input. Based on the Base Adresse Nationale dataset and provided by the French government.
Slug: api-adresse
Key:
Base URL:
Auth: none
Endpoints: 4
Reachable: unknown
CORS: unknown
Tier: verified
Key:
gouv.fr:api-adresseBase URL:
https://api-adresse.data.gouv.frAuth: none
Endpoints: 4
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
GEOLOCATION, GOVERNMENT, OPEN_DATA
Tutorials
- Getting Started with API Adresse — I can geocode French addresses — convert street addresses to coordinates and vice versa — using the free, unauthenticated API Adresse service from data.gouv.fr, which covers all of France including overseas territories.
Skills
- Access api adresse.data.gouv.fr — I can geocode French addresses — convert street addresses to coordinates, resolve coordinates to the nearest address, or autocomplete partial addresses — using the free, unauthenticated API Adresse from data.gouv.fr.
- Search completion — I can autocomplete partial French addresses as you type — returning lightweight suggestions from the official API Adresse service, no auth needed.
Endpoints (4)
| Path | Summary | Response | Auth |
|---|---|---|---|
| completion | Address autocomplete | application/json |
— |
| getCapabilities | Service capabilities | text/plain |
— |
| reverse | Reverse geocoding | application/geo+json |
— |
| search | Search for addresses | application/geo+json |
— |