Echo Dfr Dfr070 Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Echo Dfr Dfr070 Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CopperSamplesCuALECuALEUnitsCuALEValueCuSampleDatesCuViolLeadAndCopperViolLeadCopperRuleHealthBasedViolLeadSamplesPbALEPbALEUnitsPbALEValuePbSampleDatesPbViolRuleCode350ViolSourceIDiCU90iPB90

Example Payload

Raw ↑
{
  "CopperSamples": [
    "string"
  ],
  "CuALE": "1.3 mg/L",
  "CuALEUnits": "mg/L",
  "CuALEValue": "1.3",
  "CuSampleDates": "2012-01-01 - 2014-12-31;",
  "CuViol": "2",
  "LeadAndCopperViol": "4",
  "LeadCopperRuleHealthBasedViol": "2",
  "LeadSamples": [
    "string"
  ],
  "PbALE": "0.015 mg/L",
  "PbALEUnits": "mg/L",
  "PbALEValue": "0.015",
  "PbSampleDates": "2012-01-01 - 2014-12-31;",
  "PbViol": "1",
  "RuleCode350Viol": "1",
  "SourceID": "ALR040033",
  "iCU90": "3",
  "iPB90": "2"
}