Single Address Parser - 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

This section describes how to get parsed address elements for a single address using the Address Parser service. You may want to try it out with a Free Trial Account.

This method will consume credits.

HTTP Request
  • URL Composition
  • Supported Methods: POST only
  • Rate Limit (Transactions per second): 200
  • Summary: Parses a single line address into its components.
  • Input Fields Each request to the API service requires parameters listed below.

The data should be encoded as a JSON array where each element in the array is a JSON object with field names identical to those in the input/output fields listed here.

Table 1.

Parameter

Description
X-Request-Id (optional) A unique identifier for the request for easier troubleshooting.

This is a sample request with an address request to Address Parser Service:

Schema
 {
  "address": "string"
}
Example
 {
  "address": "1700 district ave #300 burlington, ma"
}