GET
/
Geocoding
/
UK
/
ReverseGeocode
/
v1.10
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/Geocoding/UK/ReverseGeocode/v1.10/json6.ws
{
"Items": [
{
"Postcode": "WR2 6NJ",
"Distance": "92.7",
"Easting": "381687",
"Northing": "259432",
"Latitude": "52.2327",
"Longitude": "-2.2696",
"OsGrid": "SO 81687 59432"
}
]
}
This method will consume credit.

Query Parameters

Key
string
required

The key to use to authenticate to the service.

CentrePoint
string
required

A postcode or coordinates (latitude, longitude or easting, nothing) of the centre of the search.

Response

200
application/json

Success

The response is of type object.