You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . EnviroFacts . Toxins . ToxinReleaseByFacility
Retrieves a list of the annual release quantities of toxic chemicals at EPA-regulated facilities into air, water, on-site land, and underground wells.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo queries the EnviroFacts Data Service API and retrieves a list of the annual release quantities of toxic chemicals at EPA-regulated facilities into air, water, on-site land, and underground wells. A complete description of the EnviroFacts Data Service API can be found here.
To run this Choreo you will need a FacilityID, which can be obtained by first running the FacilitiesSearchByZip Choreo for a specific zip code.
To make best use of the information returned by this Choreo, you should become familiar with the fields that are returned in the output. The output contains several fields that may be useful to run other Choreos in this bundle. For example, the TRI_CHEM_ID field within each tri_reporting_form returned can be passed to the ChemicalID input in the ChemicalSearch Choreo.
The TRI_RELEASE_QTY_ROW for each chemical returned contains subfields that may be of interest. These subfields provide details about the yearly quantities of each chemical released by a given facility. Here are some example sub-fields and the information they contain:
A complete list of fields returned within the TRI_RELEASE_QTY_ROW field and their meaning can be found here.
Here's an example of an acceptable input:
FacilityID: 11211MLSNS215KE
The following is a partial excerpt of the information returned by this Choreo:
<?xml version="1.0"?> <tri_reporting_formList Count="15" Rows="-" > <tri_reporting_form> <DOC_CTRL_NUM>1387010264606</DOC_CTRL_NUM> <ACTIVE_STATUS>1</ACTIVE_STATUS> <TRI_FACILITY_ID>11211MLSNS215KE</TRI_FACILITY_ID> <TRI_CHEM_ID>000080626</TRI_CHEM_ID> <FORM_TYPE_IND>L</FORM_TYPE_IND> <REPORTING_YEAR>1987</REPORTING_YEAR> <CERTIF_NAME>ROBERT S. TANNENBAUM</CERTIF_NAME> <CERTIF_OFFICIAL_TITLE>VICE PRESIDENT</CERTIF_OFFICIAL_TITLE> <PARTIAL_FAC>0</PARTIAL_FAC> <ENTIRE_FAC>1</ENTIRE_FAC> <MAX_AMOUNT_OF_CHEM>04</MAX_AMOUNT_OF_CHEM> <CERTIF_SIGNATURE>O</CERTIF_SIGNATURE> <CERTIF_DATE_SIGNED>27-JUN-88</CERTIF_DATE_SIGNED> <POSTMARK_DATE/> <PUBLIC_CONTACT_PERSON>JEFFREY TANNENBAUM</PUBLIC_CONTACT_PERSON> <PUBLIC_CONTACT_PHONE>7183882653</PUBLIC_CONTACT_PHONE> <ADDITIONAL_DATA_IND>0</ADDITIONAL_DATA_IND> <ONE_TIME_RELEASE_QTY/> <ONE_TIME_RELEASE_QTY_NA>0</ONE_TIME_RELEASE_QTY_NA> <PRODUCTION_RATIO/> <PRODUCTION_RATIO_NA>0</PRODUCTION_RATIO_NA> <MIXTURE_NAME>NA</MIXTURE_NAME> <RECEIVED_DATE/> <REVISION_NA>0</REVISION_NA> <ORIG_POSTMARK/> <ORIG_RECEIVED/> <FEDERAL_FAC_IND>0</FEDERAL_FAC_IND> <GOCO_FLAG/> <GENERIC_CHEM_NAME>NA</GENERIC_CHEM_NAME> <CAS_CHEM_NAME>METHYL METHACRYLATE</CAS_CHEM_NAME> <TRADE_SECRET_IND>0</TRADE_SECRET_IND> <SANITIZED_IND>0</SANITIZED_IND> <DIOXIN_DISTRIBUTION_NA>0</DIOXIN_DISTRIBUTION_NA> <DIOXIN_DISTRIBUTION_1/> <DIOXIN_DISTRIBUTION_2/> <DIOXIN_DISTRIBUTION_3/> <DIOXIN_DISTRIBUTION_4/> <DIOXIN_DISTRIBUTION_5/> <DIOXIN_DISTRIBUTION_6/> <DIOXIN_DISTRIBUTION_7/> <DIOXIN_DISTRIBUTION_8/> <DIOXIN_DISTRIBUTION_9/> <DIOXIN_DISTRIBUTION_10/> <DIOXIN_DISTRIBUTION_11/> <DIOXIN_DISTRIBUTION_12/> <DIOXIN_DISTRIBUTION_13/> <DIOXIN_DISTRIBUTION_14/> <DIOXIN_DISTRIBUTION_15/> <DIOXIN_DISTRIBUTION_16/> <DIOXIN_DISTRIBUTION_17/> <PUBLIC_CONTACT_EMAIL/> <REVISION_CODE_1/> <REVISION_CODE_2/> <TRI_RELEASE_QTY> <TRI_RELEASE_QTY_ROW> <DOC_CTRL_NUM>1387010264606</DOC_CTRL_NUM> <ENVIRONMENTAL_MEDIUM>AIR FUG</ENVIRONMENTAL_MEDIUM> <WATER_SEQUENCE_NUM/> <RELEASE_RANGE_CODE>2</RELEASE_RANGE_CODE> <TOTAL_RELEASE/> <RELEASE_NA>0</RELEASE_NA> <RELEASE_BASIS_EST_CODE/> </TRI_RELEASE_QTY_ROW> <TRI_RELEASE_QTY_ROW> <DOC_CTRL_NUM>1387010264606</DOC_CTRL_NUM> <ENVIRONMENTAL_MEDIUM>AIR STACK</ENVIRONMENTAL_MEDIUM> <WATER_SEQUENCE_NUM/> <RELEASE_RANGE_CODE>2</RELEASE_RANGE_CODE> <TOTAL_RELEASE/> <RELEASE_NA>0</RELEASE_NA> <RELEASE_BASIS_EST_CODE/> </TRI_RELEASE_QTY_ROW> <TRI_RELEASE_QTY_ROW> <DOC_CTRL_NUM>1387010264606</DOC_CTRL_NUM> <ENVIRONMENTAL_MEDIUM>LAND TREA</ENVIRONMENTAL_MEDIUM> <WATER_SEQUENCE_NUM/> <RELEASE_RANGE_CODE/> <TOTAL_RELEASE/> <RELEASE_NA>1</RELEASE_NA> <RELEASE_BASIS_EST_CODE/> </TRI_RELEASE_QTY_ROW>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms