Skip to main content
GET
/
Geocoding
/
International
/
PositionToCountry
/
v1.00
/
json6.ws
Geocoding_International_PositionToCountry
curl --request GET \
  --url 'https://api.addressy.com/Geocoding/International/PositionToCountry/v1.00/json6.ws?Key='
{
  "Items": [
    {
      "CountryName": "",
      "CountryIso2": "",
      "CountryIso3": "",
      "CountryIsoNumber": ""
    }
  ]
}
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 latitude of the position to search against.

Longitude
number
required

The longitude of the position to search against.

Response

Success

Items
object[]