GET
/
StoreFinder
/
Interactive
/
RetrieveCoordinates
/
v1.10
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/StoreFinder/Interactive/RetrieveCoordinates/v1.10/json6.ws
{
"Items": [
{
"Id": "GBR|1717050",
"Place": "WR26NJ",
"Easting": "381687",
"Northing": "259432",
"Latitude": "52.2327",
"Longitude": "-2.2696"
}
]
}
This method will consume credit.

Query Parameters

Key
string
required

The key to use to authenticate to the service.

Id
string
required

The ID of the location to get the coordinates for. Use the FindPlaceNames to get the Id.

Response

200
application/json

Success

The response is of type object.