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" } ]}
Convert WGS84 coordinates to nearest street addresses internationally. Returns street number, name, city, province, and postal code.
The key to use to authenticate to the service.
The WGS84 latitude coordinate for the search.
The WGS84 longitude coordinate for the search.
Show child attributes
The building number on the street.
The name of the street.
The of the city/town/municipality.
The name of the state/province.
The postal code/zip.
The country code.
The distance in KM from the CentrePoint to this record.
The WGS84 latitude coordinate of the location.
The WGS84 longitude coordinate of the location.
Was this page helpful?