crs2_Results

The data returned by the service call.

GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

Properties

Name Type Description
AFRRows string Displays the number of Administrative Formal cases within the search results.
CAARows string The number of facilities or cases within the result set that have Clean Air Act (CAA) permits.
CERCLARows string The number of cases within the results set that relate to the Comprehensive Environmental Response, Compensation, and Liability Act (CERCLA).
CWARows string The number of facilities or cases within the results set that have Clean Water Act (CWA) permits.
Cases array A summary of the violation(s), environmental problem(s), and a description of the cause of action.
CriminalRows string Displays the number of criminal enforcement cases within the search results.
EPCRARows string The number of cases within the results set that relate to the Emergency Planning and Community Right to Know Act (EPCRA).
FIFRARows string The number of cases within the result set that relate to the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).
FedPenRows string Displays the number of cases with federal penalty assessed greater than $0.
FederalRows string The number of facilities or cases within the result set that have a relationship to a Federal facility.
JDCRows string Displays the number of Judicial cases within the search results.
MapOutput object
Message string Field to record messages (typically performance-related) about packet processing
PageNo string The number of pages of results returned
QueryID string Sequential number assigned to entire search result
QueryRows string Number of query results returned
RCRARows string The number of facilities or cases within the results set that have Resource Conservation and Recovery Action (RCRA) permits.
SDWARows string The number of facilities or cases within the results set that have Safe Drinking Water Act (SDWA) permits.
SEPRows string Displays the number of cases with SEP amount greater than $0.
TSCARows string The number of cases within the result set that relate to the Toxic Substances Control Act (TSCA).
View JSON Schema on GitHub

JSON Schema

echo-case-crs2-results-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-case-crs2-results-schema.json",
  "title": "crs2_Results",
  "description": "The data returned by the service call.",
  "type": "object",
  "properties": {
    "AFRRows": {
      "description": "Displays the number of Administrative Formal cases within the search results.",
      "example": "5",
      "title": "Administrative Formal Actions Row Count",
      "type": "string"
    },
    "CAARows": {
      "description": "The number of facilities or cases within the result set that have Clean Air Act (CAA) permits.",
      "example": "50",
      "title": "Clean Air Act Count",
      "type": "string"
    },
    "CERCLARows": {
      "description": "The number of cases within the results set that relate to the Comprehensive Environmental Response, Compensation, and Liability Act (CERCLA).",
      "example": "50",
      "title": "Comprehensive Environmental Response, Compensation, and Liability Act Count",
      "type": "string"
    },
    "CWARows": {
      "description": "The number of facilities or cases within the results set that have Clean Water Act (CWA) permits.",
      "example": "50",
      "title": "Clean Water Act Count",
      "type": "string"
    },
    "Cases": {
      "description": "A summary of the violation(s), environmental problem(s), and a description of the cause of action.",
      "items": {
        "$ref": "#/definitions/crs0_Cases"
      },
      "title": "Cases",
      "type": "array",
      "xml": {
        "name": "Cases",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    },
    "CriminalRows": {
      "description": "Displays the number of criminal enforcement cases within the search results.",
      "example": "0",
      "title": "Count of Criminal Cases",
      "type": "string"
    },
    "EPCRARows": {
      "description": "The number of cases within the results set that relate to the Emergency Planning and Community Right to Know Act (EPCRA).",
      "example": "50",
      "title": "Emergency Planning and Community Right to Know Act Count",
      "type": "string"
    },
    "FIFRARows": {
      "description": "The number of cases within the result set that relate to the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).",
      "example": "50",
      "title": "Federal Insecticide, Fungicide, and Rodenticide Act Count",
      "type": "string"
    },
    "FedPenRows": {
      "description": "Displays the number of cases with federal penalty assessed greater than $0.",
      "example": "3",
      "title": "Federal Penalty Rows",
      "type": "string"
    },
    "FederalRows": {
      "description": "The number of facilities or cases within the result set that have a relationship to a Federal facility.",
      "example": "50",
      "title": "Federal Related Facility Count",
      "type": "string"
    },
    "JDCRows": {
      "description": "Displays the number of Judicial cases within the search results.",
      "example": "2",
      "title": "Judicial Cases Row Count",
      "type": "string"
    },
    "MapOutput": {
      "$ref": "#/definitions/crs0_MapOutput"
    },
    "Message": {
      "description": "Field to record messages (typically performance-related) about packet processing",
      "example": "Success",
      "title": "Message",
      "type": "string"
    },
    "PageNo": {
      "description": "The number of pages of results returned",
      "example": "1",
      "title": "Page Number",
      "type": "string"
    },
    "QueryID": {
      "description": "Sequential number assigned to entire search result",
      "example": "245",
      "title": "Query Identifier",
      "type": "string"
    },
    "QueryRows": {
      "description": "Number of query results returned",
      "example": "5",
      "title": "Query Row Count",
      "type": "string"
    },
    "RCRARows": {
      "description": "The number of facilities or cases within the results set that have Resource Conservation and Recovery Action (RCRA) permits.",
      "example": "50",
      "title": "Resource Conservation & Recovery Act Count",
      "type": "string"
    },
    "SDWARows": {
      "description": "The number of facilities or cases within the results set that have Safe Drinking Water Act (SDWA) permits.",
      "example": "50",
      "title": "Safe Drinking Water Act Count",
      "type": "string"
    },
    "SEPRows": {
      "description": "Displays the number of cases with SEP amount greater than $0.",
      "example": "0",
      "title": "Number of Cases found with SEP data",
      "type": "string"
    },
    "TSCARows": {
      "description": "The number of cases within the result set that relate to the Toxic Substances Control Act (TSCA).",
      "example": "50",
      "title": "Toxic Substances Control Act Count",
      "type": "string"
    }
  },
  "required": [
    "Message",
    "QueryRows",
    "JDCRows",
    "AFRRows",
    "FedPenRows",
    "SEPRows",
    "CriminalRows",
    "RCRARows",
    "CWARows",
    "CAARows",
    "SDWARows",
    "EPCRARows",
    "CERCLARows",
    "FIFRARows",
    "TSCARows",
    "FederalRows",
    "QueryID",
    "PageNo"
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/echo-case-crs2-results"
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.