Written By: KiyoWxPower Outages
Configurations:
sources.miscellaneous_settings.power_outages
Provided by SDSWeather, this feature retrieves power outage information across the United States and US Territories.
Data Structure
Data can be requested at /data/outages and is returned in the following JSON format:
json
{
"summary": {
"total_customers": 111111111111111,
"total_outages": 111111111111111,
"priority": "STATE"
},
"data": [
{
"fips": 00,
"state": "STATE",
"tracked": 11111,
"outaged": 11111
},
]
},