dfr0_get_d80d90s_details.D80D90sDetails.Sources
Sources Object
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| DaysLate | string | The number of days the DMR value is late, as generated in ICIS-NPDES |
| DmrDueDate | string | The due date for the DMR to the NPDES program authority (e.g., EPA or state environmental agency) (MM/DD/YYYY).� |
| LimitBeginDate | string | The date on which a limit becomes in effect for a particular parameter in a limit set |
| LimitEndDate | string | The date on which a limit stops being in effect for a particular parameter in a limit set |
| LimitId | string | The unique identifier for a limit parameter record |
| LimitSetName | string | The name associated with a group of parameter permit limits. |
| MissingLate | string | Indicates if the permitted facility submitted missing or late DMRS to the NPDES permitting authority within the past three years. |
| 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 |
| MonitoringPeriodEndDate | string | The date that the monitoring period for the values covered by the DMR Form ends |
| NPDESId | string | A unique ID assigned for each record/permit/site/facility within ICIS-NPDES. |
| NodiCode | string | The no data indicator code for DMRs where no measurements are reported. |
| NodiDesc | string | The description of the NODI code explaining why no data are reported (e.g., no discharge, not quantifiable, conditional monitoring). |
| NodiValidationFlag | string | Indicates whether the NODI is considered valid (Y) or invalid (N) for compliance determination purposes. |
| NpdesViolationId | string | The unique identifier for the violation related to a particular site. |
| 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 |
| PermFeatureNmbr | string | A three-character code in ICIS-NPDES that identifies the point of discharge (e.g., outfall) for a facility. A NPDES permit may have multiple points of discharge. If the code is less than three charact |
| RncDetectionCode | string | The reportable noncompliance detection code. |
| RncDetectionDate | string | The date that RNC was detected. It can be entered manually or automatically. In cases in which RNC is detected by ICIS-NPDES, the detection date entered will vary according to the type of violation de |
| RncDetectionDesc | string | The reportable noncompliance detection description. |
| RncResolutionCode | string | The reportable noncompliance resolution code. |
| RncResolutionDate | string | The reportable noncompliance resolution date. |
| RncResolutionDesc | string | The reportable noncompliance resolution description. |
| StatisticalBaseMonthlyAvg | string | |
| ValueReceivedDate | string | The date the DMR value was received by the regulatory authority |
| ValueTypeCode | string | The indication of the limit value type (e.g., Quantity 1, Concentration 2) |
| VersionNmbr | string | The version of the permit when a modification or reissuance is applied to the permit. Version = 0 indicates the original permit issuance |
| ViolationCode | string | The code identifying which type of Violation has occurred (e.g., D80 = Required Monitoring DMR Value Non-Receipt, E90 = Effluent Violation, C20 = Schedule Event Achieved Late) |
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-dfr-dfr0-get-d80d90s-details.d80-d90s-details.sources-schema.json",
"title": "dfr0_get_d80d90s_details.D80D90sDetails.Sources",
"description": "Sources Object",
"type": "object",
"properties": {
"DaysLate": {
"description": "The number of days the DMR value is late, as generated in ICIS-NPDES",
"example": "5",
"title": "Days Received Late",
"type": "string"
},
"DmrDueDate": {
"description": "The due date for the DMR to the NPDES program authority (e.g., EPA or state environmental agency) (MM/DD/YYYY).\ufffd",
"example": "01/25/2018",
"title": "DMR Due Date",
"type": "string"
},
"LimitBeginDate": {
"description": "The date on which a limit becomes in effect for a particular parameter in a limit set",
"example": "01-APR-14",
"title": "Limit Begin Date",
"type": "string"
},
"LimitEndDate": {
"description": "The date on which a limit stops being in effect for a particular parameter in a limit set",
"example": "31-MAR-19",
"title": "Limit End Date",
"type": "string"
},
"LimitId": {
"description": "The unique identifier for a limit parameter record",
"example": "3401161480",
"title": "Limit ID",
"type": "string"
},
"LimitSetName": {
"description": "The name associated with a group of parameter permit limits.",
"title": "Limit Set Name",
"type": "string",
"example": "EPA Facility"
},
"MissingLate": {
"description": "Indicates if the permitted facility submitted missing or late DMRS to the NPDES permitting authority within the past three years.",
"example": "LATE",
"title": "Missing or Late DMR?",
"type": "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"
},
"MonitoringPeriodEndDate": {
"description": "The date that the monitoring period for the values covered by the DMR Form ends",
"example": "30-APR-14",
"title": "Monitoring Period End Date",
"type": "string"
},
"NPDESId": {
"description": "A unique ID assigned for each record/permit/site/facility within ICIS-NPDES.",
"example": "IN0000094",
"title": "National Pollutant Discharge Elimination System (NPDES) ID",
"type": "string"
},
"NodiCode": {
"description": "The no data indicator code for DMRs where no measurements are reported.",
"example": "1",
"title": "No Data Indicator (NODI) Code",
"type": "string"
},
"NodiDesc": {
"description": "The description of the NODI code explaining why no data are reported (e.g., no discharge, not quantifiable, conditional monitoring).",
"example": "Wrong Flow",
"title": "No Data Indicator (NODI) Description",
"type": "string"
},
"NodiValidationFlag": {
"description": "Indicates whether the NODI is considered valid (Y) or invalid (N) for compliance determination purposes.",
"example": "Y",
"title": "No Data Indicator (NODI) Validation Flag",
"type": "string"
},
"NpdesViolationId": {
"description": "The unique identifier for the violation related to a particular site.",
"example": "3638943345",
"title": "NPDES Violation ID",
"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"
},
"PermFeatureNmbr": {
"description": "A three-character code in ICIS-NPDES that identifies the point of discharge (e.g., outfall) for a facility. A NPDES permit may have multiple points of discharge. If the code is less than three characters in the .CSV, append zeros to the beginning of the number (e.g., 1 is equivalent to 001)",
"example": "001",
"title": "Discharge Point",
"type": "string"
},
"RncDetectionCode": {
"description": "The reportable noncompliance detection code.",
"example": "A",
"title": "Reportable Noncompliance Detection Code",
"type": "string"
},
"RncDetectionDate": {
"description": "The date that RNC was detected. It can be entered manually or automatically. In cases in which RNC is detected by ICIS-NPDES, the detection date entered will vary according to the type of violation detected (MM/DD/YYY).",
"example": "02/19/2016",
"title": "Reportable Noncompliance Detection Date",
"type": "string"
},
"RncDetectionDesc": {
"description": "The reportable noncompliance detection description.",
"example": "Enforcement Order",
"title": "Reportable Noncompliance Detection Description",
"type": "string"
},
"RncResolutionCode": {
"description": "The reportable noncompliance resolution code.",
"example": "4",
"title": "Reportable Noncompliance Resolution Code",
"type": "string"
},
"RncResolutionDate": {
"description": "The reportable noncompliance resolution date.",
"example": "02/19/2016",
"title": "Reportable Noncompliance Resolution Date",
"type": "string"
},
"RncResolutionDesc": {
"description": "The reportable noncompliance resolution description.",
"example": "\tRP - In Compliance with Formal Enforcement Action Final Order Requirement",
"title": "Reportable Noncompliance Resolution Description",
"type": "string"
},
"StatisticalBaseMonthlyAvg": {
"type": "string",
"example": "string"
},
"ValueReceivedDate": {
"description": "The date the DMR value was received by the regulatory authority",
"example": "08-MAY-14",
"title": "Date Received",
"type": "string"
},
"ValueTypeCode": {
"description": "The indication of the limit value type (e.g., Quantity 1, Concentration 2)",
"example": "C1",
"title": "Measured Value Type Code",
"type": "string"
},
"VersionNmbr": {
"description": "The version of the permit when a modification or reissuance is applied to the permit. Version = 0 indicates the original permit issuance",
"example": "0",
"title": "Version Number",
"type": "string"
},
"ViolationCode": {
"description": "The code identifying which type of Violation has occurred (e.g., D80 = Required Monitoring DMR Value Non-Receipt, E90 = Effluent Violation, C20 = Schedule Event Achieved Late)",
"example": "E90",
"title": "Violation Code",
"type": "string"
}
},
"required": [
"NPDESId",
"VersionNmbr",
"PermFeatureNmbr",
"LimitId",
"MonitoringLocationCode",
"MonitoringLocationDesc",
"LimitBeginDate",
"LimitEndDate",
"LimitSetName",
"ParameterCode",
"ParameterDesc",
"ValueTypeCode",
"StatisticalBaseMonthlyAvg",
"MonitoringPeriodEndDate",
"DmrDueDate",
"NpdesViolationId",
"RncDetectionDate",
"RncDetectionCode",
"RncDetectionDesc",
"RncResolutionDate",
"RncResolutionCode",
"RncResolutionDesc",
"NodiCode",
"NodiDesc",
"NodiValidationFlag",
"DaysLate",
"MissingLate",
"ValueReceivedDate",
"ViolationCode"
]
}
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-dfr-dfr0-get-d80d90s-details.d80-d90s-details.sources"
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.