Clean REST API
JSON envelopes, versioned at /api/v1, full OpenAPI 3.1 spec. No surprises, no hidden pagination tricks.
Search Florida parcels, owners, assessed values, sales, and tax delinquencies through one REST API. The production index is currently loading from county property appraiser and tax-collector data; docs and sample API responses are available now.
Updated regularly ·
Sample API responses, docs, and onboarding are available now. Live search results will expand as indexing completes — no redeploy needed.See data coverage →
curl https://api.floridapropertyapi.com/v1/parcels/search?query=miami&limit=3
// 200 OK
{
"data": [
{
"parcel_id": "30-3122-001-0010",
"owner_name": "SMITH JOHN A",
"site_address_full": "123 BISCAYNE BLVD",
"just_value": 485000
}
],
"total": 3
}Returns ranked results in ~12 ms.
Built for
JSON envelopes, versioned at /api/v1, full OpenAPI 3.1 spec. No surprises, no hidden pagination tricks.
Auto-imported from county property appraiser and tax-collector feeds so your data tracks the source of record.
Fuzzy-ranked across owner name, site address, and parcel ID. Find every parcel tied to an owner in one query.
Webhooks fire on new matches against your saved filters. Shipping in v1.1.
Bulk export on every paid plan. No per-row metering, no extra tier just to download what you queried.
Filter parcels by county, use code, just/assessed value, sale date, and tax-delinquency status. Pipe straight into your model.
Screen Florida parcels by value, last sale, and tax-delinquency status to build deal pipelines without scraping county sites.
Pull owner of record, site address, sales history, and lien/certificate status for diligence and title work.
Build apps on top of normalized Florida property data — parcels, sales, and tax delinquencies — with one REST API.
Compliant uses
Florida Property API is not a consumer reporting agency. The data is sourced from county property appraiser and tax-collector public records and is intended for workflows like these:
Out of scope: credit, insurance underwriting, employment screening, tenant screening, and any other FCRA-covered permissible purpose. See the FCRA notice for the full prohibited-uses list.
500 trial credits, 7-day full access (no credit card). After day 7 your balance caps at 100 — upgrade anytime to remove the cap.