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

Authorizations

Key
string
query
required

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

Success

Items
object[]