Address Verification
Standard Address Verification API.
Provides endpoints to verify and standardize addresses across US and Canada, supporting both structured and freeform inputs.
Note that this uses a different set of lookups than our international API.
Verify
Get Lookup Info
Get Autocomplete Previews
Autocomplete
Batch Verification
Suggest Addresses
Parse An Address
Lookup City Or State From Postal Or Zip Code
Lookup Zip Code From City Or State
ModelsExpand Collapse
class AddressVerificationVerifyResponse: …
data: Data
details: Optional[DataDetails]If you supply includeDetails=true as a query parameter, we will also populate an additional details field that follows the Address Details schema.
If you supply includeDetails=true as a query parameter, we will also populate an additional details field that follows the Address Details schema.
The post-direction of the street (after the street name, US addresses only)
The pre-direction of the street (before the street name, US addresses only)
4-character code assigned to mail delivery route within a 5 digit zip code
True if US address matches a high-rise default or rural route default in the USPS data
See USPS DPV
Y if this is a commercial mail receiving agency, N otherwise
See USPS DPV
See USPS DPV
See USPS DPV
See USPS DPV
See USPS DPV
geocode_result: Optional[DataGeocodeResult]If the geocode=true query parameter is supplied, the response will include a geocodeResult
which follows the Geocoding schema. You can request
this feature be enabled by emailing support@postgrid.com. This includes our verification, batch
verification, suggestions, and POST /completions endpoint. Note that you must supply country when
geocoding to get the result successfully.
If the geocode=true query parameter is supplied, the response will include a geocodeResult
which follows the Geocoding schema. You can request
this feature be enabled by emailing support@postgrid.com. This includes our verification, batch
verification, suggestions, and POST /completions endpoint. Note that you must supply country when
geocoding to get the result successfully.
A real number from 0.00 to 1.00 which represents an accuracy score
accuracy_type: Literal["rooftop", "point", "range_interpolation", 5 more]A string representing the accuracy type
A string representing the accuracy type
class AddressVerificationGetAutocompletePreviewsResponse: …
class AddressVerificationAutocompleteResponse: …
data: Data
class DataCompletedAddressItem: …
geocode_result: Optional[DataCompletedAddressItemGeocodeResult]Geocoding result. Only present when geocode=true is supplied and an index is specified.
Geocoding result. Only present when geocode=true is supplied and an index is specified.
A real number from 0.00 to 1.00 which represents an accuracy score
accuracy_type: Literal["rooftop", "point", "range_interpolation", 5 more]A string representing the accuracy type
A string representing the accuracy type
List[DataUnionMember1]
geocode_result: Optional[DataUnionMember1GeocodeResult]Geocoding result. Only present when geocode=true is supplied and an index is specified.
Geocoding result. Only present when geocode=true is supplied and an index is specified.
A real number from 0.00 to 1.00 which represents an accuracy score
accuracy_type: Literal["rooftop", "point", "range_interpolation", 5 more]A string representing the accuracy type
A string representing the accuracy type
class DataStandardVerifiedAddress: …
details: Optional[DataStandardVerifiedAddressDetails]If you supply includeDetails=true as a query parameter, we will also populate an additional details field that follows the Address Details schema.
If you supply includeDetails=true as a query parameter, we will also populate an additional details field that follows the Address Details schema.
The post-direction of the street (after the street name, US addresses only)
The pre-direction of the street (before the street name, US addresses only)
4-character code assigned to mail delivery route within a 5 digit zip code
True if US address matches a high-rise default or rural route default in the USPS data
See USPS DPV
Y if this is a commercial mail receiving agency, N otherwise
See USPS DPV
See USPS DPV
See USPS DPV
See USPS DPV
See USPS DPV
geocode_result: Optional[DataStandardVerifiedAddressGeocodeResult]If the geocode=true query parameter is supplied, the response will include a geocodeResult
which follows the Geocoding schema. You can request
this feature be enabled by emailing support@postgrid.com. This includes our verification, batch
verification, suggestions, and POST /completions endpoint. Note that you must supply country when
geocoding to get the result successfully.
If the geocode=true query parameter is supplied, the response will include a geocodeResult
which follows the Geocoding schema. You can request
this feature be enabled by emailing support@postgrid.com. This includes our verification, batch
verification, suggestions, and POST /completions endpoint. Note that you must supply country when
geocoding to get the result successfully.
A real number from 0.00 to 1.00 which represents an accuracy score
accuracy_type: Literal["rooftop", "point", "range_interpolation", 5 more]A string representing the accuracy type
A string representing the accuracy type
class AddressVerificationBatchVerificationResponse: …
data: Data
results: List[DataResult]
verified_address: Optional[DataResultVerifiedAddress]The verified address result. Present when verification succeeded.
The verified address result. Present when verification succeeded.
details: Optional[DataResultVerifiedAddressDetails]If you supply includeDetails=true as a query parameter, we will also populate an additional details field that follows the Address Details schema.
If you supply includeDetails=true as a query parameter, we will also populate an additional details field that follows the Address Details schema.
The post-direction of the street (after the street name, US addresses only)
The pre-direction of the street (before the street name, US addresses only)
4-character code assigned to mail delivery route within a 5 digit zip code
True if US address matches a high-rise default or rural route default in the USPS data
See USPS DPV
Y if this is a commercial mail receiving agency, N otherwise
See USPS DPV
See USPS DPV
See USPS DPV
See USPS DPV
See USPS DPV
geocode_result: Optional[DataResultVerifiedAddressGeocodeResult]If the geocode=true query parameter is supplied, the response will include a geocodeResult
which follows the Geocoding schema. You can request
this feature be enabled by emailing support@postgrid.com. This includes our verification, batch
verification, suggestions, and POST /completions endpoint. Note that you must supply country when
geocoding to get the result successfully.
If the geocode=true query parameter is supplied, the response will include a geocodeResult
which follows the Geocoding schema. You can request
this feature be enabled by emailing support@postgrid.com. This includes our verification, batch
verification, suggestions, and POST /completions endpoint. Note that you must supply country when
geocoding to get the result successfully.
A real number from 0.00 to 1.00 which represents an accuracy score
accuracy_type: Literal["rooftop", "point", "range_interpolation", 5 more]A string representing the accuracy type
A string representing the accuracy type
class AddressVerificationSuggestAddressesResponse: …
data: List[Data]
details: Optional[DataDetails]If you supply includeDetails=true as a query parameter, we will also populate an additional details field that follows the Address Details schema.
If you supply includeDetails=true as a query parameter, we will also populate an additional details field that follows the Address Details schema.
The post-direction of the street (after the street name, US addresses only)
The pre-direction of the street (before the street name, US addresses only)
4-character code assigned to mail delivery route within a 5 digit zip code
True if US address matches a high-rise default or rural route default in the USPS data
See USPS DPV
Y if this is a commercial mail receiving agency, N otherwise
See USPS DPV
See USPS DPV
See USPS DPV
See USPS DPV
See USPS DPV
geocode_result: Optional[DataGeocodeResult]If the geocode=true query parameter is supplied, the response will include a geocodeResult
which follows the Geocoding schema. You can request
this feature be enabled by emailing support@postgrid.com. This includes our verification, batch
verification, suggestions, and POST /completions endpoint. Note that you must supply country when
geocoding to get the result successfully.
If the geocode=true query parameter is supplied, the response will include a geocodeResult
which follows the Geocoding schema. You can request
this feature be enabled by emailing support@postgrid.com. This includes our verification, batch
verification, suggestions, and POST /completions endpoint. Note that you must supply country when
geocoding to get the result successfully.
A real number from 0.00 to 1.00 which represents an accuracy score
accuracy_type: Literal["rooftop", "point", "range_interpolation", 5 more]A string representing the accuracy type
A string representing the accuracy type