Southeast Missouri Power Outages
Live county outage counts from Ameren's KUBRA StormCenter API, cached in /cache/ for 5 minutes.
API: currentState endpoint.
Last fetch HTTP code: 200.
SEMO CUSTOMERS OUT
0
CUSTOMERS SERVED
0
COUNTIES WITH DATA
0
COUNTIES WITH OUTAGES
0
TOP COUNTY
—
No live data
No county rows were parsed yet.
This version is hitting the KUBRA API directly. If it still does not find SEMO county rows, the data is likely nested under a different object name. I included a debug block at the bottom so the next pass can be wired exactly to the live JSON.
This version is hitting the KUBRA API directly. If it still does not find SEMO county rows, the data is likely nested under a different object name. I included a debug block at the bottom so the next pass can be wired exactly to the live JSON.
County outage details
Cape Girardeau
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Bollinger
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Perry
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Scott
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Stoddard
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Mississippi
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
New Madrid
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Pemiscot
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Dunklin
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Butler
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Wayne
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Carter
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Ripley
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Madison
Path: —
OUT
—
SERVED
—
% OUT
—
Unavailable
Debug
{
"top_level_keys": [
"version",
"controlCenter",
"stormcenterDeploymentId",
"messageBundleId",
"updatedAt",
"data",
"datastatic"
],
"sample_json": "{\"version\":\"V1\",\"controlCenter\":{\"alertDeploymentId\":null,\"settingsDeploymentId\":\"5034eff0-0867-4257-b864-62beec07ef1b\",\"areaManager\":{\"areaManagerConfigurationDeploymentId\":null,\"disableOutagesCustomersAffectedOverride\":false,\"disableOutagesEtrOverride\":false,\"customersAffectedOverride\":false,\"etrOverride\":false},\"hazardousLayers\":[],\"customlayers\":null},\"stormcenterDeploymentId\":\"d1c8bf83-79d7-47ac-b8db-b0a58e9c1882\",\"messageBundleId\":\"QdkTeq\",\"updatedAt\":1773569234000,\"data\":{\"interval_generation_data\":\"data\\\/0913395c-f683-414d-ac0f-12dba3d4d6f6\",\"cluster_interval_generation_data\":\"cluster-data\\\/{qkh}\\\/7f8677c5-5299-4c6f-a92f-15588b43f165\\\/0913395c-f683-414d-ac0f-12dba3d4d6f6\",\"planned_outage_data\":null,\"additional_map_layer_data\":[]},\"datastatic\":{\"a8ada69b-874e-49de-9820-cadc49112884\":\"regions\\\/c695f0c0-fd4a-401c-858d-63c613efed09\",\"340eca18-6673-4b47-801a-fcfd36c1a151\":\"regions\\\/c695f0c0-fd4a-401c-858d-63c613efed09\"}}"
}