🏛️
CRLCA
  • Overview
  • Quick Start
  • Change Log
  • How-To Guides
    • Querying Multiple Fields
    • Translating a Search URL into an API Query
    • Converting JSON to CSV
    • Embedding PDF Documents
  • API Reference
    • Endpoints
      • Case ID
      • Case Ongoing
      • Case Type
      • Special Collection
      • Case State
      • Case Court
      • Case Status
      • Plaintiffs
        • Public Interest Lawyer
        • Filed Pro Se
        • Class Action Sought
        • Class Action Outcome
        • Attorney Organization
        • Plaintiff Type
      • Defendants
        • Defendant Type
        • Defendant Level
        • Facility type
      • Case Details
        • Cause of Action
        • Available Documents
        • Constitutional Clause
        • Special Case Type
      • Outcome
        • Case Settlement Status
        • Case Relief Source
        • Case Relief Nature
        • Case Content of Injunction
        • Case Prevailing Party
      • Document Details
        • Document Type
      • Issues
        • Case Issue
        • Case Custom Issue
    • Objects
      • Case
        • Case Details
        • Causes of Action
        • Outcome
        • Issues
        • Key Dates
        • Parties
        • Dockets and Case Numbers
        • Documents
        • Resources
        • Summaries
        • Case Status
      • Defendant
      • Docket
      • Docket Entry
      • Document
        • Document Details
        • Citations
      • Resource
        • Resource Details
        • Related Items
  • Need Help?
Powered by GitBook
On this page
  • id
  • docket_number_manual
  • docket_office_number
  • docket_year
  • docket_case_type
  • docket_filing_number
  • court
  • state
  • is_main_docket
  • recap_link
  • docket_entries
  • scales_html
  1. API Reference
  2. Objects

Docket

A docket lists, in chronological order, every document filed with the court in a case; this also serves as a timeline of events. A docket also includes the judge(s), parties, and lawyers in a case.

A docket number is the individual identifier that a court gives to a case. (Some courts use different terms, but the idea is the same.) Docket numbers usually include some or all of the following information, though it can appear in different orders or formats:

  • The year the case was filed

  • The type of case (civil, criminal, etc.)

  • A unique serial number for the case

  • Information on which courthouse or jurisdiction it was filed in

We collect complete docket numbers as they appear on case documents. We also collect the information it contains (year, case type, etc.) in separate fields.

Our system is designed around the federal courts' docketing conventions. The fields on our website correspond to the normal format for federal court docket number: 1:18-cv-528 (office:year-case type-filing number).

id

(number)

The ID of the docket. This is different from the case ID and unique to the docket.

docket_number_manual

(string)

The complete docket number, as it appears on case documents.

docket_office_number

(string)

For federal courts, the courthouse or division where the case was filed. This will always be a one-digit number.

docket_year

(number)

The year the case was filed. We collect complete years (e.g. 2021, not 21).

docket_case_type

(string)

Usually a 2-character code corresponding to a particular type of case (e.g. "cv" = civil; "cr" = criminal).

Not all dockets will have a case type code.

docket_filing_number

(number)

The unique portion of a docket number. The filing number is generally unique within a given court.

court

(string)

state

(string)

The state where the docket's court is located in.

is_main_docket

(boolean)

If true, the docket is the main docket for the case. This is typically the trial docket where the case was first filed. On the Clearinghouse site, the main docket is displayed first.

recap_link

(string)

docket_entries

(array[object])

A list of docket entries. See Docket Entry.

Note: Many dockets are available only as a PDF, rather than as a parsed array of docket entries. In those cases, the docket is saved as a document (see Documents).

scales_html

(string)

A URL to an HTML file that is a saved version of the PACER HTML header. PACER, which stands for Public Access to Court Electronic Records, is the federal government's electronic system for providing access to federal court records.

PreviousDefendantNextDocket Entry

Last updated 2 years ago

The court where the docket exists. The options are the same as the court field for cases – see .

A link to a federal court docket in the RECAP Archive. The is a free, searchable collection of millions of federal court documents and dockets.

RECAP Archive
court