Address

Address is a collection of address related endpoints.

Hint

The Hint endpoint returns information about a geocoding address that could not be successfully processed with our Geocode endpoint. This information includes all geocoding results that are considered to be "close" to the original address.

SecuritybasicAuth
Request
Request Body schema: application/json
address
string

Full address.

countryCode
required
string

Alpha-2 code of the country.

Enum: "AT" "BE" "CZ" "DE" "DK" "ES" "FI" "FR" "GB" "HR" "HU" "IE" "IT" "LU" "NL" "PL" "PT" "RO" "SK" "SM" "US" "VA" "CA"
Responses
200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

post/api/v1/address/hints
Request samples
application/json
{
  • "address": "Viaaaa 20 Settembre, 196/R 16121 Genova",
  • "countryCode": "IT"
}
Response samples
application/json
{
  • "normalization": {
    },
  • "bbox": [
    ],
  • "items": [
    ]
}