๐๏ธAddress Quality API (India Only)
Get quality scores & components for any address across India and filter out unreachable ones
Get Quality Information for an Address
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"addressComponents": [
{
"componentName": {
"languageCode": "en",
"text": "591"
},
"componentType": "house_no",
"confirmationLevel": "UNCONFIRMED"
},
{
"componentName": {
"languageCode": "en",
"text": "15th main road"
},
"componentType": "street",
"confirmationLevel": "CONFIRMED"
},
{
"componentName": {
"languageCode": "en",
"text": "sector 3"
},
"componentType": "sublocality",
"confirmationLevel": "CONFIRMED"
},
{
"componentName": {
"languageCode": "en",
"text": "hsr layout"
},
"componentType": "locality",
"confirmationLevel": "CONFIRMED"
},
{
"componentName": {
"languageCode": "en",
"text": "bangalore"
},
"componentType": "city",
"confirmationLevel": "CONFIRMED"
},
{
"componentName": {
"languageCode": "en",
"text": "560102"
},
"componentType": "pincode",
"confirmationLevel": "CONFIRMED"
}
],
"missing_components": [],
"verdict": {
"addressLength": 57,
"addressScore": 100,
"addressSyntactical": 1.0,
"inputGranularity": "house_no",
"multipleCityCount": 1,
"redundancyScore": 0.066,
"validationGranularity": "street"
}
},
"message": "success",
"status": 200
}Response Structure
Response Overview
Get your API key

Code Examples
Last updated
Was this helpful?