LegalPulse API
Real-time breach intelligence for legal teams. Query our database of data breach filings, filter by severity and data type, and get webhook alerts when new high-value cases appear.
Already have a key? Sign in to your dashboard
Real-time data
New breaches are enriched and available within hours of discovery from 8 government and industry sources.
Litigation signals
Pro and Scale tiers include confidence scores, priority levels, and litigation status for each breach.
Webhook alerts
Pro and Scale tiers can register webhook URLs to receive automatic notifications when breaches exceed your severity threshold.
API endpoints
Base URL https://databreach.watch/api/public/v1
/breachesPaginated, filterable list of public breachesAll tiers/breaches/:idFull breach detail with data types, states, summaries. Includes litigation signals on Pro and Scale.All tiers (litigation fields gated)/breaches/:id/statusQuick status and certainty check for a breachAll tiers/webhooksRegister a webhook URL for automatic breach notificationsPro and Scale only/webhooks/:idRemove a webhook subscriptionPro and Scale onlyEndpoints marked "Legacy host" are served from the original function host. Request the exact URL with your key and we will include it in your onboarding email.
Simple REST API
curl -H "X-LegalPulse-Key: your_api_key" \
"https://databreach.watch/api/public/v1/breaches?has_ssn=true"{
"data": [
{
"id": "a1b2c3d4-...",
"company": "Acme Health Systems",
"sector": "Healthcare",
"date_discovered": "2026-03-15",
"certainty_level": "regulator_confirmed",
"has_ssn_exposed": true,
"has_medical_data": true,
"estimated_affected_count": 450000,
"short_summary": "Acme Health Systems reported..."
}
],
"pagination": {
"page": 1,
"per_page": 25,
"total": 142,
"total_pages": 6
}
}// GET /breaches/:id (Pro/Scale tier)
{
"id": "a1b2c3d4-...",
"company": "Acme Health Systems",
"sector": "Healthcare",
...
"confidence_score": 87,
"priority_level": "high",
"has_existing_litigation": false
}Pricing
Free
500 calls/mo · No webhooks
Pro
5,000 calls/mo · 5 webhooks
- Everything in Free
- Risk level, response grade and full summaries
- Notification timelines and source URLs
- Litigation signals, docket links and confidence scores
- 5 webhook subscriptions
- 5,000 API calls
- Priority support
Scale
50,000 calls/mo · 25 webhooks
- Everything in Pro
- 25 webhook subscriptions
- 50,000 API calls
- Dedicated support
- Custom integrations
Request an API key
Direct keys are reviewed manually and usually issued within 1-2 business days. If you need access right now, subscribe on RapidAPI for instant, self-serve access.