four endpoints. one source of truth.

Every investigation on this site is backed by primary SEC filings — form 10-Ks, 13Fs, 144s, 4s, DEF14As, and more. The Intelligence Feed exposes that structured data directly via a REST API, updated as new anomalies are verified and investigations expand.

GET
/api/v1/investigations All active investigations — title, status, severity, entity list, document count, anomaly count, summary
GET
/api/v1/investigations/:slug Full detail for a single investigation including stats, tags, and publication dates
GET
/api/v1/investigations/:slug/anomalies Verified anomaly records — severity, source forms, SEC accession numbers, verified date, summary
GET
/api/v1/entities All tracked entities with CIK numbers, roles, entity types, and associated investigations
GET
/api/v1/stats Aggregate counts — investigations, documents, anomalies, entities, breakdown by severity and category

clean JSON. no scraping required.

Authenticate with a Bearer token. Every response follows a consistent envelope: object, count, data.

# Request curl https://www.transparency-lab.com/api/v1/investigations/tesla-ceo/anomalies \ -H "Authorization: Bearer tlab_live_your_key_here" # Response (abbreviated) { "object": "list", "investigation": "tesla-ceo", "count": 14, "data": [ { "id": 1, "title": "$56B CEO pay package voided by Delaware Court — board re-ratified it anyway", "severity": "critical", "source_forms": ["DEF14A", "8-K"], "source_ciks": ["0001318605"], "source_accessions": ["0001628280-24-004972"], "verified_date": "2026-02-24", "summary": "Delaware Court of Chancery voided Tesla's 2018 CEO compensation..." } // ... 13 more ] }

priced for the work, not the budget.

All tiers include full API access. No data is withheld by tier. Pricing reflects usage scale and support level.

individual
$250/mo
billed monthly · cancel anytime
  • Full API access — all endpoints
  • All current investigations
  • New anomalies as verified
  • 1 API key · personal use only
  • Email support
For independent journalists, researchers, and analysts. One seat. Personal, non-commercial use.
enterprise
custom
annual contract · SLA available
  • Everything in newsroom tier
  • Dedicated investigation requests
  • Bulk historical filing data
  • Unlimited API keys
  • Custom SLA + support contract
  • Raw filing access on request
For large institutions, data platforms, and compliance teams. Contact to discuss scope.

apply for API access.

Provide your name, organization, and a brief description of how you plan to use the data. We review every request manually and respond within 2 business days. If approved, we'll send your API key and billing link directly.