v1

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

Detailed Facility Report Air Quality Report Service

This procedure obtains data for Air Quality in the Environmental Conditions Section of the DFR.

get/dfr_rest_services.get_air_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 information on air quality

Example response

{
  "Results": {
    "AirQuality": {
      "CarbonMonoxide1971Area": "Billings Area, MT",
      "Lead1978Area": "Lewis & Clark County (part); City of East Helena and vicinity, MT",
      "Lead2008Area": "Washington, DC-MD-VA",
      "NitrogenDioxide1971Area": "Los Angeles-South Coast Air Basin Area, CA",
      "Ozone8hr1997Area": "Milwaukee-Racine, WI",
      "Ozone8hr2008Area": "Chicago-Naperville, IL-IN-WI",
      "Ozone8hr2015Area": "Chicago-Naperville, IL-IN-WI",
      "ParticulateMatter1987Area": "Lake County; Cities of East Chicago, Hammond, Whiting, and Gary, IN",
      "ParticulateMatter1997Area": "Washington, DC-MD-VA",
      "ParticulateMatter2006Area": "Washington, DC-MD-VA",
      "ParticulateMatter2012Area": "Los Angeles-South Coast Air Basin",
      "SulfurDioxide1971Area": "Lake County: (part), IN",
      "SulfurDioxide2010Area": "Washington, DC-MD-VA"
    },
    "Message": "Success"
  }
}