G

Google Address Validation

Published byGlavier
4/3/2025

The Address Validation API is a service that accepts an address. It identifies address components and validates them. It also standardizes the address for mailing and finds the best known latitude/longitude coordinates for it. Optionally, for addresses in the United States and Puerto Rico, you can enable the Coding Accuracy Support System (CASS™). Schema: { "address": { "regionCode": "string", "languageCode": "string", "postalCode": "string", "sortingCode": "string", "administrativeArea": "string", "locality": "string", "sublocality": "string", "addressLines": [ "string" ], "recipients": [ "string" ], "organization": "string" }, "previousResponseId": "string", "enableUspsCass": "boolean", "languageOptions": { "returnEnglishLatinAddress": "boolean" } }


Published on 2025-04-03 by @glavier.