Is this party in federal litigation?
Is this party in federal litigation? RECAP docket search with case, court, filing date and active/closed status.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.03listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://loonie-toll.onrender.com/docket
| Category | Search and research |
|---|---|
| Provider host | loonie-toll.onrender.com |
| Networks | eip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"party": "Tyson Foods"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
}