curl --request GET \
--url 'https://api.addressy.com/Geocoding/UK/Find/v2.00/json6.ws?Key='{
"Items": [
{
"Id": "PC||TA-WR26NJ",
"Location": "Moseley Road, Hallow, Worcester, Worcestershire",
"Type": "Postcode"
}
]
}Search UK locations by postcode, place name, street or town. Returns location IDs for use with Retrieve to get full coordinates.
curl --request GET \
--url 'https://api.addressy.com/Geocoding/UK/Find/v2.00/json6.ws?Key='{
"Items": [
{
"Id": "PC||TA-WR26NJ",
"Location": "Moseley Road, Hallow, Worcester, Worcestershire",
"Type": "Postcode"
}
]
}This method does not consume credit.Documentation Index
Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?