GET
/
Geocoding
/
International
/
PositionToCountry
/
v1.00
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/Geocoding/International/PositionToCountry/v1.00/json6.ws
{
"Items": [
{
"CountryName": "",
"CountryIso2": "",
"CountryIso3": "",
"CountryIsoNumber": ""
}
]
}
This method will consume credit.

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

200
application/json

Success

The response is of type object.