Consumer Data Right
Getting Started
About the API
The Consumer Data Right (CDR) APIs allow Registered Financially Responsible Market Participants (FRMPs) to service API requests for AEMO data from Accredited Data Recipients.
The CDR APIs consist of a set of APIs defined by the Consumer Data Standards Body (DSB) for energy secondary data holders here.
As permitted under provisions for Shared Responsibility Data Requests, additional mandatory parameters have been specified under API request headers to allow for AEMO security protocols.
Registered FRMPs can use the following APIs to obtain AEMO held consumer data for Consumer Data Right purposes only in response to requests from an Accredited Data Recipient.
getServicePoints – request high level standing data for multiple NMIs
getServicePointDetail – request detailed standing data for a single NMI
getDERForServicePoint – request distributed energy resource information for a single NMI
getDERForSpecificServicePoints – request distributed energy resource information for multiple NMIs
getUsageForServicePoint – request up to 24 months of meter data for a single NMI
getUsageForSpecificServicePoints – request up to 24 months of meter data for multiple NMIs.
Getting Access
To use the CDR APIs Participants must:
Be a Registered Financially Responsible Market Participant (FRMP) with a Participant ID
Have an MSATS user ID with the required Participant User Rights Management (URM) entity granted to it
Register with AEMO to use APIs
During formal onboarding, you will first be given access to Pre-Production and must complete your development/testing there prior to getting access to Production.
External Docs
Below are a list of external links for additional context to the API or Program:
API Details
Authentication Methods
This API is using the following Security Policies:
Note: The TLS certificates used to access Pre-Production are different from those used to access Production.
Base URLs
Below are the base URLs used for this API:
Environment
Base URL
Data Type
Pre-Production
https://apis.preprod.aemo.com.au:9319/NEMRetail/cds-au/v1/secondary/energy/{resource}
Test-Data (snapshot of production)
MarketNet Entry Pre-Production
https://apis.preprod.marketnet.net.au:9319/NEMRetail/cds-au/v1/secondary/energy/{resource}
Test-Data (snapshot of production)
Production
https://apis.prod.aemo.com.au:9319/NEMRetail/cds-au/v1/secondary/energy/{resource}
Live Data
MarketNet Entry Production
https://apis.prod.marketnet.net.au:9319/NEMRetail/cds-au/v1/secondary/energy/{resource}
Live Data
Parameters
Paths, Headers, Request Body and Responses can be found in the API Reference (OpenAPI Spec).