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.
{
"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.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key 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.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
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. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
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.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
224ms
Service Level:
100%
Response Time:
7,635ms
Service Level:
100%
Response Time:
6,712ms
Service Level:
100%
Response Time:
96ms
Service Level:
100%
Response Time:
199ms
Service Level:
100%
Response Time:
362ms
Service Level:
100%
Response Time:
396ms
Service Level:
100%
Response Time:
1,452ms
Service Level:
100%
Response Time:
863ms
Service Level:
100%
Response Time:
1,241ms