Returns the nearest address or location to the given coordinates.
cURL
curl --request GET \ --url https://api.addressy.com/Geocoding/International/ReverseGeocode/v2.00/json6.ws
200
Success
{ "Items": [ { "StreetNumber": "1", "StreetName": "High Street", "City": "Worcester", "Province": "Worcestershire", "PostalCode": "WR2 6NJ", "CountryCode": "GBR", "Distance": "92.7", "Latitude": "52.2327", "Longitude": "-2.2696" } ]}
The key to use to authenticate to the service.
The WGS84 latitude coordinate for the search.
The WGS84 longitude coordinate for the search.
The response is of type object.
object
Was this page helpful?