Provenance
Freshness & coverage
Methods (12)
searchFacilityEmissions
readSearch GHG emissions by state, year, facility. sortBy="emissions" for top facilities.
Required paramsstate or stateCode or state_code or year or facilityName or gasNameInput schema
{ "type": "object", "properties": { "state": { "type": "string" }, "stateCode": { "type": "string" }, "state_code": { "type": "string" }, "year": { "type": "number" }, "facilityName": { "type": "string" }, "gasName": { "type": "string" }, "sortBy": { "type": "string" }, "sortOrder": { "type": "string" }, "aggregateByFacility": { "type": "boolean" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "state" ] }, { "required": [ "stateCode" ] }, { "required": [ "state_code" ] }, { "required": [ "year" ] }, { "required": [ "facilityName" ] }, { "required": [ "gasName" ] } ] } ] }getEmissionsByFacility
readAll GHG emissions (by gas type) for a specific facility.
Required paramsfacilityId or facility_idInput schema
{ "type": "object", "properties": { "facilityId": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "facility_id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "year": { "type": "number" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "facilityId" ] }, { "required": [ "facility_id" ] } ] } ] }searchBySector
readSearch GHG emissions by sector, subsector, state, year. Accepts natural-language aliases.
Required paramssectorName or sector or subsectorName or subsector or subsectorDescription or state or yearInput schema
{ "type": "object", "properties": { "sectorName": { "type": "string" }, "sector": { "type": "string" }, "subsectorName": { "type": "string" }, "subsector": { "type": "string" }, "subsectorDescription": { "type": "string" }, "state": { "type": "string" }, "year": { "type": "number" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "sectorName" ] }, { "required": [ "sector" ] }, { "required": [ "subsectorName" ] }, { "required": [ "subsector" ] }, { "required": [ "subsectorDescription" ] }, { "required": [ "state" ] }, { "required": [ "year" ] } ] } ] }getTopEmitters
readTop GHG-emitting facilities, optionally scoped by state/year.
Input schema
{ "type": "object", "properties": { "state": { "type": "string" }, "year": { "type": "number" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false }searchSubpartW
readSubpart W (petroleum & natural gas systems) emissions search.
Input schema
{ "type": "object", "properties": { "state": { "type": "string" }, "year": { "type": "number" }, "facilityName": { "type": "string" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false }searchTRIFacilities
readSearch TRI facilities by state, county, city, zip, or name (EPA Envirofacts GHGRP).
Required paramsstate or stateCode or state_code or county or city or zip or facilityNameInput schema
{ "type": "object", "properties": { "state": { "type": "string" }, "stateCode": { "type": "string" }, "state_code": { "type": "string" }, "city": { "type": "string" }, "county": { "type": "string" }, "zip": { "type": "string" }, "facilityName": { "type": "string" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "state" ] }, { "required": [ "stateCode" ] }, { "required": [ "state_code" ] }, { "required": [ "county" ] }, { "required": [ "city" ] }, { "required": [ "zip" ] }, { "required": [ "facilityName" ] } ] } ] }getTRIReleases
readTRI toxic release records for a specific facility (EPA Envirofacts GHGRP).
Required paramsfacilityId or facility_idInput schema
{ "type": "object", "properties": { "facilityId": { "type": "string" }, "facility_id": { "type": "string" }, "year": { "type": "number" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "facilityId" ] }, { "required": [ "facility_id" ] } ] } ] }searchFRSFacilities
readGreenhouse gas reporting (GHGRP) facility registry search by state, city, zip, name.
Required paramsstate or stateCode or state_code or city or zip or facilityNameInput schema
{ "type": "object", "properties": { "state": { "type": "string" }, "stateCode": { "type": "string" }, "state_code": { "type": "string" }, "city": { "type": "string" }, "zip": { "type": "string" }, "facilityName": { "type": "string" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "state" ] }, { "required": [ "stateCode" ] }, { "required": [ "state_code" ] }, { "required": [ "city" ] }, { "required": [ "zip" ] }, { "required": [ "facilityName" ] } ] } ] }getGHGByCounty
readGHG emissions filtered by county (state optional).
Required paramscounty or countyName or county_nameInput schema
{ "type": "object", "properties": { "county": { "type": "string" }, "countyName": { "type": "string" }, "county_name": { "type": "string" }, "state": { "type": "string" }, "year": { "type": "number" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "county" ] }, { "required": [ "countyName" ] }, { "required": [ "county_name" ] } ] } ] }getGHGByYear
readGHG emissions for a specific reporting year.
Required paramsyearInput schema
{ "type": "object", "properties": { "year": { "type": "number" }, "state": { "type": "string" }, "gasName": { "type": "string" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "year" ] }getGHGTrends
readMulti-year GHG emissions trend for a single facility. Accepts facilityId or facility_id.
Required paramsfacilityId or facility_idInput schema
{ "type": "object", "properties": { "facilityId": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "facility_id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "gasName": { "type": "string" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "facilityId" ] }, { "required": [ "facility_id" ] } ] } ] }searchByZipCode
readGHG emissions filtered by ZIP code.
Required paramszipInput schema
{ "type": "object", "properties": { "zip": { "type": "string" }, "year": { "type": "number" }, "gasName": { "type": "string" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "zip" ] }
