Skip to main content
GET
Get Property By Point

Enrichments

Every property carries the county tax assessor record as top-level sections: ownership, situs_address, valuation_current, transfers, buildings, taxes and more. No flag required. See Data fields. Set include_buildings=true to also attach ORNL footprint geometry as building_footprints.
building_footprints is omitted unless include_buildings=true. It has nothing to do with buildings, which is the assessor’s per-structure detail.

Response

Every endpoint returns the same object. The Property model has the full field reference: tax assessor sections, parcel geometry, and enrichments.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

lat
number
required

Latitude

Required range: -90 <= x <= 90
lng
number
required

Longitude

Required range: -180 <= x <= 180
include_buildings
boolean
default:false

Include building footprints for each property

Response

Successful Response

A Property object. See the Property model for the full response shape — tax assessor sections, parcel geometry, and enrichment fields.