HourlyMatsApportionedEmissionsDTO

HourlyMatsApportionedEmissionsDTO schema from Emissions Management OpenAPI Specification

GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

Properties

Name Type Description
stateCode string Two letter abbreviation for the State.
facilityName string The name given by the owners and operators to a facility
facilityId number The Facility ID code assigned by the Department of Energy's Energy Information Administration. The Energy Information Administration Plant ID code is also referred to as the "ORIS code", "ORISPL code"
unitId string Unique identifier for each unit at a facility.
unitType string Type of unit or boiler.
associatedStacks string Stacks associated with the unit.
primaryFuelInfo string The primary type of fuel combusted by the unit.
secondaryFuelInfo string The secondary type of fuel(s) combusted by the unit.
so2ControlInfo string Method or equipment used by the combustion unit to minimize SO2 emissions.
pmControlInfo string Method or equipment used by the combustion unit to minimize PM emissions.
noxControlInfo string Method or equipment used by the combustion unit to minimize NOx emissions.
hgControlInfo string Method or equipment used by the combustion unit to minimize Hg emissions.
date string Date on which activity occurred.
hour number Hour in which activity occurred, recorded using local, standard time.
opTime number Any part of an hour in which a unit combusts any fuel.
matsGrossLoad number Electrical generation in MW produced by combusting a given heat input of fuel.
matsHeatInput number Quantity of heat in mmBtu calculated by multiplying the quantity of fuel by the fuels heat content.
hgOutputRate number Average Hg hourly emissions rate per gigawatt hour of output (lbs/GWh)
hgInputRate number Average Hg hourly emissions rate (lbs/TBtu)
hgMass number Hg mass emissions (lbs)
hgMassMeasureFlg string Describes how the Hg Mass values were determined.
hclOutputRate number Average HCl hourly emissions rate per megawatt hour of output (lbs/MWh)
hclInputRate number Average HCl hourly emissions rate (lbs/mmBtu)
hclMass number HCl mass emissions (lbs)
hclMassMeasureFlg string Describes how the HCl Mass values were determined.
hfOutputRate number Average HF hourly emissions rate per megawatt hour of output (lbs/MWh)
hfInputRate number Average HF hourly emissions rate (lbs/mmBtu)
hfMass number HF mass emissions (lbs)
hfMassMeasureFlg string Describes how the HF Mass values were determined.
steamLoad number Rate of steam pressure generated by a unit or source produced by combusting a given heat input of fuel. (1000 lb/hr)
View JSON Schema on GitHub

JSON Schema

