GET
/
Geocoding
/
International
/
ReverseGeocode
/
v2.00
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/Geocoding/International/ReverseGeocode/v2.00/json6.ws
{
"Items": [
{
"StreetNumber": "1",
"StreetName": "High Street",
"City": "Worcester",
"Province": "Worcestershire",
"PostalCode": "WR2 6NJ",
"CountryCode": "GBR",
"Distance": "92.7",
"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.

Latitude
number
required

The WGS84 latitude coordinate for the search.

Longitude
number
required

The WGS84 longitude coordinate for the search.

Response

200
application/json

Success

The response is of type object.