Designed for geocoding and address validation, it is a vital tool that facilitates seamless interaction with geographic data. This API not only simplifies the complexities of address handling, but also improves the overall efficiency of data-driven applications.
In essence, the Address Checker API transforms human-readable addresses into precise geographic coordinates, including latitude and longitude. This transformation is essential for mapping applications, location-based services and any system that requires knowledge of physical locations. The geocoding process consists of breaking an address into its constituent parts - street number, street name, city, state and zip code - and using this information to identify the corresponding geographic coordinates. By providing a systematic approach to this conversion, the API allows users to effortlessly integrate location services into their applications.
In conclusion, the Address Checker API is an invaluable asset for any user looking to leverage geographic data effectively. By streamlining geocoding and address validation processes, the API not only improves operational efficiency, but also enables the delivery of personalized location-based services. As the demand for accurate and reliable location data grows, this API stands as an essential component in the modern developer's toolkit, enabling them to create innovative solutions that meet the needs of users in an increasingly dynamic world.
To use this endpoint you must indicate a region code, a locality and an addressLines in the parameters.
For example:
{
“address": {
“regionCode": ‘US’,
“locality": ‘Mountain View’,
“addressLines“: [”1600 Amphitheatre Pkwy"]
}
}
Global Postal Code - Endpoint Features
| Object | Description |
|---|---|
Request Body |
[Required] Json |
{
"result": {
"verdict": {
"inputGranularity": "PREMISE",
"validationGranularity": "PREMISE",
"geocodeGranularity": "PREMISE",
"addressComplete": true,
"hasInferredComponents": true
},
"address": {
"formattedAddress": "1600 Amphitheatre Parkway, Mountain View, CA 94043-1351, USA",
"postalAddress": {
"regionCode": "US",
"languageCode": "en",
"postalCode": "94043-1351",
"administrativeArea": "CA",
"locality": "Mountain View",
"addressLines": [
"1600 Amphitheatre Pkwy"
]
},
"addressComponents": [
{
"componentName": {
"text": "1600"
},
"componentType": "street_number",
"confirmationLevel": "CONFIRMED"
},
{
"componentName": {
"text": "Amphitheatre Parkway",
"languageCode": "en"
},
"componentType": "route",
"confirmationLevel": "CONFIRMED"
},
{
"componentName": {
"text": "Mountain View",
"languageCode": "en"
},
"componentType": "locality",
"confirmationLevel": "CONFIRMED"
},
{
"componentName": {
"text": "USA",
"languageCode": "en"
},
"componentType": "country",
"confirmationLevel": "CONFIRMED"
},
{
"componentName": {
"text": "94043"
},
"componentType": "postal_code",
"confirmationLevel": "CONFIRMED",
"inferred": true
},
{
"componentName": {
"text": "CA",
"languageCode": "en"
},
"componentType": "administrative_area_level_1",
"confirmationLevel": "CONFIRMED",
"inferred": true
},
{
"componentName": {
"text": "1351"
},
"componentType": "postal_code_suffix",
"confirmationLevel": "CONFIRMED",
"inferred": true
}
]
},
"geocode": {
"location": {
"latitude": 37.4225078,
"longitude": -122.0847365
},
"plusCode": {
"globalCode": "849VCWF8+24"
},
"bounds": {
"low": {
"latitude": 37.4225078,
"longitude": -122.0847365
},
"high": {
"latitude": 37.4225078,
"longitude": -122.0847365
}
},
"placeId": "ChIJF4Yf2Ry7j4AR__1AkytDyAE",
"placeTypes": [
"street_address"
]
},
"metadata": {
"business": true,
"residential": false
},
"uspsData": {
"standardizedAddress": {
"firstAddressLine": "1600 AMPHITHEATRE PKWY",
"cityStateZipAddressLine": "MOUNTAIN VIEW CA 94043-1351",
"city": "MOUNTAIN VIEW",
"state": "CA",
"zipCode": "94043",
"zipCodeExtension": "1351"
},
"deliveryPointCode": "00",
"deliveryPointCheckDigit": "0",
"dpvConfirmation": "Y",
"dpvFootnote": "AABB",
"dpvCmra": "N",
"dpvVacant": "N",
"dpvNoStat": "Y",
"carrierRouteIndicator": "D",
"postOfficeCity": "MOUNTAIN VIEW",
"postOfficeState": "CA",
"fipsCountyCode": "085",
"county": "SANTA CLARA",
"elotNumber": "0103",
"elotFlag": "A",
"addressRecordType": "S",
"dpvNoStatReasonCode": 5,
"dpvDrop": "N",
"dpvThrowback": "N",
"dpvNonDeliveryDays": "N",
"dpvNoSecureLocation": "N",
"dpvPbsa": "N",
"dpvDoorNotAccessible": "N",
"dpvEnhancedDeliveryCode": "Y"
}
},
"responseId": "99cc6092-16f5-40ec-b7d0-ff279326eb81"
}
curl --location --request POST 'https://zylalabs.com/api/5132/address+checker+api/6555/global+postal+code' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"address": {
"regionCode": "US",
"locality": "Mountain View",
"addressLines": ["1600 Amphitheatre Pkwy"]
}
}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
To use this API, users must enter a region code, a locality and an address.
There are different plans suits everyone including a free trial for small amount of requests, but it’s rate is limit to prevent abuse of the service.
The Address Checker API verifies and validates addresses, ensuring accuracy for location-based services and improving data quality for businesses.
The API receives a region code, locality, and address as input, and it provides a validated and formatted address along with geographic coordinates (latitude and longitude) as output.
Besides the number of API calls per month, there are no other limitations.
The API returns validated address information, including formatted addresses, postal details, and geographic coordinates (latitude and longitude). It also provides granularity levels for input and validation, indicating the completeness of the address.
Key fields include "formattedAddress," "postalAddress" (with components like "postalCode" and "administrativeArea"), and "addressComponents" that detail individual parts of the address, such as street number and route.
The response is structured in a JSON format, with a "result" object containing "verdict" for validation details and "address" for formatted and componentized address information, making it easy to parse and utilize.
The endpoint requires parameters such as "regionCode," "locality," and "addressLines." Users can customize requests by specifying different localities and address formats to retrieve tailored results.
The endpoint provides comprehensive address validation, geocoding details, and geographic coordinates. It also includes information on address completeness and inferred components for enhanced accuracy.
Data accuracy is maintained through continuous updates from reliable geographic databases and validation processes that confirm the correctness of address components before returning results.
Typical use cases include integrating location services in applications, enhancing delivery systems, and improving customer data quality for businesses that rely on accurate address information.
Users can leverage the formatted address for display purposes, utilize geographic coordinates for mapping, and analyze address components for data validation and cleansing in their applications.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
224ms
Service Level:
100%
Response Time:
6,712ms
Service Level:
100%
Response Time:
7,606ms
Service Level:
100%
Response Time:
99ms
Service Level:
100%
Response Time:
199ms
Service Level:
100%
Response Time:
63ms
Service Level:
100%
Response Time:
1,452ms
Service Level:
100%
Response Time:
371ms
Service Level:
100%
Response Time:
863ms
Service Level:
100%
Response Time:
1,241ms
Service Level:
100%
Response Time:
4,305ms
Service Level:
100%
Response Time:
260ms
Service Level:
100%
Response Time:
6,952ms
Service Level:
100%
Response Time:
4,101ms
Service Level:
100%
Response Time:
854ms
Service Level:
100%
Response Time:
5,453ms
Service Level:
100%
Response Time:
639ms
Service Level:
100%
Response Time:
4,627ms
Service Level:
100%
Response Time:
436ms
Service Level:
100%
Response Time:
531ms