eff07
Parameters Object
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| CurrentVioStatus | string | The most severe compliance status for an outfall and parameter during the current monitoring period |
| MaxVioStatus | string | The most severe compliance status for an outfall and parameter during the entire selected date range |
| ParameterCode | string | 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) |
| ParameterDesc | string | The pollutant name and form (e.g., dissolved, suspended) associated with the parameter code |
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-effluent-eff07-schema.json",
"title": "eff07",
"description": "Parameters Object",
"type": "object",
"properties": {
"CurrentVioStatus": {
"description": "The most severe compliance status for an outfall and parameter during the current monitoring period",
"example": "In Violation",
"title": "Current Violation Status",
"type": "string"
},
"MaxVioStatus": {
"description": "The most severe compliance status for an outfall and parameter during the entire selected date range",
"example": "In Violation",
"title": "Most Severe Compliance Status",
"type": "string"
},
"ParameterCode": {
"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",
"title": "Parameter Code",
"type": "string"
},
"ParameterDesc": {
"description": "The pollutant name and form (e.g., dissolved, suspended) associated with the parameter code",
"example": "pH",
"title": "Parameter Description",
"type": "string"
}
},
"required": [
"ParameterCode",
"ParameterDesc",
"MaxVioStatus",
"CurrentVioStatus"
]
}
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-effluent-eff07"
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.