Ongoing outages and planned service interruptions
October 23, 2025
In a few weeks, the open data on outages and planned service interruptions will only be available through a secure connection (HTTPS). This change is meant to enhance the security and integrity of the information provided.
Update your solution to continue accessing the data.
If you have any questions, write to the open data team.
Current outages. Hydro-Québec dataset that provides, in real time for each ongoing outage, the following information:
- the geographical location of the outage ;
- the number of customers without electricity ;
- the outage start time ;
- the cause of the outage, when known ;
- the estimated service restoration time.
Planned interruptions. Hydro-Québec dataset that provides the scheduled power interruptions in the coming days and, for each of them, the following information:
- the geographical location of the planned interruption ;
- the number of affected customers ;
- the start and expected restoration dates and times.
Files or services
Access to open data is made through queries to an API (for application programming interface). For more information on the topic, see the Données Québec website.
Current outages − API mode
This mode requires the use of three REST-type URLs.
First request: get the latest BIS file version (“time stamp”)
Click the URL below.
https://pannes.hydroquebec.com/pannes/donnees/v3_0/bisversion.json
This provides the Service Interruption Report (BIS) file number.
Example number: "20180418084019".
Second request: get a JSON file containing the list of outages.
Append the obtained file number from the previous request to the end of the following URL.
URL : https://pannes.hydroquebec.com/pannes/donnees/v3_0/bismarkers{BIS_VERSION}.json
Example :https://pannes.hydroquebec.com/pannes/donnees/v3_0/bismarkers20180418084019.json
The outage list specifies the outage date, the expected service restoration time, and the geographical coordinates (latitude and longitude) of the affected area.
Data excerpt associated with an outage:
{ "messages": {}, "pannes": [
[ 2, "2018-04-19 10:13:03", "2018-04-19 11:15:00", "P", "[-74.03666800098304, 45.63760774828376]", "L", "4", "44", "9001", "" ],
[ 1, "2018-04-19 08:24:30", "2018-04-19 12:15:00", "P", "[-70.69765492300203, 46.50093403672063]", "L", "4", "44", "7509", "" ],
Data interpretation
messages: communication messages
pannes: number of customers affected by the outage
YYYY-MM-DD HH:MM:SS: outage start date and time
YYYY-MM-DD HH:MM:SS: planned outage end date and estimated end time
P: outage
[-73.00751272875362, 46.19771470407507]: coordinates of the outage area
Status data associated with the outage
A: work assigned
L: crew at work
R: crew en route
"defaut": ""
Unused data to ignore
4
Data associated with the cause of the outage
11, 12, 13, 14,15, 58, 70, 72, 73, 74, 79 or defaut: equipment failure
21, 22, 24, 25 or 26: weather conditions
31, 32, 33, 34, 41, 42, 43, 44, 54, 55, 56 or 57: accident or incident
51: vegetation damage
52 or 53: animal damage
1111: identifier of the affected municipality
"(number)": outage message ID
Third request: download a KMZ file that provides the list of polygons representing outage sectors (approximate).
Append the obtained file number from the first request to the following URL.
URL : https://pannes.hydroquebec.com/pannes/donnees/v3_0/bispoly{BIS_VERSION}.kmz
Example:
https://pannes.hydroquebec.com/pannes/donnees/v3_0/bispoly20180418084019.kmz
Once the KMZ file is decompressed, open the KML files using a specialized tool such as Google Earth.
Upcoming planned interruptions − API mode
This mode requires the use of three REST-type URLs.
First request: get the latest AIP file version (“time stamp”)
Click the URL below.
https://pannes.hydroquebec.com/pannes/donnees/v3_0/aipversion.json
This provides the Planned Interruption Notice (AIP) file number.
Second request: get the list of upcoming planned interruptions (“aipmarkers”)
Append the received file number from the previous request to the following URL.
URL : https://pannes.hydroquebec.com/pannes/donnees/v3_0/aipmarkers{AIP_VERSION}.json
Result: Retrieval of a JSON file.
Data interpretation
(number): number of customers affected by the interruption
(number): interruption notice ID
YYYY-MM-DD HH:MM:SS: planned start date and time of the interruption
YYYY-MM-DD HH:MM:SS: planned end date and time of the interruption
YYYY-MM-DD HH:MM:SS: actual start date and time of the interruption
YYYY-MM-DD HH:MM:SS: actual end date and time of the interruption
YYYY-MM-DD HH:MM:SS: postponed start date and time of the interruption
YYYY-MM-DD HH:MM:SS: postponed end date and time of the interruption
YYYY-MM-DD HH:MM:SS: rescheduled start date and time of the interruption
YYYY-MM-DD HH:MM:SS: rescheduled end date and time of the interruption
Data associated with the cause of the interruption
11, 12, 13, 14, 58, 70, 72, 73, 74, 79 or defaut: equipment failure
21, 22, 24, 25 or 26: weather conditions
31, 32, 33, 34, 41, 42, 43, 44, 54, 55, 56 or 57: accident or incident
51: vegetation damage
52: animal damage
53: animal damage
10: equipment code
"(number)": remark code
1111: municipality identifier
Data associated with the cause of the interruption
A: work assigned
L: crew at work
R: crew en route
[-72.77551433674611, 45.38822735653758]: coordinates of the interruption area
Third request: get the KMZ file that provides the list of polygons representing planned interruption areas (“aippoly”)
Append the obtained file number from the first request to the following URL.
URL : https://pannes.hydroquebec.com/pannes/donnees/v3_0/aippoly{AIP_VERSION}.kmz
Once the KMZ file is decompressed, open the KML files using a specialized tool such as Google Earth.
Current outages − Archive mode
Download the KMZ files for the current day’s outages
Open the files using a specialized tool such as Google Earth.
Additional information
- Update frequency : 15 minutes
- Temporal coverage : daily
- Initial release: 2018-04-23
- Notices and terms of use :
- Some outage areas may not appear on the maps. The areas represented and the estimated service restoration times are provided for information purposes only, as are other details (cause, number of affected customers, etc.).
- The Regional Report shows the number of customers without electricity in each region of Québec. It takes into account ongoing outages and planned interruptions. Unlike an outage, a planned interruption is a voluntary service shutdown for a set period for network maintenance reasons.
- Everyone should take the necessary steps to mitigate potential damage that may be caused by an outage.
pannes-interruptions
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.