{
  "x402Version": 2,
  "id": 7828,
  "slug": "7828",
  "resource": "https://loonie-toll.onrender.com/docket",
  "description": "Is this party in federal litigation? RECAP docket search with case, court, filing date and active/closed status.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "loonie-toll.onrender.com",
  "lastUpdated": "2026-09-16T21:13:14.612Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T21:13:14.372Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "loonie-toll.onrender.com",
    "manifest_name": "loonie-toll.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}