US Legal Cases Lookup (CourtListener/PACER) is a paid API for AI agents from toolsmith-api.dassad10.workers.dev, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).
Returns the US litigation footprint of a company or person: federal court dockets, bankruptcy filings, and published court opinions from CourtListener/PACER/RECAP.
Keyless pay-per-call APIs for AI agents: 30 tools across compliance, trade, safety, web and data. Pay per call with USDC on Base via x402. No account, no API key.
A JSON object containing: federal court dockets (case name, court, nature of suit, filing date, judge), bankruptcy filings with chapter number, and published court opinions with citations — all filtered by the optional court ID and filed-after date if provided.
GEThttps://toolsmith-api.dassad10.workers.dev/t/legal/casesUse this endpoint when you need a consolidated US federal litigation profile for a company or person in a single call, especially for due diligence, compliance checks, or legal research. Prefer this over direct PACER access when you want a simple JSON response without an API key, and when you need dockets, bankruptcy, and opinions in one aggregated result.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"totals": {
"dockets": 42,
"opinions": 7,
"bankruptciesInPage": 1
},
"dockets": [
{
"court": "N.D. California",
"caseName": "SEC v. Example",
"dateFiled": "2018-03-14",
"suitNature": "Securities"
}
],
"opinions": [
{
"caseName": "Example v. State",
"citation": [
"123 F.3d 456"
]
}
]
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"