v1

latestSwagger 2.0This page was built with the Swagger API.2026-07-1494156491.1 KB
Detailed Facility Report

Detailed Facility Report SDWA Lead and Copper Service

This procedure obtains data for the SDWA, Lead and Copper Rule section of the DFR.

get/dfr_rest_services.get_sdwa_lead_and_copper

Query parameters

output'JSONP' | 'JSON' | 'XML'

Output Format Flag. Enter one of the following keywords:

  • JSON = Data model formatted as Javascript Object Notation (default).
  • JSONP = Data model formatted as Javascript Object Notation with Padding.
  • XML = Data model formatted as Extensible Markup Language.
p_idstring required

Either the EPA Facility Registry System's REGISTRY_ID for a facility or the facility identifier from the following EPA Systems: RCRAINFO (HANDLER_ID), AFS (SCSC), ICIS NPDES (NPDES_ID), or SDWIS (PWS_ID).

callbackstring

JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.

Response

Returns an object that includes an array of lead and copper rules

Example response

{
  "Results": {
    "LeadAndCopperRule5Yr": {
      "CopperSamples": [
        {
          "CU90": "2 mg/L",
          "CU90Dates": "2015-07-01-2015-12-31",
          "CU90Units": "mg/L",
          "CU90Value": "2"
        }
      ],
      "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": [
        {
          "PB90": ".042 mg/L",
          "PB90Dates": "2015-07-01-2015-12-31",
          "PB90Units": "mg/L",
          "PB90Value": "0.042"
        }
      ],
      "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"
    },
    "Message": "Success"
  }
}