What address formats are supported?
The API handles standard US address formats including various abbreviations (St, Street, Ave, Avenue), different ordering, and common formatting variations.
Does it work with international addresses?
The API is optimized for US addresses. International address parsing may work for addresses following similar patterns, but results vary.
Can it handle apartment or unit numbers?
Yes, the parser recognizes secondary address units like Apt, Suite, Unit, and # designations.
What if the address is incomplete?
The API parses whatever information is available. Missing components will be null or omitted in the response.
Does this validate addresses?
This API parses addresses into components but does not verify if the address exists. Use with a geocoding or address validation service for verification.
How does it handle PO Boxes?
PO Box addresses are recognized and parsed appropriately with the box number extracted.