Prerequisites
- An account. Sign up if you don’t have one.
- An API key. See Authentication for how to create one.
Step 1: Get your API key
- Log in to the dashboard.
- Navigate to API Keys in the sidebar.
- Click Create key, give it a name, and copy the key.
Step 2: Find parcels in an area
CallPOST /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 toPOST /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