Detailed Facility Report Permits Service
This procedure obtains data for the following sections of the Detailed Facility Report.
Facility Information (FRS) in the Facility Summary. Regulatory Interests in the Facility Summary. Also Reports in the Facility Summary. Facility/System Characteristics in Facility/System Characteristics. Facility Contact Information in Facility/System Characteristics. Facility SIC Codes in Facility/System Characteristics section. Facility NAICS Codes in Facility/System Characteristics section.
Query parameters
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.
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).
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 permits
Example response
{
"Results": {
"Message": "Success",
"Permits": [
{
"AccuracyScore": "17452",
"AccuracyValue": "25",
"Areas": "Total 2013 Facility Emissions in metric tons CO2e (excluding Biogenic CO2): 56962",
"CollectDesc": "ADDRESS MATCHING-HOUSE NUMBER",
"DQURL": "???",
"EPARegion": "04",
"EPASystem": "ICP",
"ExpDate": "09/10/2005",
"FacilityCity": "DECATUR",
"FacilityName": "3M COMPANY",
"FacilityState": "AL",
"FacilityStatus": "Effective",
"FacilityStreet": "1400 STATE DOCKS RD.",
"FacilityZip": "35609",
"HasBioRpt": "N",
"HasIcisSsoRpt": "N",
"HdatumDesc": "NAD83",
"IndianCountry": "N",
"Latitude": "34.606651",
"Longitude": "-86.982419",
"NAICS": "325211",
"RefPointDesc": "Facility Center/Centroid",
"SIC": "3081",
"SourceID": "ALR040033",
"Statute": "CWA",
"Universe": "Minor: General Permit Covered Facility"
}
],
"Reports": {
"HasPollRpt": "Y"
}
}
}