Court Records (US only)
740 million+ United States Court Cases
Last updated
curl -X 'POST' \
'https://irbis.espysys.com/api/developer/compliance_screening/court_records' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"key": "<Your_API_Key>",
"lookupId": <Your_Lookup_ID>,
"keyphrase": "Donald Trump"
}'{
"id": 509123,
"status": "progress",
"message": "Results will be available soon. Use API to retrieve data."
}curl -X 'GET' \
'https://irbis.espysys.com/api/request-monitor/api-usage/<id>?key=<API_Key>' \
-H 'accept: application/json'{
"criteria": "string",
"type": "court_records",
"status": "finished",
"sources": [
{
"name": "court_records"
}
],
"data": [
{
"case_style": {
"plaintiff": {
"first_name": "string",
"middle_name": "string | null",
"last_name": "string",
"suffix": "string | null",
"party_type": "string",
"party_association": "string | null"
},
"defendants": [
{
"first_name": "string | null",
"last_name": "string",
"suffix": "string | null",
"party_type": "string",
"party_association": "string | null"
}
]
},
"filing_date": "YYYY-MM-DD",
"division_name": "string",
"case_status": "string",
"docket": [
{
"docket_number": "integer",
"effective_date": "YYYY-MM-DD",
"description": "string",
"notes": "string [Sanitized]"
}
],
"type": "dict"
},
{
"case_summary": {
"case_no": "string",
"style": "string [Redacted Names]",
"case_type": "string",
"date_filed": "YYYY-MM-DD",
"location": "string",
"party_information": {
"petitioner": {
"name": "string [Redacted]",
"attorney": "string",
"address": {
"street": "string [Generic Placeholder]",
"city": "string",
"state": "ST",
"zip_code": "XXXXX"
}
},
"respondents": [
{
"name": "string [Redacted]",
"address": {
"street": "string [Generic Placeholder]",
"city": "string",
"state": "ST",
"zip_code": "XXXXX"
}
}
]
},
"events_and_orders": [
{
"date": "YYYY-MM-DD",
"event": "string",
"filed_by": "string [Redacted]",
"file_stamp": "YYYY-MM-DD"
}
]
},
"type": "dict"
},
{
"case_information": {
"case_number": "string",
"plaintiff": {
"name": "string [Redacted]",
"attorney": "string",
"disposition": "string"
},
"defendant": {
"name": "string [Redacted]",
"attorney": "string",
"disposition": "string"
},
"case_type": "string",
"case_status": "string",
"file_date": "YYYY-MM-DD"
},
"financial_information": {
"total_financial_assessment": "number",
"transactions": [
{
"date": "YYYY-MM-DD",
"receipt_number": "RECEIPT-XXXX",
"amount": "number"
}
]
},
"type": "dict"
}
]
}