Echo Effluent Eff03 Structure

Parameters Object

Type: object Properties: 7 Required: 7
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

eff03 is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 7 properties, of which 7 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DischargeMonitoringReports MonitoringLocationCode MonitoringLocationDesc ParameterCode ParameterDesc StayTypeCode StayTypeDesc

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-effluent-eff03-structure.json",
  "name": "eff03",
  "description": "Parameters Object",
  "type": "object",
  "properties": {
    "DischargeMonitoringReports": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/eff01"
      },
      "description": "An array of Discharge Monitoring Report (DMR) data.",
      "example": [
        "string"
      ]
    },
    "MonitoringLocationCode": {
      "type": "string",
      "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"
    },
    "MonitoringLocationDesc": {
      "type": "string",
      "description": "The name of the monitoring location at which the monitoring requirement (and effluent limit if limited) applies",
      "example": "Effluent Gross"
    },
    "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"
    },
    "StayTypeCode": {
      "type": "string",
      "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": "???"
    },
    "StayTypeDesc": {
      "type": "string",
      "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": "???"
    }
  },
  "required": [
    "ParameterCode",
    "ParameterDesc",
    "MonitoringLocationCode",
    "MonitoringLocationDesc",
    "StayTypeCode",
    "StayTypeDesc",
    "DischargeMonitoringReports"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/echo-effluent-eff03-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.