v1

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

Detailed Facility Report Water Quality Service

This procedure obtains data for the Water Quality section of the DFR.

get/dfr_rest_services.get_water_quality

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 water quality information.

Example response

{
  "Results": {
    "Message": "Success",
    "WaterQuality": {
      "Sources": [
        {
          "AttainsAquaticLifeUseFlg": "Y",
          "AttainsAuCategory": "5",
          "AttainsCauseGroups": "POLYCHLORINATED BIPHENYLS (PCBS) | TOXIC ORGANICS",
          "AttainsExceptnlUseFlg": "Y",
          "AttainsRecreationUseFlg": "Y",
          "AttainsShellfishUseFlg": "Y",
          "BeachCloseLast2yrsFlg": "Y",
          "BeachCloseLastYearFlg": "Y",
          "CSS": "Y",
          "CWPCsoOutfalls": "59",
          "EPASystem": "ICP",
          "EsaAquaticSpeciesFlg": "Y",
          "HUC8": "\"05030201\"",
          "HUC8Name": "LITTLE MUSKINGUM-MIDDLE ISLAND",
          "RadGnisName": "Pojoaque River",
          "RadReachcode": "144957244039",
          "SourceID": "ALR040033",
          "WBD12": "050302011006",
          "WBD12Name": "Mill Creek-Ohio River"
        }
      ]
    }
  }
}