eff07 is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 4 properties, of which 4 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-effluent-eff07-structure.json",
"name": "eff07",
"description": "Parameters Object",
"type": "object",
"properties": {
"CurrentVioStatus": {
"type": "string",
"description": "The most severe compliance status for an outfall and parameter during the current monitoring period",
"example": "In Violation"
},
"MaxVioStatus": {
"type": "string",
"description": "The most severe compliance status for an outfall and parameter during the entire selected date range",
"example": "In Violation"
},
"ParameterCode": {
"type": "string",
"description": "The unique 5 digit numeric code identifying the parameter. If the code is less than 5 digits in the .CSV, append zeros to the beginning of the number (e.g., 100 is equivalent to 00100)",
"example": "00400"
},
"ParameterDesc": {
"type": "string",
"description": "The pollutant name and form (e.g., dissolved, suspended) associated with the parameter code",
"example": "pH"
}
},
"required": [
"ParameterCode",
"ParameterDesc",
"MaxVioStatus",
"CurrentVioStatus"
]
}
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.