PASAR API
Open energy data API for the NEM and WA WEM; free API key (Bearer token), CC BY-NC licence for non-commercial use.
View docs ↗ More Data & enrichment APIs# OpenElectricity ~ Australian energy market data needs credentials ~ get yours at: # https://docs.openelectricity.org.au/ curl 'https://api.openelectricity.org.au/v4' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Australia API into my app. API: OpenElectricity ~ Australian energy market data Provider: OpenElectricity (formerly OpenNEM) Auth: requires credentials (sign up: https://docs.openelectricity.org.au/) Pricing: free Base URL: https://api.openelectricity.org.au/v4 Important note: Open energy data API for the NEM and WA WEM; free API key (Bearer token), CC BY-NC licence for non-commercial use. Source: OpenElectricity (formerly OpenNEM) (https://docs.openelectricity.org.au/) Source type: Official open-data catalogue Endpoint type: Open-data catalogue JSON Integration difficulty: Needs bearer Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.