Tibber · GraphQL Specification

Tibber GraphQL API

Tibber's long-standing GraphQL API. A single HTTPS endpoint serves the `viewer` query (with nested `homes`, `currentSubscription`, `priceInfo`, `consumption`, `production`, and `features`), the `liveMeasurement` websocket subscription that streams sub-second power, voltage, and current readings from a paired Tibber Pulse, and the `sendMeterReading`, `updateHome`, and `sendPushNotification` mutations. Authentication is a personal access token issued at developer.tibber.com.

Documentation Endpoint View on GitHub EnergySmartHomeSmartMeterElectricityPricingElectricVehicleChargingHeatPumpSolarInverterHomeBatteryGraphQLOAuth2NordicGraphQL

Overview

Tibber GraphQL API is a GraphQL API specification published by Tibber on the APIs.io network.

Tibber’s long-standing GraphQL API. A single HTTPS endpoint serves the viewer query (with nested homes, currentSubscription, priceInfo, consumption, production, and features), the liveMeasurement websocket subscription that streams sub-second power, voltage, and current readings from a paired Tibber Pulse, and the sendMeterReading, updateHome, and sendPushNotification mutations. Authentication is a personal access token issued at developer.tibber.com.

The GraphQL endpoint is available at https://api.tibber.com/v1-beta/gql. documentation is published at https://developer.tibber.com/docs.

The specification includes 3 reference links.

Tagged areas include Energy, SmartHome, SmartMeter, ElectricityPricing, and ElectricVehicleCharging.

Endpoint

https://api.tibber.com/v1-beta/gql

References

Related API Specs

Tibber GraphQL API (OpenAPI) Tibber Data API (OpenAPI)
Back to Tibber · All GraphQL Specs · GitHub