v1

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

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.

get/dfr_rest_services.get_permits

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 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"
    }
  }
}