v1
latestOpenAPI 3.0.02026-07-26432882.9 KBAddress Search
This endpoint delivers parcels using an address within the United States and Puerto Rico. There can be multiple locations within the United States and Puerto Rico with similar addresses and therefore we suggest specifying the location within a State, County and/or City by using the path parameter.
Query parameters
A street address or partial address, starting at the beginning
Represents the path for the /country/state/county. This restricts the search to this area.
Maximum number of Parcel Records to return.
Default false. A true value allows county-specific fields to be passed through beyond standard schema fields only.
Default false. A true value shows the naming convention for each standardized schema field.
Default true. A false value returns the first parcel if geometries are identical.
Set to false to disable zoning data in the response. Default is true when supported by the account.
Set to false to disable building footprint data in the response. Default is true when supported by the account.
Set to false to matched addresses data in the response. Default is true when supported by the account.
Set to false to disable enhanced ownership data in the response. Default is true when supported by the account.
Response
A list of parcel features. When supported by the account with buildings array and addresses property
Example response
{
"parcels": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"score": 86.75966
}
}
]
},
"buildings": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature"
}
]
},
"zoning": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature"
}
]
}
}