🏛️
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
  • filing_date
  • filing_year
  • never_filed
  • settlement_judgment_date
  • settlement_judgment_year
  • order_start_year
  • order_end_year
  • injunction_duration
  • permanent_injunction
  • terminating_date
  • closing_year
  1. API Reference
  2. Objects
  3. Case

Key Dates

PreviousIssuesNextParties

Last updated 2 years ago

filing_date

(string)

The date the case was filed, in the format "YYYY-MM-DD". This is generally the date of the (first) complaint.

If filing_date is empty, we do not know when the case was originally filed or the case was not filed (see never_filed). (Also check the .)

filing_year

(number)

The year the case was filed, in the format YYYY. If filing_date is not empty, then filing_year should equal the year of filing_date.

See filing_date for more information.

never_filed

(boolean)

If the case was never filed, this field is True.

If never_filed is True, both filing_date and filing_year should be empty.

settlement_judgment_date

(string)

The date of the first judgment or settlement in the case, in the format "YYYY-MM-DD".

settlement_judgment_year

(number)

The year of the first judgment or settlement in the case, in the format YYYY. If settlement_judgment_date is not empty, then settlement_judgment_year should equal the year of settlement_judgment_date.

See settlement_judgment_date for more information.

order_start_year

(number)

The first year of an injunction or injunctive-like relief, in the format YYYY. This applies only if there was an injunction or injunctive-like relief in the case.

order_end_year

(number)

The last year of an injunction or injunctive-like relief, in the format YYYY. This applies only if there was an injunction or injunctive-like relief in the case.

If an injunction is a permanent injunction, then there will be no order_end_year (and permanent_injunction will be true). If the injunction was still in effect at the time the case's metadata was updated, then there order_end_year will be empty.

injunction_duration

(string)

The duration, in months, that an injunction (preliminary or permanent) or temporary restraining order lasted.

If injunction_duration is empty, it may be because there was no injunction in the case or because the injunction is ongoing (and has no end date yet).

permanent_injunction

(boolean)

Whether the injunction or injunctive-like relief was set to last forever (i.e. there is no end date). An injunction is typically a court order requiring a party to do (or stop doing) a specific action.

If permanent_injunction is true, then order_end_year will both be empty.

terminating_date

(string)

The last date of any activity in a case, in the format "YYYY-MM-DD". "Any activity" includes things like ongoing injunctions, monitoring, waiting for status reports, and other events that might happen after a judgment has been issued or the parties reach a settlement.

closing_year

(number)

The last year of any activity in a case, in the format YYYY. If terminating_date is not empty, then closing_year should equal the year of terminating_date.

See terminating_date for more information.

If settlement_judgment_date is empty, then there may not be a judgment or settlement in the case (yet). (Also check the .)

If terminating_date is empty, then the case has not ended yet or we do not know when the case ended. (Also check the .)

If terminating_date is not empty, then case_ongoing should be either "No" or "No reason to think so." See for more information.

case_status
case_status
case_status
case_ongoing