About this endpoint
What it does
Parses and normalizes an address from the address_line query parameter, with an optional country_code hint. The response returns a structured JSON object containing the original address, parsed address components, and attribution information, making it suitable for address validation, standardization, and downstream processing.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| address_line | String | Yes | Address text to parse and normalize. Minimum length: 3 characters. |
| country_code | String | No | Optional country code hint. When provided, it must be a 2-character string. |
Response
Returns a JSON object containing structured address components derived from the input address, along with supporting metadata for reliable storage, validation, and downstream address processing.