Skip to main content
POST
Area Search

Tax assessor data

Every property carries the county tax assessor record as top-level sections: ownership, valuation_current, transfers, buildings, taxes and more. No flag required. See Data fields for the full field reference.

Building footprints

Set include_buildings: true in the request body to attach ORNL footprint geometry as a building_footprints array. This is distinct from buildings, which is the assessor’s per-structure construction detail. The building_footprints key is omitted entirely when include_buildings is false (the default).

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.

Body

application/json
type
string
required
Allowed value: "FeatureCollection"
features
PolygonFeature · object[]
required
limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
include_buildings
boolean
default:false

Response

Successful Response

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