Skip to main content

Prerequisites


Step 1: Get your API key

  1. Log in to the dashboard.
  2. Navigate to API Keys in the sidebar.
  3. Click Create key, give it a name, and copy the key.

Step 2: Find parcels in an area

Call POST /parcels/area with a GeoJSON FeatureCollection. BPD returns a bpd_uuids array of every parcel whose geometry intersects your polygon.

Step 3: Fetch parcel records

Pass the UUIDs from Step 2 to POST /parcels/query using the in operator. One call returns all records.

Next steps

Query reference

All queryable fields and operators

Coverage

Nationwide coverage stats and gaps

Data fields

Full data dictionary

Flat files

Bulk data delivery for high-volume use cases