Properties
Point lookup
Find the properties whose parcel geometry contains a lat/lng point.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Latitude
Required range:
-90 <= x <= 90Longitude
Required range:
-180 <= x <= 180Include 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.