How to track federal court cases involving a specific company

Step-by-step guide to looking up federal court dockets (CourtListener data) by company, by Nature of Suit code, or by specific docket ID โ€” with canonical per-case detail pages.

Steps

  1. Find all cases where a company is a party

    By party: /api/v1/courts/by-party/{company_name}. Returns case name, court ID, date filed, Nature of Suit code, and assigned judge.

  2. Filter by case type using Nature of Suit (NOS) code

    Filter by Federal Judicial Center NOS code:

  3. Drill into a specific case by docket ID

    Per-case canonical: /case/{docket_id} โ€” docket number, court, NOS, cause, judge, parties, CourtListener source URL. HTML + .md + .json (schema.org/Legislation).

  4. Watch for new high-signal filings via /today

    Daily-fresh monitoring: /today includes a "๐Ÿ›๏ธ Federal court filings โ€” high-signal NOS codes" section, updated continuously.