SaskPower Live Outage JSON Feed
The undocumented JSON endpoint behind SaskPower's public outage map, found in the markup of the Outage Map and Updates page alongside the KML reference and fetched anonymously with no key, no signup and no referer check. A single GET returns Outages[] — one entry per affected service region — each carrying an integer OutageId (the same identifier space as the planned-outage RSS guids), an integer RegionId that joins to the outage-map KML regions and to that feed's ?rid= parameter, a human-readable Region name, a Planned field valued "Planned" or "Unplanned", and an Alerts array of operator-written {CreateDate, Message} notices. It is wrapped in the shared Sitecore controller envelope {errorCode, errorMessage, errorDetails, callId, time}, where errorCode 0 means success and the HTTP status stays 200 even on failure. Verified 2026-07-27 as HTTP 200, application/json, 4,256 bytes, valid JSON, 13 outages. This is the closest thing SaskPower has to a live grid-events API, and it is documented nowhere.