crs5_Results is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-case-crs5-results-structure.json",
"name": "crs5_Results",
"description": "The data returned by the service call.",
"type": "object",
"properties": {
"Cases": {
"type": "array",
"items": {
"$ref": "#/definitions/crs0_Cases"
},
"description": "A summary of the violation(s), environmental problem(s), and a description of the cause of action.",
"example": [
"string"
]
},
"Message": {
"type": "string",
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success"
},
"PageNo": {
"type": "string",
"description": "The number of pages of results returned",
"example": "1"
},
"QueryID": {
"type": "string",
"description": "Sequential number assigned to entire search result",
"example": "245"
},
"QueryRows": {
"type": "string",
"description": "Number of query results returned",
"example": "5"
}
},
"required": [
"Message",
"QueryRows",
"QueryID",
"PageNo",
"Cases"
]
}
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.