eff03
Parameters Object
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| DischargeMonitoringReports | array | An array of Discharge Monitoring Report (DMR) data. |
| MonitoringLocationCode | string | The code that the monitoring location at which the monitoring requirement (and effluent limit if limited) applies. One parameter may have several monitoring location codes pertaining to the same permi |
| MonitoringLocationDesc | string | The name of the monitoring location at which the monitoring requirement (and effluent limit if limited) applies |
| 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 |
| StayTypeCode | string | The unique identifier of the type of stay applied to a limit (e.g., X, Y, Z), which indicates whether the limits do not appear on the DMR at all, are treated as monitor only, or have a stay value in e |
| StayTypeDesc | string | The name of the type of stay applied to a limit, which indicates whether the limits do not appear on the DMR at all (X), are treated as monitor only (Y), or have a stay value in effect during the peri |
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-eff03-schema.json",
"title": "eff03",
"description": "Parameters Object",
"type": "object",
"properties": {
"DischargeMonitoringReports": {
"description": "An array of Discharge Monitoring Report (DMR) data.",
"items": {
"$ref": "#/definitions/eff01"
},
"title": "Effluent Discharge Monitoring Report",
"type": "array",
"xml": {
"name": "DischargeMonitoringReports",
"wrapped": true
},
"example": [
"string"
]
},
"MonitoringLocationCode": {
"description": "The code that the monitoring location at which the monitoring requirement (and effluent limit if limited) applies. One parameter may have several monitoring location codes pertaining to the same permitted feature",
"example": "1",
"title": "Monitoring Location Code",
"type": "string"
},
"MonitoringLocationDesc": {
"description": "The name of the monitoring location at which the monitoring requirement (and effluent limit if limited) applies",
"example": "Effluent Gross",
"title": "Monitoring Location Description",
"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"
},
"StayTypeCode": {
"description": "The unique identifier of the type of stay applied to a limit (e.g., X, Y, Z), which indicates whether the limits do not appear on the DMR at all, are treated as monitor only, or have a stay value in effect during the period of the stay",
"example": "???",
"title": "Stay Type Code",
"type": "string"
},
"StayTypeDesc": {
"description": "The name of the type of stay applied to a limit, which indicates whether the limits do not appear on the DMR at all (X), are treated as monitor only (Y), or have a stay value in effect during the period of the stay (Z)",
"example": "???",
"title": "Stay Type Description",
"type": "string"
}
},
"required": [
"ParameterCode",
"ParameterDesc",
"MonitoringLocationCode",
"MonitoringLocationDesc",
"StayTypeCode",
"StayTypeDesc",
"DischargeMonitoringReports"
]
}
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-eff03"
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.