Florida Property API

A Florida property data API as a MapWise alternative

MapWise is a long-standing Florida mapping and property-data product. Florida Property API covers the same state with a developer-first REST API, self-serve sign-up, and a crosswalk to Florida business entities — built for code, pipelines, and AI agents rather than a desktop map viewer.

Who MapWise is good for

MapWise is a good fit for Florida real estate agents, appraisers, and analysts who want an interactive mapping interface — drawing on a map, viewing parcels visually, and exporting lists from a point-and-click web product. If your workflow lives inside a map UI, that visual experience is its strength.

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 — all through a clean REST API you call from your own code.

  • Developer-first REST API with Bearer-token auth and envelope-shaped JSON — not a map viewer.
  • Self-serve sign-up and a free tier; no sales call to start building.
  • County-by-county tax-delinquency and tax-certificate data alongside parcels, owners, values, and sales.
  • Owner-name crosswalk to Florida business entities via the companion Florida Business API.

Florida use cases

Owner research

Resolve a Florida parcel back to its owner of record, then pivot to mailing address, sales history, and related parcels.

Delinquency monitoring

Track delinquent-tax and certificate status by county for diligence and tax-lien investor workflows.

Internal tools

Embed Florida parcel + owner lookups directly in your CRM, underwriting tool, or AI agent via the API.

Example request

One curl call, one Bearer token — search Florida parcels by county, owner, or address.

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

Self-serve pricing

Start free with 1,000 API calls per month, then move to a self-serve paid tier as your volume grows. No enterprise contract required to begin.

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