Looking for support.loqate.com? Click here to find our on-prem documentation.
cURL
curl --request GET \ --url 'https://api.addressy.com/StoreFinder/Interactive/RetrieveCoordinates/v1.10/json6.ws?Key='
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
Was this page helpful?