Cam Monitor Plan Unit Fuel Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Monitor Plan Unit Fuel Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idunitIdfuelCodebeginDateendDateindicatorCodeactualOrProjectedCodeozoneSeasonIndicatordemSO2demGCVsulfurContentuserIdaddDateupdateDateunit

Example Payload

Raw ↑
{
  "id": "12345",
  "unitId": 0.0,
  "fuelCode": "string",
  "beginDate": "2024-01-15T12:00:00Z",
  "endDate": "2024-01-15T12:00:00Z",
  "indicatorCode": "string",
  "actualOrProjectedCode": "string",
  "ozoneSeasonIndicator": 0.0,
  "demSO2": "string",
  "demGCV": "string",
  "sulfurContent": 0.0,
  "userId": "12345",
  "addDate": "2024-01-15T12:00:00Z",
  "updateDate": "2024-01-15T12:00:00Z",
  "unit": "example"
}