Intl Address Verification
International Address Verification API.
Provides endpoints to verify and standardize international addresses, supporting both structured and freeform inputs.
Verify
Batch Verification
Get Autocomplete Previews
Get Autocomplete Advanced Previews
Autocomplete
ModelsExpand Collapse
IntlAddressVerificationVerifyResponse object { data, message, status }
data: object { city, country, line1, 13 more } The result of a verified international address.
The result of a verified international address.
details: optional object { building, buildingType, cityName, 30 more } Additional details about the verified address, such as premise, thoroughfare, and locality.
Additional details about the verified address, such as premise, thoroughfare, and locality.
geoData: optional object { geoAccuracy, latitude, longitude } Geocoding result for the verified address.
Geocoding result for the verified address.
IntlAddressVerificationBatchVerificationResponse object { data, message, status }
data: object { results }
results: array of object { error, verifiedAddress }
verifiedAddress: optional object { city, country, line1, 13 more } The result of a verified international address.
The result of a verified international address.
details: optional object { building, buildingType, cityName, 30 more } Additional details about the verified address, such as premise, thoroughfare, and locality.
Additional details about the verified address, such as premise, thoroughfare, and locality.
geoData: optional object { geoAccuracy, latitude, longitude } Geocoding result for the verified address.
Geocoding result for the verified address.
IntlAddressVerificationGetAutocompletePreviewsResponse object { data, message, status }
data: array of object { id, description, error, 3 more }
The unique identifier for this result. If the result is a fully resolvable
address (type is Address), pass this to POST /completions to retrieve
the full address. Otherwise, pass it as the container query parameter to
GET /completions to drill down further.
IntlAddressVerificationGetAutocompleteAdvancedPreviewsResponse object { data, message, status }
data: array of object { id, description, error, 3 more }
The unique identifier for this result. If the result is a fully resolvable
address (type is Address), pass this to POST /completions to retrieve
the full address. Otherwise, pass it as the container query parameter to
GET /completions to drill down further.
IntlAddressVerificationAutocompleteResponse object { data, message, status }
data: object { building, city, company, 12 more } or object { city, country, line1, 13 more } A fully resolved international address returned by POST /completions.
A fully resolved international address returned by POST /completions.
IntlAddressCompletion object { building, city, company, 12 more } A fully resolved international address returned by POST /completions.
A fully resolved international address returned by POST /completions.
VerifiedAddress object { city, country, line1, 13 more } The result of a verified international address.
The result of a verified international address.
details: optional object { building, buildingType, cityName, 30 more } Additional details about the verified address, such as premise, thoroughfare, and locality.
Additional details about the verified address, such as premise, thoroughfare, and locality.
geoData: optional object { geoAccuracy, latitude, longitude } Geocoding result for the verified address.
Geocoding result for the verified address.