Live individual repeater status - JSON
The Dev team are in the process of updating this API as part of the new Status and Reporting System
Note: only JSON is available for this feed (save html iframe, see bottom of page)
https://dvsph.net/api/Repeater_Status.php?id= REPEATER ID
Example
https://dvsph.net/api/Repeater_Status.php?id=235222
{
"callsign": "GB7EB", //Repeater Callsign
"location": "Beccles", //Location
"status": "1", //DVSPH Status 1 - Active 2 - Possible Issues 5 - Off Air 9 - Off Air (Admin / Keeper)
"time_stamp": "2023-05-16 21:19:26" //Last Reported Heartbeat from Repeater
}
iframe / HTML Pages also available
There is now an HTML version of this script (for inclusion in iframe) available at
https://dvsph.net/api/html/Repeater_Status.php?id= REPEATER ID
OPTIONS
&head=x to remove the header "Live Repeater Status"
See the above example in use on a QRZ listing
Also see below
Adding Repeater Status to QRZ
Sign in to your QRZ account for the repeater,
Click on edit
Click "Add or edit your biography text, fonts, etc."
Now add the iframe by clicking on the globe
Enter https://dvsph.net/api/html/Repeater_Status.php?id= ***YOUR REPEATER ID*** into the URL - (Space inserted so you can easily copy the url)
Note the addition of html in the url if you omit the html you will get the JSON version, which isn't as easy to read.
Here we've used 243049 (for GB7TX) but also added &font=20 to enlarge the font size to suit QRZ, we've stated the width to 800 just so QRZ doesn't crop the output.
Click Save
Now go to your repeaters QRZ listing and if it worked it will be displaying a live status from the network
Please give dvsph.net credit for any use of these APIs / Data Dumps and iframe pages