Mission Green← Jouli
Jouli for developers

The Rebate Truth Feed

Stop hard-coding rebates that go stale the week a scheme closes. A maintained, dated, source-cited, machine-readable feed of every Australian solar, battery and electrification incentive — by state — straight from the knowledge base that powers Jouli.

GET https://jouli-api.divine-dawn-b33b.workers.dev/api/jouli/rebates/feed
Cited, every lineEach rebate and deadline carries the official source URL it came from — not a scrape, a maintained read.
Dated freshnessAn asAt date on the whole feed so you always know how current it is. The Well caught closed QLD/SA/TAS schemes others were still showing.
All 8 states + federalSolar, battery (incl. the Cheaper Home Batteries Program), and electrification incentives, plus upcoming deadlines.
Drop-in JSONClean, typed shape with permissive CORS — call it from a CRM, a quoting tool, a marketplace, or a browser.

Who it's for

Installer CRMs and quoting tools that need the rebate stack to be right on every quote; solar & battery marketplaces; comparison and EV portals; anyone who keeps getting incentives wrong because they maintain them by hand.

Use it

The whole country

GET /api/jouli/rebates/feed

One state

GET /api/jouli/rebates/feed?state=VIC

States: VIC NSW QLD SA WA TAS ACT NT

Example response (trimmed)

// GET /api/jouli/rebates/feed?state=VIC
{
  "product": "Jouli Rebate Truth Feed",
  "asAt": "14 June 2026",
  "state": "VIC",
  "data": {
    "stats": { "sun": "4.2 peak sun hrs", "tariff": "~28c/kWh" },
    "rebates": [
      {
        "tag": "VIC State",
        "name": "Solar Victoria PV rebate",
        "amount": "Up to $1,400",
        "detail": "+ matching $1,400 interest-free loan. Income cap…",
        "source": { "name": "solar.vic.gov.au", "url": "https://www.solar.vic.gov.au/…" }
      }
    ],
    "deadlines": [ { "name": "Solar Victoria income-cap drop", "date": "2026-06-30", … } ]
  }
}

Fields

FieldMeaning
asAtThe date the whole feed was last verified.
data.<STATE>.rebates[]tag, name, amount, detail, and a source {name, url} for each incentive.
data.<STATE>.deadlines[]Upcoming changes — name, date, what changes, whether you canWait, and the source.
data.<STATE>.statsQuick context — peak sun hours, typical tariff, payback.

Commercial access

The open feed above is free to read with attribution. For higher rate limits, a freshness SLA, change webhooks, historical data, and a licence to embed it in your product, get in touch — pricing is per-seat and simple.

Email info@missiongreen.com.au

Terms

Figures are sourced as at the asAt date from the official source cited on each item; verify against that source before relying on a figure. General information only — not financial, legal or tax advice. Attribution required on the open tier: “Powered by Jouli — jouli.com.au”. © Mission Green Pty Ltd, ABN 17 659 134 577.