Regulatory Action API.
FDA approvals and rejections, NHTSA probes, DOJ/FTC enforcement, SEC orders, FAA actions. Every federal regulator action against a public company, as one typed stream.
Every event_type in regulatory.
Each type emits the same envelope with a family-specific payload. Subscribe to the whole family or filter to specific types.
fda_approval_grantedFDA grants approval for NDA, BLA, or 510(k) submission.
fda_approval_declinedComplete Response Letter issued on drug/device approval.
nhtsa_probe_openedNHTSA opens preliminary evaluation or engineering analysis.
doj_enforcement_actionDOJ files civil or criminal enforcement action.
ftc_enforcement_actionFTC files complaint, consent order, or merger challenge.
sec_enforcement_actionSEC files charges or issues Wells notice.
faa_enforcement_actionFAA issues enforcement notice or certificate action.
cyber_incident_disclosedMaterial cybersecurity incident disclosed per SEC rules.
regulatory_settlement_reachedSettlement with monetary penalty or consent decree.
One real event. Full JSON payload.
This is the exact shape you'd receive via GET /v1/events or via a signed webhook delivery.
Request
// Query all regulatory events in the last 14 days GET /v1/events?family=regulatory®ulator=NHTSA&since=2026-04-01 Authorization: Bearer hf_live_...
Response · 200 OK
{
"event_id": "evt_20260413_tsla_regulatory",
"schema_version": "2026-04-20",
"event_type": "nhtsa_probe_opened",
"assertion_type": "fact",
"status": "official_announced",
"priority": "critical",
"entity": {
"ticker": "TSLA",
"name": "Tesla, Inc."
},
"lifecycle": {
"detected_at": "2026-04-13T13:42:18Z",
"announced_at": "2026-04-13",
"effective_at": "2026-04-13",
"confirmed_at": "2026-04-13"
},
"source": {
"type": "regulator",
"name": "FDA · NHTSA · DOJ · FTC · SEC · FAA",
"tier": "tier_1"
},
"summary": {
"one_line": "NHTSA upgraded its Tesla FSD investigation to an engineering analysis covering approximately 3.2 million vehicles."
},
"payload": {
"regulator": "NHTSA",
"action_type": "probe_upgraded",
"product_id": "FSD",
"scope": "3.2M vehicles",
"docket_number": "EA26-007",
"consent_decree": false
},
"confidence": {
"overall": 0.98,
"identity": 0.99,
"event_classification": 0.98
}
}Recent regulatory events.
Pulled live from the public delayed feed. Click through to the full tape for payloads, lifecycle, and source links.
Ranked by authority, merged by entity.
Every event carries a source object. When the same event is confirmed by multiple sources, they merge into one canonical event with an evidence array.
FDA · NHTSA · DOJ · FTC · SEC · FAA
Direct from agency press rooms and action dockets
SEC 8-K Item 1.05, 8.01
Material cyber incidents, other events · real-time EDGAR
PACER / federal courts
Civil complaints, consent decrees, verdicts
Reuters · Bloomberg · Law360
Often first to report; marked trusted_report until regulator confirms
State AGs · state regulators
Multi-state AG actions, state insurance commissions
Company 8-K responses
Company statements in response to regulator action
Family-specific fields inside payload.
All events share the same envelope (event_id, entity, lifecycle, sources, assertion_type, confidence). The payloadis what's specific to this family.
| Field | Type | Description | Example |
|---|---|---|---|
| payload.regulator | string | Federal or state agency taking the action. | "NHTSA" |
| payload.action_type | string | Specific action taxonomy. | "probe_upgraded" |
| payload.product_id | string? | Drug name, vehicle model, or product identifier. | "FSD" |
| payload.scope | string | Scope of affected products or operations. | "3.2M vehicles" |
| payload.penalty_amount | number? | Monetary penalty in USD, if disclosed. | 150000000 |
| payload.consent_decree | boolean | Whether a consent decree is involved. | false |
| payload.docket_number | string? | Agency docket or case number. | "PE22-014" |
Start tracking regulatory events.
Developer tier from $99/mo. Real-time, webhooks, and 250-entity watchlists at $299 Pro.