Cam Facilities Facility Attributes Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Facilities Facility Attributes Dto Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 30 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

stateCodefacilityNamefacilityIdunitIdassociatedStacksyearprogramCodeInfoprimaryRepInfoepaRegionnercRegioncountycountyCodefipsCodesourceCategorylatitudelongitudeownerOperatorso2PhasenoxPhaseunitTypeprimaryFuelInfosecondaryFuelInfoso2ControlInfonoxControlInfopmControlInfohgControlInfocommercialOperationDateoperatingStatusmaxHourlyHIRateassociatedGeneratorsAndNameplateCapacity

Example Payload

Raw ↑
{
  "stateCode": "AK",
  "facilityName": "Barry",
  "facilityId": 3,
  "unitId": 5,
  "associatedStacks": "CS001",
  "year": 2020,
  "programCodeInfo": "ARP,CSNOX,CSSO2G2,MATS",
  "primaryRepInfo": 17364,
  "epaRegion": 5,
  "nercRegion": "Mid-Continent Area Power Pool",
  "county": "Sherburne County",
  "countyCode": "MN141",
  "fipsCode": 141,
  "sourceCategory": "Electric Utility",
  "latitude": 45.3792,
  "longitude": -93.8958,
  "ownerOperator": "Alabama Power Company (Operator)|Alabama Power Company (Owner)",
  "so2Phase": "Phase 2",
  "noxPhase": "Phase 1 Group 1",
  "unitType": "Tangentially-fired",
  "primaryFuelInfo": "Coal",
  "secondaryFuelInfo": "Diesel Oil",
  "so2ControlInfo": "Wet Limestone",
  "noxControlInfo": "Selective Catalytic Reduction, Low NOx Burner Technology w/ Separated OFA",
  "pmControlInfo": "Electrostatic Precipitator",
  "hgControlInfo": "Catalyst (gold, palladium, or other) used to oxidize mercury",
  "commercialOperationDate": "1977-04-01",
  "operatingStatus": "Operating",
  "maxHourlyHIRate": 7969.2,
  "associatedGeneratorsAndNameplateCapacity": "A1ST (191.8)"
}