Looking for support.loqate.com? Click here to find our on-prem documentation.
cURL
curl --request GET \ --url 'https://api.addressy.com/Geocoding/International/ReverseGeocode/v2.00/json6.ws?Key='
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
Was this page helpful?