BankruptcyWatch · Schema
Case
A US bankruptcy court case
BankruptcyComplianceCourt DataLegalLendingPACER
Properties
| Name | Type | Description |
|---|---|---|
| caseId | string | BankruptcyWatch internal case ID |
| caseNumber | string | PACER case number |
| debtorName | string | Name of the debtor |
| chapter | string | Bankruptcy chapter (7, 11, 13, etc.) |
| district | string | Bankruptcy court district code |
| dateFiled | string | Date the case was filed |
| status | string | Current case status |
| judge | string | Assigned bankruptcy judge |
| trustee | string | Appointed trustee name |
| assets | string | Asset amount range |
| liabilities | string | Liability amount range |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/bankruptcywatch/json-schema/case-schema.json",
"title": "Case",
"type": "object",
"description": "A US bankruptcy court case",
"properties": {
"caseId": {
"type": "string",
"description": "BankruptcyWatch internal case ID"
},
"caseNumber": {
"type": "string",
"description": "PACER case number"
},
"debtorName": {
"type": "string",
"description": "Name of the debtor"
},
"chapter": {
"type": "string",
"description": "Bankruptcy chapter (7, 11, 13, etc.)"
},
"district": {
"type": "string",
"description": "Bankruptcy court district code"
},
"dateFiled": {
"type": "string",
"format": "date",
"description": "Date the case was filed"
},
"status": {
"type": "string",
"description": "Current case status",
"enum": [
"open",
"closed",
"discharged",
"dismissed",
"converted"
]
},
"judge": {
"type": "string",
"description": "Assigned bankruptcy judge"
},
"trustee": {
"type": "string",
"description": "Appointed trustee name"
},
"assets": {
"type": "string",
"description": "Asset amount range"
},
"liabilities": {
"type": "string",
"description": "Liability amount range"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/case"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.