Join our Slack community to connect with other developers and kickstart your Loqate journey.
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
Was this page helpful?