G

Google Address Validation

Published byGlavier
4/3/2025

Endpoints

1

Ungrouped Endpoints
1

What is the Google Address Validation API?

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" } }

Google Address Validation API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.

Google Address Validation API endpoints

  • POST/validateAddress

    Validate Address

    Validates an address.