Join our Slack community to connect with other developers and kickstart your Loqate journey.
cURL
curl --request GET \ --url https://api.addressy.com/Geocoding/UK/Retrieve/v2.00/json6.ws
200
Success
{ "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.
The key to use to authenticate to the service.
The location ID to retrieve the coordinates for.
Show child attributes
Was this page helpful?