Skip to main content
GET
/
Geocoding
/
UK
/
Geocode
/
v2.10
/
json6.ws
Geocoding_UK_Geocode
curl --request GET \
  --url 'https://api.addressy.com/Geocoding/UK/Geocode/v2.10/json6.ws?Key='
{
  "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.

Authorizations

Key
string
query
required

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

Success

Items
object[]