v1
latestOpenAPI 3.0.02026-07-26432882.9 KBSample Use Case - Polygon Area, Land Use Code and Land Value
Locate all the residential properties in a polygon area where the land value is greater or equal to $100,000. Attention API Trial Token Users: Data is restricted to 7 counties. Please only use data from one of the restricted counties.
Query parameters
Geographic data structure for Polygon. Can use Point and Multipoint in combination with radius in a separate request.
You can look up all of our land base use codes here.
Using parcel land value field.
ID from a previous query exceeding the limit, returns the next set of results up to limit.
Maximum number of Parcel Records to return.
Represents the path for the /country/state/county. This restricts the search to this area.
Set to true to enable count of parcels in query.
Default true. Features are returned without geometry values. This reduces the payload size significantly if only field data is required.
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"
}
]
}
}