View Pollutant List
GET:{output}/pollutant/list
Overview
Returns a list of pollutants according to the supplied query parameters.
URL Parameters (Required)
Name | Type | Description |
---|---|---|
output | string | The output format of the HTTP response; must be ‘json’, ‘xml’, or ‘csv.’ |
Query Parameters (Optional)
Name | Type | Description |
---|---|---|
inv |
| The id field(s) for the inventory(s) that report a pollutant. |
isBC |
| A boolean indicating whether the pollutant is associated with black carbon emissions. Eg, black carbon, organic carbon, particulate matter, etc.. |
isCAC |
| A boolean indicating whether the pollutant is a criteria air contaminant. |
isGHG |
| A boolean indicating whether the pollutant is a greenhouse gas. |
isSLCP |
| A boolean indicating whether the pollutant is a short-lived climate pollutant (short-lived climate forcer). |
method |
| The id field(s) for the estimation methdology(s) used to estimate emissions of a pollutant. |
parent |
| The id field(s) for a "parent" pollutant record. For instance the pollutant HFC-134a belongs to the parent pollutant family "HFCs." |
sc |
| The id field(s) for the source category(s) used to classify emissions of a pollutant. |
Return Format
XML (with RDFa-Lite)
Code Samples
cURL
curl “http://api.cecclimate.com/json/pollutant/list?isCAC=1”