curl --request GET \
--url 'https://api.addressy.com/Geocoding/UK/Retrieve/v2.00/json6.ws?Key='{
"Items": [
{
"Location": "Worcester, Worcestershire",
"Easting": "384818",
"Northing": "254894",
"Latitude": "52.192",
"Longitude": "-2.2235"
}
]
}Get OS easting/northing and WGS84 coordinates from UK location IDs. Returns grid references for locations found with UK Find API.
curl --request GET \
--url 'https://api.addressy.com/Geocoding/UK/Retrieve/v2.00/json6.ws?Key='{
"Items": [
{
"Location": "Worcester, Worcestershire",
"Easting": "384818",
"Northing": "254894",
"Latitude": "52.192",
"Longitude": "-2.2235"
}
]
}This method will 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?