Case
Each endpoint returns a list of cases, where each case is a JSON dictionary.
Example: a completely blank case
{
attorney_orgs: [],
case_defendants: [],
case_documents: [],
case_dockets: [],
case_resources: [],
case_ongoing: "",
case_status: "",
case_types: [],
cause_other: "",
causes: [],
class_action_granted: "",
class_action_sought: "",
closing_year: null,
court: "",
custom_issues: [],
defendant_payment: "",
docket_status: "",
filing_date: "",
filing_year: null,
id: 00000,
injunction_duration: "",
issues: [],
last_checked_date: "",
main_docket: [],
name: "",
never_filed: false,
non_docket_case_number: "",
non_docket_case_number_type: null,
non_docket_case_number_type_other: "",
order_end_year: null,
order_start_year: null,
permanent_injunction: false,
plaintiff_description: "",
prevailing_party: "",
pro_se_status: "",
public_interest_lawyer: "",
relief_natures: [],
relief_nature_other: "",
relief_sources: [],
settlement_agreement: [],
settlement_judgment_date: null,
settlement_judgment_year: null,
special_collections: [],
state: "",
summary: "",
summary_published_date: "",
summary_short: "",
summary_tiny: "",
terminating_date: null,
clearinghouse_link: "",
is_active: true,
plaintiff_type: [],
defendant_type: [],
facility_type: [],
constitutional_clause: [],
special_case_type: [],
content_of_injunction: []
}
For more information:
Last updated