Please give dvsph.net credit for any use of these APIs, data dumps, or iframe pages.
JSON
DMR 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
DMR 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
DMR Repeaters - CSV
Endpoints
Repeater Callsign, Location, Colour Code, Output Frequency, Repeater DMR ID, Offset Frequency, Keeper
Live Individual Repeater Status - JSON
Usage:
https://dvsph.net/api/Repeater_Status.php?id= REPEATER ID
Example:
https://dvsph.net/api/Repeater_Status.php?id=235222
https://dvsph.net/api/Repeater_Status.php?id= REPEATER ID
Example:
https://dvsph.net/api/Repeater_Status.php?id=235222
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-Issues 5-Off Air 9-Off Air(Admin/Keeper) "dvs_heartbeat": "2023-05-16 21:19:26" // Last Reported Heartbeat } * 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:
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)
iframe Pages also available
Repeaters
- HTML Repeaters 1 - No Formatting
- HTML Repeaters 2 - Simple Table
- HTML Repeaters 3 - DVSPH Table (same as dvsph.net)
Just copy and paste the following example into your page, adjust height and width to suit:
<iframe src="https://dvsph.net/api/html/Repeaters3.php" height="1000" width="100%" frameBorder="0" title="DVSPH_TalkGroups"></iframe>