Florida Tax Certificate API Docs
Developer documentation for the Florida Tax Certificate API REST endpoints, authentication, rate limits, and the MCP server.
Welcome to the Florida Tax Certificate API documentation.
Florida Tax Certificate API is an independent data platform and is not affiliated with the Florida Department of Revenue (FDOR), any county tax collector or clerk of court, LienHub, RealAuction / RealTaxLien, TaxCertSale, or any government agency. We mirror, normalize, and index public-records data — county tax-collector delinquency rolls and certificate-sale (tax-lien auction) feeds across all 67 Florida counties — and serve it through a stable REST + MCP surface so you do not have to scrape 67 separate county systems yourself.
Start Here
- Authentication — API key format, header conventions, key prefixes (
fltc_live_.../fltc_test_...), and how to get a key from the account page. - Errors — Standard error envelope, HTTP status codes, and special codes (
rest_disabled, JSON-RPC-32004). - Rate Limits — Per-tier monthly quotas, requests-per-minute, and the
RateLimit-*response headers. - Billing — Subscriptions, credit packs, overage billing at $5 per 1K credits, and how to find your balance.
- MCP for AI Agents — Connect Claude, Cursor, or any MCP-compatible agent to live Florida tax-certificate data. MCP is bundled with every paid plan (shared credit bucket); a standalone $5 MCP Starter add-on exists for MCP-only workflows.
- Webhooks — Webhook delivery format and HMAC signing (planned v2 shape).
Endpoints
All endpoints live under https://fltaxcerts.com/api/v1. Every request returns the standard { data, pagination, meta } envelope, where meta carries a request_id and the dataset_status.
Certificates
- Search Certificates —
GET /api/v1/certificates/search— tax certificates by county, status, tax year, holder, vendor, face-amount range, sale-date range, and redemption flag. - Get Certificate —
GET /api/v1/certificates/{id}— full certificate record, including bid rate, holder, redemption, and tax-deed-application state. - Certificates by Parcel —
GET /api/v1/certificates/by-parcel— every certificate tied to one parcel (empty list, never 404, on a coverage gap). - Certificate Counts —
GET /api/v1/certificates/counts— grouped status counts, scopable by county + tax year. - Field Dictionary —
GET /api/v1/certificates/fields— every certificate field, its type, and (for enums) its allowed values.
Auctions, Holders & Lands Available
- Search Certificate Sales —
GET /api/v1/certificate-sales/search— annual county certificate-sale (tax-lien auction) summaries: date, vendor, volume, face value, and average bid rate. - Search Holders —
GET /api/v1/holders/searchandGET /api/v1/holders/{id}— the certificate holder / fund directory: portfolio size, outstanding face value, and county footprint. - Search Lands Available —
GET /api/v1/lands-available/search— certificates struck to the county after an unsold tax-deed sale ("lands available for taxes").
Reference & Account
- Sources —
GET /api/v1/sourcesandGET /api/v1/sources/{county}— the per-county delinquency / certificate-sale feed registry, with vendor, sale URL, and freshness. - Counties —
GET /api/v1/counties— all 67 counties with their tax-collector URL, certificate-sale vendor + URL, and certificate counts. - Account Usage —
GET /api/v1/account/usage— current month consumption against your plan quota.
A Tax Certificate Is a Lien, Not the Property
A Florida tax certificate is a first lien against a parcel for unpaid ad-valorem taxes — it is not ownership of the property and does not convey title. The holder earns interest when the certificate is redeemed, and may apply for a tax deed after two years. Use these records to research liens, auctions, and redemption status — not to claim or transfer property. For the underlying parcel, owner, and valuation detail, cross-reference floridapropertyapi.com; every certificate record carries a parcel_url deep link.
FCRA Disclaimer
Florida Tax Certificate API data is not a consumer report as defined by the Fair Credit Reporting Act (15 U.S.C. § 1681). You may not use it to make decisions about credit, employment, insurance, housing, or any other purpose covered by the FCRA. See /legal/terms for the full acceptable-use policy.