GET
/
Geocoding
/
UK
/
Find
/
v2.00
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/Geocoding/UK/Find/v2.00/json6.ws
{
"Items": [
{
"Id": "PC||TA-WR26NJ",
"Location": "Moseley Road, Hallow, Worcester, Worcestershire",
"Type": "Postcode"
}
]
}
This method does not 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 or street comma town.

Response

200
application/json

Success

The response is of type object.