cam-emissions-hourly-mats-apportioned-emissions-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-emissions-hourly-mats-apportioned-emissions-dto-schema.json",
  "title": "HourlyMatsApportionedEmissionsDTO",
  "description": "HourlyMatsApportionedEmissionsDTO schema from Emissions Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "stateCode": {
      "type": "string",
      "description": "Two letter abbreviation for the State.",
      "example": "AK"
    },
    "facilityName": {
      "type": "string",
      "description": "The name given by the owners and operators to a facility",
      "example": "Barry"
    },
    "facilityId": {
      "type": "number",
      "description": "The Facility ID code assigned by the Department of Energy's Energy Information Administration. The Energy Information Administration Plant ID code is also referred to as the \"ORIS code\", \"ORISPL code\", \"Facility ID\", or \"Facility code\", among other names. If a Plant ID code has not been assigned by the Department of Energy's Energy Information Administration, then plant code means a code beginning with \"88\" assigned by the EPA's Clean Air Markets Division for electronic reporting.",
      "example": 3
    },
    "unitId": {
      "type": "string",
      "description": "Unique identifier for each unit at a facility.",
      "example": 5
    },
    "unitType": {
      "type": "string",
      "description": "Type of unit or boiler.",
      "example": "Tangentially-fired"
    },
    "associatedStacks": {
      "type": "string",
      "description": "Stacks associated with the unit.",
      "example": "CS001"
    },
    "primaryFuelInfo": {
      "type": "string",
      "description": "The primary type of fuel combusted by the unit.",
      "example": "Coal"
    },
    "secondaryFuelInfo": {
      "type": "string",
      "description": "The secondary type of fuel(s) combusted by the unit.",
      "example": "Diesel Oil"
    },
    "so2ControlInfo": {
      "type": "string",
      "description": "Method or equipment used by the combustion unit to minimize SO2 emissions.",
      "example": "Wet Limestone"
    },
    "pmControlInfo": {
      "type": "string",
      "description": "Method or equipment used by the combustion unit to minimize PM emissions.",
      "example": "Electrostatic Precipitator"
    },
    "noxControlInfo": {
      "type": "string",
      "description": "Method or equipment used by the combustion unit to minimize NOx emissions.",
      "example": "Selective Catalytic Reduction, Low NOx Burner Technology w/ Separated OFA"
    },
    "hgControlInfo": {
      "type": "string",
      "description": "Method or equipment used by the combustion unit to minimize Hg emissions.",
      "example": "Catalyst (gold, palladium, or other) used to oxidize mercury"
    },
    "date": {
      "type": "string",
      "description": "Date on which activity occurred.",
      "example": "2019-01-01"
    },
    "hour": {
      "type": "number",
      "description": "Hour in which activity occurred, recorded using local, standard time.",
      "example": 23
    },
    "opTime": {
      "type": "number",
      "description": "Any part of an hour in which a unit combusts any fuel.",
      "example": 0.95
    },
    "matsGrossLoad": {
      "type": "number",
      "description": "Electrical generation in MW produced by combusting a given heat input of fuel.",
      "example": 146
    },
    "matsHeatInput": {
      "type": "number",
      "description": "Quantity of heat in mmBtu calculated by multiplying the quantity of fuel by the fuels heat content.",
      "example": 1470.2
    },
    "hgOutputRate": {
      "type": "number",
      "description": "Average Hg hourly emissions rate per gigawatt hour of output (lbs/GWh)",
      "example": 0.0102
    },
    "hgInputRate": {
      "type": "number",
      "description": "Average Hg hourly emissions rate (lbs/TBtu)",
      "example": 0.9236604702
    },
    "hgMass": {
      "type": "number",
      "description": "Hg mass emissions (lbs)",
      "example": 0.002703
    },
    "hgMassMeasureFlg": {
      "type": "string",
      "description": "Describes how the Hg Mass values were determined.",
      "example": "Measured"
    },
    "hclOutputRate": {
      "type": "number",
      "description": "Average HCl hourly emissions rate per megawatt hour of output (lbs/MWh)",
      "example": 0.00452
    },
    "hclInputRate": {
      "type": "number",
      "description": "Average HCl hourly emissions rate (lbs/mmBtu)",
      "example": 407.5244879786
    },
    "hclMass": {
      "type": "number",
      "description": "HCl mass emissions (lbs)",
      "example": 0.36612
    },
    "hclMassMeasureFlg": {
      "type": "string",
      "description": "Describes how the HCl Mass values were determined.",
      "example": "Measured"
    },
    "hfOutputRate": {
      "type": "number",
      "description": "Average HF hourly emissions rate per megawatt hour of output (lbs/MWh)",
      "example": 0.0
    },
    "hfInputRate": {
      "type": "number",
      "description": "Average HF hourly emissions rate (lbs/mmBtu)",
      "example": 0.0
    },
    "hfMass": {
      "type": "number",
      "description": "HF mass emissions (lbs)",
      "example": 0.0
    },
    "hfMassMeasureFlg": {
      "type": "string",
      "description": "Describes how the HF Mass values were determined.",
      "example": "string"
    },
    "steamLoad": {
      "type": "number",
      "description": "Rate of steam pressure generated by a unit or source produced by combusting a given heat input of fuel. (1000 lb/hr)",
      "example": 387
    }
  },
  "required": [
    "stateCode",
    "facilityName",
    "unitId",
    "unitType",
    "associatedStacks",
    "primaryFuelInfo",
    "secondaryFuelInfo",
    "so2ControlInfo",
    "pmControlInfo",
    "noxControlInfo",
    "hgControlInfo",
    "date",
    "hgMassMeasureFlg",
    "hclMassMeasureFlg",
    "hfMassMeasureFlg"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cam-emissions-hourly-mats-apportioned-emissions-dto"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.