API Repeaters

 

 

Repeater Data Dumps

 

JSON

 

DV Scotland Phoenix Repeaters - JSON

 

Endpoints
{
"callsign": "GB7EB",                                     //Repeater Callsign*
"city": "Beccles",                                       //Location*  
"color_code": "2",                                       //Colour Code*
"frequency": "439.57500",                                //Output Frequency*
"id": "235222",                                          //Repeater DMR ID
"offset": "-9.0000",                                     //Output / Input Offset*
"trustee": "M0JGX",                                      //Repeater Keeper*
*}

 

* Data from RadioID 

 

 

XML

 

DV Scotland Phoenix Repeaters - XML

 

Endpoints
<Repeater>                             
<callsign>GB7EB</callsign>             //Callsign
<city>Beccles</city>                   //Location 
<color_code>2</color_code>             //Colour Code
<frequency>439.57500</frequency>       //Frequency
<id>235222</id>                        //Repeater DMR ID
<offset>-9.0000</offset>               //Offset
<trustee>M0JGX</trustee>               //Repeater Keeper
</Repeater>

 

 

 

CSV

 

DV Scotland Phoenix Repeaters - CSV

 

Endpoints

Repeater Callsign, Location, Colour Code, Output Frequency, Repeater DMR ID, Offset Frequency, Keeper

 

 

Live individual repeater status - JSON

 

Endpoints
 {
"callsign": "GB7EB",                                     //Repeater Callsign*
"city": "Beccles",                                       //Location*  
"color_code": "2",                                       //Colour Code*
"frequency": "439.57500",                                //Output Frequency*
"id": "235222",                                          //Repeater DMR ID
"offset": "-9.0000",                                     //Output / Input Offset*
"trustee": "M0JGX",                                      //Repeater Keeper*
"dvs_status": "1",                                       //DVSPH Status   1 - Active  2 - Possible Issues  5 - Off Air   9 - Off Air (Admin / Keeper)  
"dvs_heartbeat": "2023-05-16 21:19:26"                   //Last Reported Heartbeat from Repeater
}
 
* Data provided by RadioID.net

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"
&font= SIZE  change the font size in px to suit your website (default is 16)
 
 
 
 

Just copy and paste the following example into your page, adjust height and width to suit.


Example

<iframe src="/https://dvsph.net/api/html/Repeaters3.php" height="1000" width="100%" frameBorder="0" title="DVSPH_TalkGroups"></iframe>

 

 

Please give dvsph.net credit for any use of these APIs / Data Dumps and iframe pages