GET
/
Geocoding
/
UK
/
Geocode
/
v2.10
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/Geocoding/UK/Geocode/v2.10/json6.ws
{
"Items": [
{
"Location": "Moseley Road, Hallow, Worcester, Worcestershire",
"Easting": "381687",
"Northing": "259432",
"Latitude": "52.2327",
"Longitude": "-2.2696",
"OsGrid": "SO 81687 59432",
"Accuracy": "Standard"
}
]
}
This method will consume credit.

Query Parameters

Key
string
required

The key to use to authenticate to the service.

Location
string
required

The location to geocode. This can be a full or partial postcode, a place name, street comma town, address (comma separated lines) or an ID from PostcodeAnywhere/Find web services.

Response

200
application/json

Success

The response is of type object.