---
title: "Detailed Facility Report Air Quality Report Service"
method: GET
path: "/dfr_rest_services.get_air_quality"
tags: ["Detailed Facility Report"]
---

# Detailed Facility Report Air Quality Report Service

`GET /dfr_rest_services.get_air_quality`

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

## Query parameters

- `output` 'JSONP' | 'JSON' | 'XML'
- `p_id` string, required
- `callback` string

## Response `200`

Returns an object that includes information on air quality

- object — Root Object
  - `Results` Dfr002Results, required — Results Object
    - `AirQuality` Dfr024 — Air Quality Object
      - `CarbonMonoxide1971Area` string — Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Carbon Monoxide (1971).
      - `Lead1978Area` string — Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Lead (1978).
      - `Lead2008Area` string — If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name
      - `NitrogenDioxide1971Area` string — Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Nitrogen Dioxide (1971).
      - `Ozone8hr1997Area` string — If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name
      - `Ozone8hr2008Area` string — If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name
      - `Ozone8hr2015Area` string — Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for 8-Hour Ozone (2005).
      - `ParticulateMatter1987Area` string — Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Particulate Matter (1987).
      - `ParticulateMatter1997Area` string — If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name
      - `ParticulateMatter2006Area` string — If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name
      - `ParticulateMatter2012Area` string — Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Particulate Matter (2012).
      - `SulfurDioxide1971Area` string — Indicates the relevant National Ambient Air Quality Standards (NAAQS) nontattinment standard for Sulfur Dioxide (1971).
      - `SulfurDioxide2010Area` string — If null, the facility is not located in a designated non-attainment area. If populated, the value is the name of the non-attainment area; normally this is a city or county name
    - `Message` string, required — Field to record messages (typically performance-related) about packet processing

---

[API](https://skmtc.net/usepa/apis/dfr.md) · [All operations](https://skmtc.net/usepa/apis/dfr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepa/dfr/versions/0f6834e9375d/schema)
