GET
/
Geocoding
/
International
/
Geocode
/
v1.10
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/Geocoding/International/Geocode/v1.10/json6.ws
{
"Items": [
{
"Name": "90210",
"Latitude": "34.1075",
"Longitude": "-118.4165"
}
]
}
This method will consume credit.

Query Parameters

Key
string
required

The key to use to authenticate to the service.

Country
string
required

The name or ISO 2 or 3 character code for the country to search in. Most country names will be recognised but the use of the ISO country code is recommended for clarity.

Location
string
required

The location to geocode. This can be a postal code or place name.

Response

200
application/json

Success

The response is of type object.