Discover/energymadeeasy.gov.au API
live

energymadeeasy.gov.au APIwww.energymadeeasy.gov.au

Look up Australian energy plan details and search delivery area locations by postcode using the Energy Made Easy API. Two endpoints, real-time data.

Endpoints
2
Updated
2mo ago
Try it
The plan ID to look up (e.g. <PLAN_ID>)
Australian postcode to check plan availability against
api.parse.bot/scraper/695ab257-1fe4-456c-8c28-170f7d081267/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/695ab257-1fe4-456c-8c28-170f7d081267/get_plan_details?plan_id=%3Cplan_id%3E&postcode=2000' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Get details of a specific energy plan by its plan ID, including plan name, retailer information, fuel type, and availability for a given postcode.

Input
ParamTypeDescription
plan_idrequiredstringThe plan ID to look up (e.g. <PLAN_ID>)
postcodestringAustralian postcode to check plan availability against
Response
{
  "type": "object",
  "fields": {
    "state": "string - Australian state abbreviation",
    "plan_id": "string - the plan ID queried",
    "postcode": "string - the postcode checked for availability",
    "fuel_type": "string - fuel type code (E for electricity, G for gas)",
    "plan_name": "string - name of the energy plan",
    "plan_type": "string - plan type code (M for market)",
    "distributor": "string - electricity distributor name",
    "plan_status": "string - publication status (e.g. PUBLISHED)",
    "availability": "string - either 'available' or 'not available in this postcode'",
    "customer_type": "string - customer type code (R for residential)",
    "retailer_code": "string - short code for the retailer (e.g. RED)",
    "retailer_name": "string - full name of the retailer",
    "effective_date": "string - plan effective date in YYYY-MM-DD format"
  },
  "sample": {
    "data": {
      "state": "NSW",
      "plan_id": "RED552165MRE",
      "postcode": "2560",
      "fuel_type": "E",
      "plan_name": "Living Energy Saver",
      "plan_type": "M",
      "distributor": "Endeavour",
      "plan_status": "PUBLISHED",
      "availability": "available",
      "customer_type": "R",
      "retailer_code": "RED",
      "retailer_name": "Red Energy",
      "effective_date": "2025-07-29"
    },
    "status": "success"
  }
}

About the energymadeeasy.gov.au API

This API provides two endpoints for querying data from energymadeeasy.gov.au, Australia's government energy comparison service. Use get_plan_details to retrieve plan name, retailer, fuel type, distributor, customer type, and availability for a specific plan ID and postcode, or use search_locations to return all suburbs and localities within a given postcode with latitude and longitude coordinates.

Plan Details

The get_plan_details endpoint accepts a plan_id (required) and an optional postcode. It returns 10 fields covering the plan's identity and context: plan_name, plan_id, fuel_type (E for electricity, G for gas), plan_type (M for market), plan_status (e.g. PUBLISHED), customer_type (R for residential), distributor, state, postcode, and an availability field that resolves to either 'available' or 'not available in this postcode'. When a postcode is omitted, availability and distributor context may not reflect a specific service area.

Location Search

The search_locations endpoint takes a single required postcode parameter and returns a count integer alongside a locations array. Each location object includes a unique id, a human-readable location name, the postcode, state, and precise latitude/longitude coordinates. This is useful for validating postcodes, mapping delivery areas, or building location pickers before querying plan availability.

Data Scope and Codes

Both endpoints cover the plans and geographic areas listed on energymadeeasy.gov.au, which is administered by the Australian Energy Regulator. Fuel type codes (E, G), plan type codes (M), and customer type codes (R) follow the site's own classification scheme. The API does not return tariff rates, usage charges, or contract terms — it surfaces plan identity and geographic availability data.

Common use cases
  • Check whether a specific energy plan is available in a given Australian postcode before presenting it to a user.
  • Populate a postcode-to-suburb lookup for an Australian energy comparison tool using search_locations coordinates.
  • Filter energy plans by fuel type code (E or G) to display only electricity or gas options.
  • Identify the electricity distributor for a plan to route customers to the correct network operator.
  • Validate Australian postcodes and retrieve their associated state and locality names.
  • Build a map of energy plan delivery areas using the latitude and longitude fields returned per location.
  • Monitor plan publication status to detect when plans move to or from PUBLISHED state.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does energymadeeasy.gov.au have an official developer API?+
The Australian Energy Regulator publishes some data through the Energy Made Easy website, but there is no officially documented public REST API available to third-party developers. This Parse API provides structured access to plan and location data from that source.
What does the `availability` field in `get_plan_details` actually tell me?+
It returns one of two string values: 'available' or 'not available in this postcode'. This reflects whether the queried plan is offered in the postcode you pass. If you omit the postcode parameter, the availability field will not reflect a specific service area, so passing a postcode is recommended for accurate results.
Does the API return tariff rates, usage charges, or contract terms for energy plans?+
Not currently. The get_plan_details endpoint returns plan identity fields — name, fuel type, distributor, customer type, plan status, and postcode availability — but does not include pricing, tariff structures, or contract conditions. You can fork this API on Parse and revise it to add an endpoint that retrieves pricing and terms data for a given plan.
Can I search for plans by suburb name rather than postcode?+
Not currently. Both endpoints use postcode as the geographic input parameter. search_locations returns suburb and locality names within a postcode, and get_plan_details checks availability against a postcode. You can fork this API on Parse and revise it to add a suburb-name lookup that resolves to a postcode before querying plan data.
Does `search_locations` cover all Australian states and territories?+
The endpoint returns locations for postcodes listed on energymadeeasy.gov.au. Coverage reflects the site's geographic scope, which includes the National Electricity Market states. Some territories or remote postcodes may return a low count or no locations if they are not represented in the source data.
Page content last updated . Spec covers 2 endpoints from www.energymadeeasy.gov.au.
Related APIs in Government PublicSee all →
fuelradar.com.au API
Search for fuel stations across Australia and compare current prices by fuel type and location. Retrieve detailed station information, view the cheapest stations nationally, and track price trends and state-by-state comparisons.
energy-charts.de API
Monitor real-time electricity prices, production data, and market forecasts across Germany and Europe to track energy costs and grid conditions. Access day-ahead and intraday pricing, power generation forecasts, cross-border trading flows, and traffic signal alerts for comprehensive energy market insights.
ameren.com API
Retrieve hourly electricity prices, current outage summaries, rate information, and energy efficiency programs from Ameren. Covers Illinois and Missouri service areas with real-time and forecast pricing data.
saaustralia.com.au API
Search for solar installer accreditation status and details in Australia by name or installer number, and stay updated with the latest industry news, CPD training courses, and available accreditation categories. Verify installer credentials and professional development opportunities to make informed decisions about solar installation services.
euenergy.live API
Monitor real-time and historical electricity prices across Europe with hourly granularity, including load data and city-level pricing information. Look up current rates by country or city, track price trends over time, and access comprehensive bulk historical data to analyze European energy markets.
realestate.com.au API
Search and retrieve property listing data from realestate.com.au, including listings for sale and rent, detailed property information, and nearby schools for any location across Australia.
citypower.co.za API
Check real-time loadshedding schedules, outage status, and electricity tariffs for Johannesburg, plus access customer service information, billing details, and company news. Plan your power usage with loadshedding schedules and stay updated on City Power's latest announcements, FAQs, and contact information.
pricechecker.com API
Search and compare products listed on PriceCheck, including internet plans, data contracts, and electronics. Retrieve detailed pricing, specifications, and contract terms, and compare multiple listings side-by-side across providers.