API - Description - Geocoding / Reverse Geo - GET

Support DQE
Support DQE
  • Updated

Geocoding GET request

Geocoding with LATLG

Endpoint

GET https://{SERVER_ADDRESS}/LATLG/?IDVoie={STREET_ID}&Num={NUM}&Pays={COUNTRY_CODE}&Taille={LENGTH}&Instance={VALUE}&Licence={LICENCE_CODE}

Replace the values in braces with your own information.

ParameterDescriptionRequired
SERVER_ADDRESSDQE server address used to process the request.Yes
LICENCE_CODEYour DQE licence code.Yes
IDVoieUnique street identifier returned by the ADR command.Yes
NumStreet number.Yes
PaysISO 3-letter country code.Yes
TailleMaximum address length. Default value: 38.No
InstanceCustom value returned in the response.No

Reverse geocoding

Endpoint

GET https://{SERVER_ADDRESS}/SINGLE/?Pays={COUNTRY_CODE}&Licence={LICENCE_CODE}&Lat={LATITUDE}&Lon={LONGITUDE}&DistAdr={DISTANCE}

Replace the values in braces with your own information.

ParameterDescriptionRequired
SERVER_ADDRESSDQE server address used to process the request.Yes
LICENCE_CODEYour DQE licence code.Yes
PaysISO 3-letter country code.Yes
LatLatitude in decimal format.Yes
LonLongitude in decimal format.Yes
DistAdrSearch radius in kilometers.Yes

Related to

Was this article helpful?

0 out of 0 found this helpful