High-frequency corporate litigation feeds, court dockets, and AI-enriched entity graphs for quantitative funds, law firms, and enterprise compliance platforms.
Clean, normalized legal filings with automated entity mapping across law firms, corporations, judges, and statutory citations.
Query any corporation, law firm, judge, or statute to inspect active litigation relationships.
Integrate structured dockets and entity maps directly into your trading models, compliance software, or due-diligence tools.
import requests
response = requests.get("http://187.77.214.138:8600/v1/dockets?limit=5")
data = response.json()
for docket in data["dockets"]:
print(f"[{docket['filing_date']}] {docket['case_name']}")
curl -X GET "http://187.77.214.138:8600/v1/dockets?limit=5" \
-H "Accept: application/json"
const res = await fetch('http://187.77.214.138:8600/v1/dockets?limit=5');
const data = await res.json();
console.log(data.dockets);
Access high-integrity structured legal feeds with zero rate-limit anxiety.
Receive instant HTTP POST callbacks whenever new legal filings match your target entities.