crs3_CRDefendants
Provides identifying information about the defendants and courts involved in the criminal enforcement case.
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| DefendantType | string | The role of each defendant in the criminal enforcement case, either Principal Defendant or Defendant. Multiple defendants (up to fourteen) may be associated with one case, but only one is designated a |
| District | string | The United States district courts are the trial courts of the federal court system. |
| DocketNumber | string | The number the Clerk of the Court assigned to the case that is filed or to a consent decree when it is lodged. For administrative cases, this number is assigned to the case by the Regional Hearing Cle |
| Name | string | The name of the case assigned to the enforcement action by the lead attorney. Generally, the primary defendant's name is used as the case name. For civil CERCLA cases, the facility/site name may be us |
| State | string | The two letter abbreviation that represents the state or state equivalent for the U.S. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-case-crs3-crdefendants-schema.json",
"title": "crs3_CRDefendants",
"description": "Provides identifying information about the defendants and courts involved in the criminal enforcement case.",
"type": "object",
"properties": {
"DefendantType": {
"description": "The role of each defendant in the criminal enforcement case, either Principal Defendant or Defendant. Multiple defendants (up to fourteen) may be associated with one case, but only one is designated as principal.",
"example": "Principal Defendant",
"title": "Defendent Type",
"type": "string"
},
"District": {
"description": "The United States district courts are the trial courts of the federal court system.",
"example": "S.D.",
"title": "Court District",
"type": "string"
},
"DocketNumber": {
"description": "The number the Clerk of the Court assigned to the case that is filed or to a consent decree when it is lodged. For administrative cases, this number is assigned to the case by the Regional Hearing Clerk.",
"example": "04-20324-CR-FOOO",
"title": "Court Docket Number",
"type": "string"
},
"Name": {
"description": "The name of the case assigned to the enforcement action by the lead attorney. Generally, the primary defendant's name is used as the case name. For civil CERCLA cases, the facility/site name may be used.",
"example": "George D. Smith",
"title": "Name",
"type": "string"
},
"State": {
"description": "The two letter abbreviation that represents the state or state equivalent for the U.S.",
"example": "FL",
"title": "State",
"type": "string"
}
},
"required": [
"Name",
"DefendantType",
"District",
"State",
"DocketNumber"
]
}
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/echo-case-crs3-crdefendants"
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.