Display multiple rest api json results in one page

I’m a powershell novice. I’m trying to centralize a bunch of backup job portals that run on various servers in our environment. each portal has a rest api endpoint that returns JSON about the status of the backup jobs for that instance.

I can write a basic script that grabs the json and outputs info like name, run time, status, etc.

how can I use a PSU page to combine that info from multiple servers into one html table with a sort feature? Appreciate any help.

The endpoint is something like http://site1:8001/profiles and the json format has a parent node called profiles and child nodes for each backup profile setup to run on that server. The backup software is viceversa VVengine.