Connect adresse.data.gouv.fr to any API
adresse.data.gouv.fr is the French government's official national address database and geocoding service. Callers can search a free-text French address and receive ranked matches with their latitude and longitude, postcode, municipality and INSEE code, perform reverse geocoding to find the nearest address to a coordinate pair, and submit a CSV file for bulk geocoding or bulk reverse geocoding. Searches can be restricted by result type such as housenumber, street, locality or municipality. No credentials required.
What your agent can do with adresse.data.gouv.fr
Triggers and actions 2 actions
- ActionFind address by lat and lon
Reverse-geocode a latitude/longitude pair to the nearest French address. GET https://data.geopf.fr/geocodage/reverse (formerly https://api-adresse.data.gouv.fr/reverse/), no auth required. Query params: lon (required), lat (required), type (housenumber|street|locality|municipality), limit. Returns a GeoJSON FeatureCollection whose features carry properties: label, score, housenumber, street, postcode, city, citycode, x, y, distance (meters), and geometry.coordinates [lon, lat].
- ActionFind addresses by query
Geocode a free-text French address/place query into ranked candidate addresses with coordinates. GET https://data.geopf.fr/geocodage/search (formerly https://api-adresse.data.gouv.fr/search/), no auth required. Query params: q (search text, required), limit (max results), autocomplete, lat/lon (bias), citycode, postcode, type (housenumber|street|locality|municipality), city. Returns a GeoJSON FeatureCollection whose features carry properties: label, score, housenumber, street, postcode, city, citycode, x, y, and geometry.coordinates [lon, lat].
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the adresse.data.gouv.fr API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
administrative-divisons-dbadministrative-divisons-db is an open dataset served over HTTP that lists the administrative subdivisions of...
bng2latlongbng2latlong, from GetTheData, converts British National Grid coordinates into global latitude and longitude...
Cartes.ioCartes.io is an open-source mapping service for creating shared maps and dropping markers on them for...
CountryCountry.is is a minimal IP geolocation lookup service that resolves an IP address to its country. Callers...
GeoApiGeoAPI is the French government's reference service for administrative geography. Callers can search and...
Geocode.xyzGeocode.xyz is a worldwide geocoding service. Callers can convert a street address or place name into...
GeoJSGeoJS is an IP geolocation service with ChatOps-friendly output formats. Callers can look up the caller's...
IBGEIBGE is the Brazilian Institute of Geography and Statistics, and its service-data API exposes the country's...