/live/listList of live events
Example request:
GET /live/list?max_results=2&api_key=key-XXXXXXXXXXXXX HTTP/1.1
Host: api.dvidshub.net
Accept-encoding: gzip, deflate
User-Agent: Zend_Http_Client
Accept: application/json, text/javascript
Referer: https://api.dvidshub.net
Example response:
HTTP/1.1 200 OK
Content-type: application/json
Content-length: 569
Connection: keep-alive
Date: Sat, 07 Feb 2026 23:18:29 GMT
Content-encoding: gzip
Server: Apache
Access-control-allow-origin: *
Vary: Accept-Encoding
X-cache: Miss from cloudfront
Via: 1.1 0050f627920ad736a86a4cf336d875bc.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD61-P12
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: VI1ZkU9Y3wH_vEjU-Txm_WEa6CsC0uCHJafzOvzblaGF-2ljXmda7w==
{
"results":[
{
"type":"live_webcasts",
"id":"37387",
"title":"Swearing-in Ceremony in Honor of Chief of Police Steven T. Taylor II ",
"description":"Swearing-in Ceremony in Honor of Chief of Police Steven T. Taylor II.",
"hashtag":"",
"begin":"2026-02-09T14:50:00+00:00",
"end":"2026-02-09T16:00:00+00:00",
"thumbnail":{
"url":"https:\/\/d1ldvf68ux039x.cloudfront.net\/thumbs\/webcast\/dod_default\/122x92_q95.jpg",
"width":122,
"height":92
},
"url":"https:\/\/www.dvidshub.net\/webcast\/37387",
"hls_url":"https:\/\/d7e306zdqcax0.cloudfront.net\/out\/v1\/f1fbcdcc778649108826fff48382c641\/index.m3u8",
"unit_id":"1614"
},
{
"type":"live_webcasts",
"id":"37231",
"title":"Official U.S. Navy RTC Boot Camp Graduation",
"description":"Navy boot camp graduation from Recruit Training Command, Great Lakes, IL. Feed begins at 9:15 a.m. EST.",
"hashtag":"",
"begin":"2026-02-12T14:05:00+00:00",
"end":"2026-02-12T16:30:00+00:00",
"thumbnail":{
"url":"https:\/\/d1ldvf68ux039x.cloudfront.net\/thumbs\/webcast\/dod_default\/122x92_q95.jpg",
"width":122,
"height":92
},
"url":"https:\/\/www.dvidshub.net\/webcast\/37231",
"hls_url":"https:\/\/dch5nxbjiciir.cloudfront.net\/out\/v1\/3deaf7e071eb4d01b11da5fbf5d4a00c\/index.m3u8",
"unit_id":"5124"
}
],
"current_time":"2026-02-07T23:18:29+00:00"
}
/live/getGet additional details about live event including links to feed(s)
Example request:
GET /live/get?id=3852&api_key=key-XXXXXXXXXXXXX HTTP/1.1
Host: api.dvidshub.net
Accept-encoding: gzip, deflate
User-Agent: Zend_Http_Client
Accept: application/json, text/javascript
Referer: https://api.dvidshub.net
Example response:
HTTP/1.1 200 OK
Content-type: application/json
Content-length: 406
Connection: keep-alive
Date: Sat, 07 Feb 2026 23:18:29 GMT
Content-encoding: gzip
Server: Apache
Access-control-allow-origin: *
Vary: Accept-Encoding
X-cache: Miss from cloudfront
Via: 1.1 6006b2e63e424aabf2253b6d7d7e57fa.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD61-P12
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: 3weSSRKjKu9v3y3wBVO3ocuFztg6eCmR7NJA_3s6Fjox8w4WIgqd_w==
{
"current_time":"2026-02-07T23:18:29+00:00",
"results":{
"id":"3852",
"title":"US Department of State Press Briefing",
"description":"Marie Harf, US Department of State Deputy Spokesperson, will deliver the daily press briefing. Feed begins at 1:30 PM EDT. *** Time subject to change.",
"begin":"2014-04-03T17:25:00+00:00",
"end":"2014-04-03T19:48:00+00:00",
"hls_url":null,
"thumbnail":{
"url":"https:\/\/d1ldvf68ux039x.cloudfront.net\/thumbs\/frames\/video\/1404\/326950\/122x92_q95.jpg",
"width":122,
"height":92
},
"url":"https:\/\/www.dvidshub.net\/webcast\/3852",
"video_id":"326950",
"unit_id":"127"
}
}