cURL
curl --request GET \ --url https://api.addressy.com/StoreFinder/Interactive/RetrieveCoordinates/v1.10/json6.ws
200
Success
{ "Items": [ { "Id": "GBR|1717050", "Place": "WR26NJ", "Easting": "381687", "Northing": "259432", "Latitude": "52.2327", "Longitude": "-2.2696" } ]}
Get coordinates for places found with FindPlaceNames. Returns WGS84 latitude/longitude and OS easting/northing for UK location IDs.
The key to use to authenticate to the service.
The ID of the location to get the coordinates for. Use the FindPlaceNames to get the Id.
Show child attributes
The ID for this company. This is not the URN.
The name of the place.
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?