GET
/
Geocoding
/
UK
/
Retrieve
/
v2.00
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/Geocoding/UK/Retrieve/v2.00/json6.ws
{
"Items": [
{
"Location": "Worcester, Worcestershire",
"Easting": "384818",
"Northing": "254894",
"Latitude": "52.192",
"Longitude": "-2.2235"
}
]
}
This method will consume credit.

Query Parameters

Key
string
required

The key to use to authenticate to the service.

Id
string
required

The location ID to retrieve the coordinates for.

Response

200
application/json

Success

The response is of type object.