Florida Business API

Changelog

Shipped changes to Florida Business API — endpoints, schema, billing, and docs.

This page mirrors /changelog with stable anchor IDs for deep-linking from release notes and AI-agent context windows.

2026-06-29 — 10/10 product audit pass

  • New canonical metrics module (src/lib/dataset/metrics.ts) — every public surface now reads counts from one place. No more contradictory numbers between hero, status, and data-coverage.
  • New <CoverageBadge> component — explicit Live / Partial / Loading / Coming-soon / Not-included labels.
  • OpenAPI spec scrubbed — exactly two canonical servers, no officer.address property anywhere, every endpoint declares 200/400/401/429/500.
  • New docs: Quickstart, Pagination, Data coverage, Changelog.
  • New endpoint GET /api/v1/sample?name=… — request-time proxy in front of the fixture-backed sample search. ?name=disney&limit=3 always returns at least one record.
  • New page /florida-new-business-leads — Lead Feed product page.
  • New competitor comparison pages (/sunbizdaily-alternative, /apify-sunbiz-scraper-alternative, /florida-business-api-vs-scraping-sunbiz) — neutral feature matrix, no attack copy.
  • Legal: removed the legacy attorney-review placeholder line; terms + privacy beefed; data corrections form live.
  • Homepage live API example now calls /api/v1/entities/search?name=disney&limit=3 server-side — what you see is the actual response.

2026-06-28 — Importer cutover + SEO

  • Daily SFTP ingest into entity_full (quick-002).
  • Admin SEO command center scaffold + 7 tabs.
  • Public-search analytics + admin dashboard.

2026-06-26 — DatasetStatus singleton

  • DatasetStatus singleton with mode = indexing | live | degraded drives all public surfaces.
  • /status + /data-coverage rewritten to respect status mode.

2026-06-25 — v1 milestone

  • Full v1 REST API surface live: entities, officers, agents, addresses, filings, leads, account/usage.
  • OpenAPI 3.1 spec + Scalar viewer at /api-reference.
  • Fumadocs MDX docs site at /docs.
  • E2E import-to-API + quota-and-usage tests green.
  • Deploy preflight script (pnpm preflight).

On this page