Skip to main content
endpoint
/api/v1/properties
Retrieve a paginated list of properties with optional filtering.

Query Parameters

string
Restricts the resulting properties to those associated with the parcel with the given parcelId. Cannot be used together with geometry.
enum
Accepts true or false. Controls visibility filtering. Omitting returns both public and private properties.
number
Positive, non-zero integer for pagination. See Pagination.
string
URI-encoded GeoJSON Polygon geometry to filter properties by spatial intersection. Only properties whose coordinates fall within the polygon will be returned. Cannot be used together with parcelId.
Example GeoJSON Polygon

Response

array
Array of property objects (up to 25 per page)
object
Pagination information. See Pagination.
array
Array of error objects. See Errors.