Validate an address

This endpoint is intended for validating a single US address for tax calculation purposes. It will attempt to standardize the submitted address and return location details, including lattitude and longitude coordinates.

Each address submitted must include one of the following field combinations:

  • addressline1 + postalCode
  • addressline1 + city + state
  • freeformAddress
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The street line of the address, including the apartment, suite, or office number (if applicable).

string
string
required

City component of the address

string
required

State component of the address

string
required

Postal code component of the address (US and Canada only) Canada postal code must be uppercase, ex: S7R 1B7

string

Plus-four code for the postal code of the address (US only)

string

Country component of the address

string

Addresses that are not stored in a structured format or that have additional information, like company name, building names, etc. can be passed in the freeformAddress field. CereTax will attempt to parse and validate the address.

string
enum

Specify additional data elements to include in the response. Separate multiple values using a comma. Available value(s): metadata, alternatematch

Allowed:
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json