GeoApi
APIFree French Geographical Data API for Geocoding & Reverse Geocoding
Overview
GeoApi offers RESTful endpoints for French geographical data, including geocoding (address-to-coordinates), reverse geocoding (coordinates-to-address), and access to administrative divisions (regions, departments, communes). Responses are JSON-formatted. Key endpoints: /search (geocode addresses), /reverse (retrieve location from coords), /communes (list communes with details like population or postal codes). Use cases: French mapping apps, logistics tools, local service platforms, or analytics requiring accurate French location data. It supports filtering by administrative level and returns metadata like boundary coordinates and official codes.
Example Integration (JavaScript)
fetch('https://api.gouv.fr/api/geoapi.html')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON Response Format
- No Authentication Required
- French Geocoding & Reverse Geocoding
- Administrative Division Data (Regions/Departments/Communes)
- Official French Government Data
Frequently Asked Questions
? Is GeoApi free to use?
Yes, GeoApi is a free public API provided by the French government (api.gouv.fr) for accessing French geographical data.
? Does it require an API Key?
No, GeoApi does not require an API key or any authentication to use its endpoints.
? What is the response format?
All responses from GeoApi are in JSON format, which is widely supported by most programming languages and tools.
Top Alternatives
People Also Ask about GeoApi
Tool Info
Pros
- ⊕ Free of Charge
- ⊕ Reliable Official Data Source
- ⊕ Easy to Integrate
- ⊕ Comprehensive French Location Coverage
- ⊕ Multiple Endpoints for Various Geographical Needs
Cons
- ⊖ Limited to French Geographical Data
- ⊖ Potential Rate Limits
- ⊖ No Service Level Agreement (SLA)
- ⊖ No Support for Non-French Locations