Detailed Facility Report
Displays detailed Water Quality information from EPA's Office of Water Systems
This information is only available for facilities with a NPDES permit. Based on spatial data, displays water quality information from EPA's Office of Water ATTAINS system.
get/dfr_rest_services.get_water_quality_details
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 water qualtity information.
Example response
{
"Results": {
"Message": "Success",
"WaterQualityDetails": {
"Sources": [
{
"AssessedOr303dFlg": "305(b)",
"AttainsAquaticLifeUseFlg": "Y",
"AttainsCauseGroups": "POLYCHLORINATED BIPHENYLS (PCBS) | TOXIC ORGANICS",
"AttainsExceptnlUseFlg": "Y",
"AttainsPossiblePollutants": "Aluminum, total recoverable | Coliform, fecal general | Copper, total [as Cu] | Copper, total recoverable | Iron, total [as Fe] | Iron, total recoverable | Lead, total recoverable",
"AttainsRecreationUseFlg": "Y",
"AttainsShelffishUseFlg": "Y",
"AttainsStateCauses": "PH | POLYCHLORINATED BIPHENYLS (PCBS)",
"CycleYear": "2012",
"GNISName": "Sugarcamp Run",
"ImpairedWatersFlg": "Y",
"ReachCode": "\"05030201000270\"",
"SourceID": "ALR040033",
"WBD12": "050302011006",
"WBD12Name": "Mill Creek-Ohio River"
}
]
}
}
}