v1
latestOpenAPI 3.0.02026-07-26432882.9 KBArea Geometry Search
Search for parcels in a specific geographical area. This endpoint allows access to test all our premium matched datasets with applicable API token. Accepted formats vary from GeoJSON Feature Collection of geometries (Polygon, MultiPolygon, Point, MultiPoint, LineString and/or MultiLineString), or a Feature with a GeoJSON geometry or a direct GeoJSON geometry. Parameter 'geojson' takes priority if Lat/Long used in same request. These parameters also accept an optional radius parameter in meters to create a buffer around the given geometries. Note adding a radius can increase the overall area of the request reaching the area size limit per request.
Query parameters
A GeoJSON object with at least one geometry to filter results. The geometries can be no larger than 80 sq miles. Accepted GeoJSON formats are: FeatureCollection, Feature or geometry. Supported geometries: Polygon, MultiPolygon, Point, MultiPoint, LineString and MultiLineString. Variations of geometry types are allowed in a FeatureCollection.
(Default: 0, Maximum: 32000) Radius in meters for which all Parcel records will be returned if they are within the radius zone from latitude and longitude point.
ID from a previous query exceeding the limit, returns the next set of results up to limit.
Maximum number of Parcel Records to return.
Default true. Features are returned without geometry values. This reduces the payload size significantly if only field data is required.
Set to true to enable count of parcels in query.
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"
}
]
}
}