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

Authorizations

Key
string
query
required

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

Success

Items
object[]