SaskPower Power Use Dashboard Data

The undocumented JSON endpoint behind SaskPower's public "Where Your Power Comes From" page. A single anonymous GET — no key, no signup, no referer check — returns the province's current supply picture: systemDemand, systemSupply, generation, netInterchange (negative when Saskatchewan is exporting), historicalPeakDemand with its date, and a generationByType array giving each fuel type (Hydro, Coal, Natural Gas, Wind, Solar, Other) its percentOfTotalGeneration, totalGenerationForType in MW, and the named powerUseFacilities contributing to it with links to each station's page. Verified 2026-07-27 as HTTP 200, application/json, 7,917 bytes, valid JSON. SaskPower publishes no reference, no schema, no version and no rate limit for it; it is a Sitecore controller action, not a product. Electricity Maps lists SaskPower's "Where Your Power Comes From" page as its Saskatchewan source, which is this same data read off the rendered page.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/saskpower-power-use-dashboard-data"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: saskpower:saskpower-power-use-dashboard-data
name: SaskPower Power Use Dashboard Data
description: 'The undocumented JSON endpoint behind SaskPower''s public "Where Your Power Comes From"
  page. A single anonymous GET — no key, no signup, no referer check — returns the province''s current
  supply picture: systemDemand, systemSupply, generation, netInterchange (negative when Saskatchewan is
  exporting), historicalPeakDemand with its date, and a generationByType array giving each fuel type (Hydro,
  Coal, Natural Gas, Wind, Solar, Other) its percentOfTotalGeneration, totalGenerationForType in MW, and
  the named powerUseFacilities contributing to it with links to each station''s page. Verified 2026-07-27
  as HTTP 200, application/json, 7,917 bytes, valid JSON. SaskPower publishes no reference, no schema,
  no version and no rate limit for it; it is a Sitecore controller action, not a product. Electricity
  Maps lists SaskPower''s "Where Your Power Comes From" page as its Saskatchewan source, which is this
  same data read off the rendered page.'
humanURL: https://www.saskpower.com/our-power-future/our-electricity/electrical-system/where-your-power-comes-from
baseURL: https://www.saskpower.com/ignitionapi/PowerUseDashboard/GetPowerUseDashboardData
tags:
- Grid
- System Data
- Generation Mix
- Demand
- Open Data
- Undocumented
properties:
- type: Documentation
  url: https://www.saskpower.com/our-power-future/our-electricity/electrical-system/where-your-power-comes-from
- type: TermsOfService
  url: https://www.saskpower.com/terms
- type: TermsOfService
  name: SaskPower Digital Terms and Conditions (February 2022)
  url: https://www.saskpower.com/-/media/SaskPower/Accounts-and-Services/Policy-Digital-TermsConditions.ashx
- type: JSONSchema
  name: Power Use Dashboard response schema (API Evangelist derived)
  url: json-schema/saskpower-power-use-dashboard.schema.json
- type: Examples
  name: Verbatim live response captured 2026-07-27
  url: examples/saskpower-power-use-dashboard-response.json