Detailed Facility Report
Detailed Facility Report Map Service
Returns an object with the facility's latitude and longitude coordinates.
get/dfr_rest_services.get_map
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 information for displaying a map
Example response
{
"Results": {
"MapOutput": {
"CenterLatitude": "38.798026",
"CenterLongitude": "-77.062981",
"IconBaseURL": "https://echo.epa.gov/app/map/icons/",
"MapData": [
{
"ICON": "CAA-IC-MN-N.png",
"LAT": "38.798026",
"LON": "-77.062981",
"NAME": "VIRGINIA CONCRETE ALEXANDRIA PLANT",
"PUV": "110001891506",
"TYPE": "Facility"
}
],
"PopUpBaseURL": "https://echodata.epa.gov/echo/cwa_rest_services.pop_up?p_id="
},
"Message": "Success"
}
}