Case
Each endpoint returns a list of cases, where each case is a JSON dictionary.
Because cases in the Clearinghouse are being added and updated all the time, the case_status of a case is useful for understanding why some fields might be empty. For more information on the different statuses, see case_status.
Example: a completely blank case
{
"count": 0,
"next": null,
"previous": null,
"results": [
{
"attorney_orgs": [],
"available_documents": [],
"case_defendants": [],
"case_ongoing": "",
"case_status": "",
"case_types": [],
"cause_other": "",
"causes": [],
"class_action_granted": "",
"class_action_sought": "",
"closing_year": null,
"constitutional_clause": [],
"content_of_injunction": [
{
"value": ""
},
],
"court": "",
"custom_issues": [],
"defendant_payment": "",
"defendant_type": [
{
"value": ""
}],
"docket_status": "",
"facility_type": [],
"filing_date": "",
"filing_year": null,
"id": 0,
"injunction_duration": "",
"issues": [],
"last_checked_date": "",
"main_docket": {
"id": 0,
"docket_entries": [
{
"row_number": null,
"id": 0,
"entry_number": "",
"date_filed": "",
"attachments": [],
"url": "",
"recap_pdf_url": null,
"pacer_doc_id": "",
"description": ""
}
],
"docket_case_type": "",
"docket_year": null,
"docket_filing_number": null,
"is_main_docket": true,
"court": "",
"state": "",
"docket_office_number": "",
"docket_number_manual": "",
"scales_html": "",
"recap_link": "",
"is_active": true
},
"name": "",
"never_filed": false,
"non_docket_case_number": "",
"non_docket_case_number_type": "",
"non_docket_case_number_type_other": "",
"order_end_year": null,
"order_start_year": null,
"permanent_injunction": false,
"plaintiff_description": "",
"plaintiff_type": [
{
"value": ""
}],
"prevailing_party": "",
"pro_se_status": "",
"public_interest_lawyer": "",
"related_cases": [],
"relief_natures": [],
"relief_nature_other": "",
"relief_sources": [],
"settlement_agreement": [],
"settlement_judgment_date": "",
"settlement_judgment_year": null,
"special_collections": [],
"special_case_type": [],
"state": "",
"summary": "",
"summary_published_date": "",
"summary_short": "",
"summary_tiny": null,
"terminating_date": null,
"clearinghouse_link": "",
"is_active": true,
"case_documents_url": "",
"case_dockets_url": "",
"case_resources_url": ""
}
]
}For more information:
Field
Type
Documentation (link)
case_documents_url
array[string]
case_dockets_url
array[string]
case_resources_url
array[string]
Last updated