Florida Property API

Florida parcel geometry API

Retrieve Florida parcel boundaries served from PostGIS, returned alongside the records behind each parcel — owner, just & assessed values, use code, and recorded sales. One API for both the shape and the story of a Florida parcel.

Where Florida Property API is different

Florida Property API is not trying to be a nationwide property-data warehouse. It is built for Florida-specific workflows: parcel lookup, owner research, county-by-county tax-delinquency monitoring, and cross-referencing property records with Florida business entities. Geometry comes attached to owners, values, and sales — not as a standalone boundary layer.

  • Parcel boundary geometry stored and served from PostGIS for Florida parcels.
  • Each parcel carries owner, just & assessed values, use code, year built, and sales history.
  • Search by owner, site address, parcel ID, or county, then fetch geometry for matches.
  • Owner-name crosswalk to Florida business entities via the companion Florida Business API.

Florida use cases

Mapping

Render Florida parcel boundaries in your map and attach owner and value attributes from the same response.

Spatial screening

Combine parcel geometry with county-by-county delinquent-tax status for Florida investor screening.

Geo enrichment

Resolve a coordinate or address to a Florida parcel, its boundary, and its owner of record.

Example request

Search Florida parcels by county, then retrieve boundary geometry and records.

GET/v1/parcels/search?county=miami-dade
curl -H "Authorization: Bearer fpapi_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
     "https://api.floridapropertyapi.com/v1/parcels/search?county=miami-dade"

Self-serve pricing

Self-serve tiers begin with a free 1,000 calls/mo and scale up — no GIS enterprise license required to start.

See pricing →

Data coverage

Parcel and geometry coverage focuses on Florida counties, with owners, values, sales, and tax-delinquency data rolling out county by county.

Tax-delinquency coverage by county →

Florida Property API is an independent data platform and is not affiliated with the Florida Department of Revenue, any county property appraiser or tax collector, LienHub, RealAuction, TaxCertSale, or any government agency. Florida Property API is not a consumer reporting agency, the data is not a consumer report, and it may not be used for any purpose covered by the Fair Credit Reporting Act (FCRA) — including credit, insurance, employment, or tenant screening.

Ready to ship against Florida data?

See a sample response or read the docs, then start hitting the API with your test key. Free tier: 1,000 calls/mo.

Last updated: 2026-06-29