v1

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

Detailed Facility Report TRI Releases Service

This procedrue obtains data for the TRI Releases section of the DFR.

get/dfr_rest_services.get_tri_releases

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 TRI releases

Example response

{
  "Results": {
    "Message": "Success",
    "TRIReleases": {
      "Chemicals": [
        {
          "Year1Pounds": "23",
          "Year2Pounds": "45",
          "Year3Pounds": "103",
          "Year4Pounds": "60",
          "Year5Pounds": "34",
          "Year6Pounds": "22",
          "Year7Pounds": "114",
          "Year8Pounds": "83",
          "Year9Pounds": "42"
        }
      ],
      "Header": [
        {
          "Year1": "2009",
          "Year2": "2010",
          "Year3": "2011",
          "Year4": "2012",
          "Year5": "2013",
          "Year6": "2014",
          "Year7": "2015",
          "Year8": "2016",
          "Year9": "2017"
        }
      ]
    }
  }
}