v1

latestOpenAPI 3.1.02026-07-265018.6 KB
Property

Location Search

Search by latitude/longitude with an optional radius in miles. By default, nearby searches exclude parcels without assigned addresses unless you explicitly set includeUnassignedAddress=true.

get/public/property/location/

Query parameters

longitudenumber float required

The longitude coordinate of the center point for the search.

latitudenumber float required

The latitude coordinate of the center point for the search.

radiusnumber float

The radius in miles to search from the center point. Maximum value is 2 miles.

limitinteger

Maximum number of results to return. Defaults to 10, maximum is 100.

offsetinteger

Number of records to skip. Defaults to 0.

residentialboolean

Filter for residential properties only. If true, returns only residential properties. If false, returns only non-residential properties.

includeUnassignedAddressboolean

If true, include nearby parcels that do not yet have an assigned address. By default, null or blank addresses are excluded.

Response

Properties found successfully

propertiesobject[]

Array of properties found within the specified radius.