Standard API

Parses a freeform address string into its individual components (house number, street name, city, state, postal code, etc.).

Useful for extracting structured data from a single-line address without running a full verification.

  • Uses 1 lookup.
post/v1/addver/parses

Request body

addressstring required

The address you want to verify, written on a single line.

Response

The request has succeeded.

status'success' | 'error' required
messagestring required

Changes

Changed in 1 of the 7 revisions of this API.1