JSON
Official DVSPh Talk Groups - JSON
Endpoints:
"TalkGroups": [ { "Slot": "1", // Time Slot (1 or 2) "TalkGroup": "1", // Talk Group (Group Call) Number "Description": "World-Wide Calling", // Short description "Link": null, // HTML link to dashboard or interlinked site "Interlink": "" // Details of what the talk group is connected to }, ... ] "Updates" *** DEPRECATED ***See our Github for a PHP example
XML
Official DVSPh 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 <Link/> // HTML link to dashboard or interlinked site <Interlink/> // Details of what the talk group is connected to </TalkGroups>
CSV
HTML Table Endpoints (iframe)
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:
<iframe src="https://dvsph.net/api/html/TalkGroups3.php" height="1000" width="100%" frameBorder="0" title="DVSPH_TalkGroups"></iframe>
Credit: Please give dvsph.net credit for any use of these APIs, data dumps, or iframe pages.