Is this party in federal litigation? RECAP docket search with case, court, filing date and
Is this party in federal litigation? RECAP docket search with case, court, filing date and active/closed status.
30000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-16
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"party": "Tyson Foods"
},
"type": "http"
},
"output": {
"example": {
"counts": {
"bankruptcy": 0,
"open": 10,
"openFiledLast3Years": 10,
"returned": 10
},
"disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. RECAP is a crowd-sourced mirror of federal PACER records: coverage is incomplete, name matches are not identity matches, and…",
"dockets": [
{
"ageDays": 5,
"assignedTo": null,
"caseName": "Linda Atwood v. Tyson Foods, Inc.",
"cause": null,
"chapter": null,
"court": "District Court, D. Minnesota",
"courtId": "mnd",
"docketNumber": "0:26-cv-03928",
"filedOn": "2026-09-04",
"firms": [],
"juryDemand": null,
"natureOfSuit": null,
"open": true,
"parties": [
"Linda Atwood",
"Tyson Foods, Inc."
],
"terminatedOn": null,
"url": "https://www.courtlistener.com/docket/74754941/linda-atwood-v-tyson-foods-inc/"
},
{
"ageDays": 12,
"assignedTo": "John R. Tunheim",
"caseName": "Davis v. Tyson Foods, Inc.",
"cause": "15:1 Antitrust Litigation",
"chapter": null,
"court": "District Court, D. Minnesota",
"courtId": "mnd",
"docketNumber": "0:26-cv-03824",
"filedOn": "2026-08-28",
"firms": [
"Paul LLP, Paul LLP",
"Guerra LLP",
"…3 more"
],
"juryDemand": "Plaintiff",
"natureOfSuit": "410 Anti-Trust",
"open": true,
"parties": [
"Matt Imwalle",
"Stephen Stone",
"…10 more"
],
"terminatedOn": null,
"url": "https://www.courtlistener.com/docket/74720357/davis-v-tyson-foods-inc/"
}
],
"matchCount": 1533,
"query": {
"court": null,
"party": "Tyson Foods"
},
"reasons": [
"10 open federal case(s) filed within the last three years.",
"Most recent: Linda Atwood v. Tyson Foods, Inc. (District Court, D. Minnesota), filed 2026-09-04.",
"…1 more"
],
"retrievedAt": "2026-09-09T00:53:59.301Z",
"source": "CourtListener RECAP archive (Free Law Project)",
"verdict": "ACTIVE_LITIGATION"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"court": {
"description": "CourtListener court id, e.g. 'cand' or 'nysd'",
"type": "string"
},
"limit": {
"description": "Max dockets to return, default 10",
"type": "integer"
},
"party": {
"description": "Company or person name to search as a litigant",
"type": "string"
}
},
"required": [
"party"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"counts": {
"properties": {
"bankruptcy": {
"type": "integer"
},
"open": {
"type": "integer"
},
"openFiledLast3Years": {
"type": "integer"
},
"returned": {
"type": "integer"
}
},
"type": "object"
},
"disclaimer": {
"type": "string"
},
"dockets": {
"items": {
"properties": {
"ageDays": {
"type": "integer"
},
"assignedTo": {
"type": [
"null",
"string"
]
},
"caseName": {
"type": "string"
},
"cause": {
"type": [
"null",
"string"
]
},
"chapter": {
"type": "null"
},
"court": {
"type": "string"
},
"courtId": {
"type": "string"
},
"docketNumber": {
"type": "string"
},
"filedOn": {
"type": "string"
},
"firms": {
"items": {
"type": "string"
},
"type": "array"
},
"juryDemand": {
"type": [
"null",
"string"
]
},
"natureOfSuit": {
"type": [
"null",
"string"
]
},
"open": {
"type": "boolean"
},
"parties": {
"items": {
"type": "string"
},
"type": "array"
},
"terminatedOn": {
"type": "null"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"matchCount": {
"type": "integer"
},
"query": {
"properties": {
"court": {
"type": "null"
},
"party": {
"type": "string"
}
},
"type": "object"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"retrievedAt": {
"type": "string"
},
"source": {
"type": "string"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/docket" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/docket");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/docket")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7828.json, and this resource appears in /discovery/resources and /discovery/search.