U.S. Public Record API Operated by Folio Insights LLC
The public record, indexed

Search the
public record
by name.

USPTO trademarks, patent assignments, and TTAB — one API key, one JSON shape.

No serial numbers, no SDKs, no scraping.

TRADEMARKS full register TM ASSIGNMENTS 1952–2026 PATENT ASSIGNMENTS 1970–2026 TTAB 1996–2026 CLINICALTRIALS · FDA rolling out

Sample data shown for illustration. The live API returns the same JSON, paginated, with full coverage.

Datasets

§ 01 — coverage
01 USPTO Trademarks /v1/trademarks/search Full register LIVE
02 Trademark Assignments /v1/trademarks/historical/assignments 1952–2026 LIVE
03 Patent Assignments /v1/patents/historical/assignments 1970–2026 LIVE
04 TTAB Proceedings /v1/ttab/proceedings 1996–2026 LIVE
05 ClinicalTrials.gov Full archive SOON
06 FDA Filings Devices & drugs SOON

More public-record datasets in development.

One key. One shape.

§ 02 — interface

Every dataset answers to the same X-API-Key header and returns the same paginated JSON envelope. Learn it once; query everything.

AuthX-API-Key: fo_live_…
FormatJSON · paginated
SDKsNone required
FreshnessDaily ingest
Portfolio monitoring — every live mark containing a term, across the full register.
Request
curl -H "X-API-Key: fo_live_abc123" \
  "https://folioapi.com/v1/trademarks/search?mark_name=VISION+PRO&status_alive_only=true&limit=5"
Response
{
  "results": [
    {
      "serial_number": "97120345",
      "mark_text": "APPLE VISION PRO",
      "status_code": "800",
      "filing_date": "2022-09-12",
      "owners": ["Apple Inc."]
    }
  ],
  "total": 38,
  "limit": 5,
  "offset": 0,
  "data_freshness": "2026-04-10"
}

Access

§ 03 — pricing
Free00
$0
per month · no card
  • 50 requests / day
  • 1 request / second
  • All live datasets
  • Community support

Your key is shown once. Copy it now.

Business02
$199
per month
  • 50,000 requests / day
  • 20 requests / second
  • All live datasets
  • Priority email support

Email-verified Stripe checkout.

Enterprise Custom Custom rate limits · Dedicated support · SLA guarantee · Volume pricing
Contact Us