Skip to main content
GET
Location Search

Authorizations

Authorization
string
header
required

Provide your API key directly in the header.

Query Parameters

longitude
number<float>
required

The longitude coordinate of the center point for the search.

latitude
number<float>
required

The latitude coordinate of the center point for the search.

radius
number<float>
default:1

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

Required range: 0 <= x <= 2
limit
integer
default:10

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

Required range: 1 <= x <= 100
offset
integer
default:0

Number of records to skip. Defaults to 0.

Required range: x >= 0
residential
boolean

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

includeUnassignedAddress
boolean
default:false

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

properties
object[]

Array of properties found within the specified radius.

metadata
object