API documentation
Accurassi Platform API
The Accurassi API is documented in OpenAPI 3.1. The schema and .well-known discovery metadata are available below. The API is in MVP at launch; the contract is stable within major versions.
Service discovery
GET /.well-known/accurassi-platform.json
Endpoints
/v1/compareSubmit a comparison request. Returns ranked plans and structural advisories.
Request
- postcode
- housing (tenure, housingType, connectionType, jurisdiction)
- currentRetailer?
- annualUsageKwh?
- billUploadId?
Response includes
- ranked[] (planId, retailer, planName, tariffType, projected[], savingsVsCurrent, rateBreakdown, referencePriceDelta)
- structuralAdvisories[] (code, severity, title, summary, action, sources[])
/v1/plan/:planIdFull plan detail including rate schedule, contract terms, and NTC assignment.
Request
- planId (path parameter)
Response includes
- All RankedPlan fields
- ntcAssignment (code, role, source, confidence)
- fullRateSchedule
/v1/advisoriesList all advisory codes with descriptions and applicable jurisdictions.
Request
- jurisdiction? (query param)
Response includes
- code
- severity
- title
- applicableJurisdictions[]
- sources[]
Advisory codes
All advisory codes are stable identifiers. New codes are additive; existing codes are never removed within a major API version.
DEFAULT_DEMAND_TARIFF_OPT_OUT_AVAILABLECustomer is on a demand tariff assigned by default; opt-out right exists under IPART ruling.
RETAIL_STRUCTURE_PACKAGING_MISMATCHRetailer is packaging a demand NTC as a "Time-of-Use" plan — customer is unaware of demand charges.
INTRODUCTORY_RATE_ESCALATION_RISKPlan has an introductory discount that expires; projected costs include post-discount rates.
EXPERIMENTAL_TARIFF_OBLIGATIONSCustomer is on a voluntary experimental tariff with specific consent and obligation requirements.
EMBEDDED_NETWORK_DETECTEDRetailer name matches known embedded-network operators; standard market comparison not applicable.
RENTER_STATE_STANDARDS_AWARENESSCustomer is a renter; state minimum energy performance standards apply and are summarised.
VPP_CONTRACT_TERMS_DISCLOSUREPlan includes VPP participation terms; customer should review dispatch obligations.
OpenAPI 3.1 schema
The full schema is published at the URL below. Import into Postman, Insomnia, or any OpenAPI-compatible client.
Schema available from MVP launch (mid-to-late August 2026). Contact us for early access.