Address Parser Response - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

A request to the Address Parser Service Rest endpoint returns a list of results. Not every field will be returned with a result.

Request Parameters

The below table lists the response parameters for Address Parser Service:

Table 1.
Field Type Description
errorMessage String Error message: The error message returned from the service with an error code.
status Status Status of the response.
results <Result array> List of results based on the specified criteria.
Below are the Response fields returned:
Table 2.
Field Type Description
addressNumber String House of building number

1700

street String Street name

district ave

admin1 String Specifies the geographic area like: state

ma

city String Specifies the geographic area like: city

burlington

suburb String Specifies the geographic area like: suburb
postalCode String Main postal code

98233

placeName String If applicable, represents the name of the candidate's place or building
floor String Each level within a building
unit String The unit number

#300

Below is a sample Response for Address Parser:
{
"response": {
        "status":"OK",
        "address": {
            "addressNumber":"1-7-1",
            "city":"tokyo",
            "city_district":"minato-ku",
            "country":"japan",
            "postalCode":"108-0075",
            "suburb":"konan"
        }
}
}