WattTime · Example Payload

Watttime Data Response Example

EmissionsClimateCarbonEnergyElectricity GridSustainabilityClean Energy

Watttime Data Response Example is an example object payload from WattTime, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metadata

Example Payload

Raw ↑
{
  "meta": {
    "region": "CAISO_NORTH",
    "signal_type": "co2_moer",
    "model": {
      "date": "2026-03-01"
    },
    "units": "lbs_co2_per_mwh"
  },
  "data": [
    {
      "point_time": "2026-04-01T00:00:00+00:00",
      "value": 412.5,
      "version": "2026-03-01"
    }
  ]
}