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
The name of the location found.
The easting coordinate of the location. Represents a distance in meters east from the most south westerly position of the GB mapping grid.
The northing coordinate of the location. Represents a distance in meters north from the most south westerly position of the GB mapping grid.
The WGS84 latitude coordinate of the location.
The WGS84 longitude coordinate of the location.
Was this page helpful?