Florida property records API
A REST API for Florida property records — search parcels by owner, site address, or parcel ID and retrieve owners, just & assessed values, use codes, year built, and recorded sales, all in envelope-shaped JSON.
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. The API is the product — query it from your own code, pipelines, or AI agent.
- Search across Florida counties with pg_trgm fuzzy ranking over owner, site address, and parcel ID.
- Retrieve full parcel detail — owner, mailing/site address, just & assessed values, use codes, year built.
- Pull recorded deed transfers from the sales endpoint and delinquent-tax / certificate status where covered.
- Cross-reference an owner name to Florida business entities via the companion Florida Business API.
Florida use cases
Diligence & title
Confirm owner of record, assessed value, and sales history for a Florida parcel before you act.
Lead enrichment
Enrich a Florida address with owner and value data inside your CRM or outreach workflow.
Valuation models
Feed parcel, value, and sales data into Florida valuation and comp models programmatically.
Example request
One curl call returns ranked Florida property records as structured JSON.
curl -H "Authorization: Bearer fpapi_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
"https://api.floridapropertyapi.com/v1/parcels/search?owner=northwest+holdings"Self-serve pricing
Start free with 1,000 API calls per month and move to a self-serve paid tier as your volume grows — no sales call required.
See pricing →Data coverage
Parcel, owner, value, and sales coverage spans Florida counties, with 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