Skip to main content
GET
/
Geocoding
/
International
/
ReverseGeocode
/
v2.00
/
json6.ws
Geocoding_International_ReverseGeocode
curl --request GET \
  --url 'https://api.addressy.com/Geocoding/International/ReverseGeocode/v2.00/json6.ws?Key='
{
  "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.

Authorizations

Key
string
query
required

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

Success

Items
object[]