Multi-provider geocoding API (forward/reverse)
Servers
Service health check
List available geocoding sources for a given operation
Authorizations
Paste a Kalisio JWT access token to authorize requests sent through the API gateway.
Parameters
Path Parameters
Geocoding operation
"forward""reverse"Responses
Available sources and i18n labels
Forward geocoding — address/place name to coordinates
Authorizations
Paste a Kalisio JWT access token to authorize requests sent through the API gateway.
Parameters
Query Parameters
Search query (address, place name, etc.)
"80 Chemin des Tournesols, 11400 Castelnaudary"Minimatch filter on source names. Supports wildcards (*, open*) and glob alternation ({openstreetmap,opendatafrance}).
"open*""*"Maximum number of results (capped by server paginate.max.forward)
51Bounding box filter as lon1,lat1,lon2,lat2 (decimal degrees). Results outside the box are discarded.
"1.891365,43.283502,2.010069,43.340896"Responses
Array of GeoJSON Features sorted by relevance score
Reverse geocoding — coordinates to address/place name
Authorizations
Paste a Kalisio JWT access token to authorize requests sent through the API gateway.
Parameters
Query Parameters
Latitude (decimal degrees)
43.2119"float"Longitude (decimal degrees)
2.3531"float"Minimatch filter on source names. Supports wildcards and glob alternation.
"mairies:mairies""*"Maximum number of results (capped by server paginate.max.reverse)
51Search radius in meters (provider-dependent)
500"float"Responses
Array of GeoJSON Features sorted by distance