POST
/
LocationServices
/
Geocoding
/
Global
/
v1.10
/
json6.ws
cURL
curl --request POST \
  --url https://api.addressy.com/LocationServices/Geocoding/Global/v1.10/json6.ws \
  --header 'Content-Type: application/json' \
  --data '{
  "Key": "<string>",
  "Input": [
    "<string>"
  ],
  "Country": "<string>"
}'
[
{
"Input": "<string>",
"Results": [
{
"Premise": "<string>",
"Thoroughfare": "<string>",
"Locality": "<string>",
"AdministrativeArea": "<string>",
"PostalCode": "<string>",
"Country": "<string>",
"Latitude": "<string>",
"Longitude": "<string>",
"GeoDistance": "<string>",
"GeoAccuracy": "<string>",
"LocationType": "<string>"
}
]
}
]
When reverse geocoding, multiple addresses will be returned if possible (with a maximum of 5). This is because, particularly in urban areas, it can be difficult to identify the specific property associated with a set of co-ordinates. The Global Geocoding API supports most international locations. For a full list of coverage please see https://support.loqate.com/coverage-full/. This method will consume credit. You will be charged per address geocoded.

Use of geocodes/addresses

Use of the output of the Global Geocoding API is temporary, and only for use as part of a Store Finder. It is not permitted to index or store results for other purposes, such as use in a checkout process. For further information please see the Loqate Terms and Conditions.

Body

application/json

Response

200
application/json

Success

The response is of type ListOfExternalGeocodingResult · object[].