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
class IntlAddressVerificationVerifyResponse: …
data: DataThe result of a verified international address.
The result of a verified international address.
details: Optional[DataDetails]Additional details about the verified address, such as premise, thoroughfare, and locality.
Additional details about the verified address, such as premise, thoroughfare, and locality.
class IntlAddressVerificationBatchVerificationResponse: …
data: Data
results: List[DataResult]
verified_address: Optional[DataResultVerifiedAddress]The result of a verified international address.
The result of a verified international address.
details: Optional[DataResultVerifiedAddressDetails]Additional details about the verified address, such as premise, thoroughfare, and locality.
Additional details about the verified address, such as premise, thoroughfare, and locality.
class IntlAddressVerificationGetAutocompletePreviewsResponse: …
data: List[Data]
The unique identifier for this result. Pass this to POST /completions
to retrieve the full address. If the type is Container, pass it as
the container parameter to GET /completions to drill down further.
class IntlAddressVerificationGetAutocompleteAdvancedPreviewsResponse: …
data: List[Data]
The unique identifier for this result. Pass this to POST /completions
to retrieve the full address. If the type is Container, pass it as
the container parameter to GET /completions to drill down further.
class IntlAddressVerificationAutocompleteResponse: …
data: DataA fully resolved international address returned by POST /completions.
A fully resolved international address returned by POST /completions.
class DataIntlAddressCompletion: …A fully resolved international address returned by POST /completions.
A fully resolved international address returned by POST /completions.
class DataVerifiedAddress: …The result of a verified international address.
The result of a verified international address.
details: Optional[DataVerifiedAddressDetails]Additional details about the verified address, such as premise, thoroughfare, and locality.
Additional details about the verified address, such as premise, thoroughfare, and locality.