Multiscrape for outage numbers

I am using Multiscrape to try and get power outage numbers.

Is this even possible?

What does your browser ‘browse source code’ option show?

Does the power utility also offer an API to obtain this data (with documentation)? Otherwise you are at the mercy of the web page designer if they change their code. JSON download?

Beautiful Soup with Python code?