Red Energy · Arazzo Workflow
Compare Red Energy tariff plans
Version 1.0.0
Check that Red Energy's CDR implementation is available, then list its published electricity plans and pull the full tariff detail for one of them. Every step is unauthenticated — no API key, no signup, no accreditation. All four operationIds are verified verbatim in the referenced specifications, and each step was executed live on 2026-07-27.
View Spec
View on GitHub
EnergyAustraliaUtilitiesElectricityGasEnergy RetailConsumer Data RightCDRProduct Reference DataSmart MeteringOpen DataArazzoWorkflows
Provider
Workflows
compareRedEnergyPlans
Check availability, list plans, read one plan's full tariff detail.
Note the two different hosts. Discovery runs against Red Energy's own registered CDR public base URI; plan data runs against the Australian Energy Regulator's Energy Made Easy CDR host under the red-energy brand path. In CDR energy the retailer does not serve its own generic plan data.
1
checkStatus
$sourceDescriptions.cdsCommon.getStatus
GET https://public.cdr.redenergy.com.au/cds-au/v1/discovery/status with header x-v 1. Proceed only when data.status is OK.
2
checkOutages
$sourceDescriptions.cdsCommon.getOutages
GET /cds-au/v1/discovery/outages with x-v 1. An empty outages array means nothing is scheduled.
3
listPlans
$sourceDescriptions.cdsEnergy.listEnergyPlans
GET https://cdr.energymadeeasy.gov.au/red-energy/cds-au/v1/energy/plans with x-v 1. Returned meta.totalRecords 1705 on 2026-07-27.
4
getPlanDetail
$sourceDescriptions.cdsEnergy.getEnergyPlanDetail
GET /energy/plans/{planId} with x-v 3. This endpoint is on a different version train from listEnergyPlans — sending x-v 1 returns HTTP 406 urn:au-cds:error:cds-all:Header/UnsupportedVersion.
Source API Descriptions
openapi