v1
latestOpenAPI 3.0.02026-07-26432882.9 KBAddress Typeahead
Typeahead
This endpoint delivers a full address lookup and validation with corresponding unique identifier for each parcel based on matching the query. This is a Regrid Enterprise product. Attention API Trial Token Users: Data is restricted to 7 counties. Please only use data from one of the restricted counties.
get/parcels/typeahead
Query parameters
querystring required
A street address or partial address, starting at the beginning
Response
A list of parcel features. When supported by the account with buildings array and addresses property
Example response
{
"parcel_centroids": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"score": 86.75966
}
}
]
}
}