Finds locations matching the given input. Supports UK only.
cURL
curl --request GET \ --url https://api.addressy.com/Geocoding/UK/Find/v2.00/json6.ws
200
Success
{ "Items": [ { "Id": "PC||TA-WR26NJ", "Location": "Moseley Road, Hallow, Worcester, Worcestershire", "Type": "Postcode" } ]}
The key to use to authenticate to the service.
The location to geocode. This can be a full or partial postcode, a place name or street comma town.
The response is of type object.
object
Was this page helpful?