Energy data

What energy data the Data API returns and where to find it.

The Data API gives you access to a consumer's energy data once they have connected their energy account through a consent. Energy data is currently available in Australia, where it is shared by energy retailers (the institutions, or data holders) under the Consumer Data Right (CDR).

What you can retrieve

DataEndpointConsent required
Accounts and plan detailsGET /v1/energy/accountsYes
BalancesGET /v1/energy/balancesYes
Usage (interval reads)GET /v1/energy/usageYes
Billing transactionsGET /v1/energy/billingYes
InvoicesGET /v1/energy/invoiceYes
Service pointsGET /v1/energy/service-pointsYes
ConcessionsGET /v1/energy/concessionsYes
Payment schedulesGET /v1/energy/payment-schedulesYes
DER (solar, batteries)GET /v1/energy/derYes
Market plans (product reference data)GET /v1/energy/plansNo

Tariff and solar feed-in details are nested inside the plan data returned with each account — see Understand energy tariff data and Read solar feed-in tariff data.

Where to go next

For full request and response schemas, see the API reference.