Talkgroup Data Dumps
JSON
Official DV Scotland Phoenix Talk Groups - JSON
Endpoints
"TalkGroups": [
{
"Slot": "1", //Time Slot (1 or 2)
"TalkGroup": "1", //Talk Group (Group Call) Number
"Description": "World-Wide Calling", //A Short description of the talk group
"Link": null, //HTML link to dashboard or interlinked site
"Interlink": "" //Details of what the talk group is connected (interlinked) to
},
"Updates" *** DEPRECATED ***
Example
See our Github for a PHP example
XML
Official DV Scotland Phoenix Talk Groups - XML
Endpoints
<TalkGroups>
<Slot>1</Slot> //Time Slot (1 or 2)
<TalkGroup>1</TalkGroup> //Talk Group (group call) number
<Description>World-Wide Calling</Description> //Description or function of the talk group
<Link/> //HTML link to dashboard or interlinked site
<Interlink/> //Details of what the talk group is connected (interlinked) to
</TalkGroups>
CSV
Official DV Scotland Phoenix Talk Groups - CSV
Endpoints
Slot, Talk Group, Description
iframe HTML pages
For those that don't wish to use JSON (XML or CSV).
HTML Talk Groups 1 - No Formatting
HTML Talk Groups 2 - Simple Table
HTML Talk Groups 3 - DVSPH Table (same as dvsph.net)
Just copy and paste the following example into your page, adjust height and width to suit.
Example
<iframe src="/https://dvsph.net/api/html/TalkGroups3.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