Tibber · Example Payload

Tibber Current Price Example

EnergySmartHomeSmartMeterElectricityPricingElectricVehicleChargingHeatPumpSolarInverterHomeBatteryGraphQLOAuth2Nordic

Tibber Current Price Example is an example object payload from Tibber, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": {
    "viewer": {
      "homes": [
        {
          "currentSubscription": {
            "priceInfo": {
              "current": {
                "total": 1.2418,
                "energy": 0.7843,
                "tax": 0.4575,
                "startsAt": "2026-05-25T14:00:00+02:00",
                "currency": "NOK",
                "level": "CHEAP"
              }
            }
          }
        }
      ]
    }
  }
}