/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: 549
Connection: keep-alive
Date: Sat, 22 Nov 2025 00:28:49 GMT
Content-encoding: gzip
Server: Apache
Access-control-allow-origin: *
Vary: Accept-Encoding
X-cache: Miss from cloudfront
Via: 1.1 bd5ab138e49a090fd3089313c9c8105c.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD12-P4
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: _9_Ov5q5s9qftpU0sMtlUR7uUGQ0RH4b3l_la-yLGwnd7P0ZTUxo6Q==
{
"results":[
{
"type":"live_webcasts",
"id":"37104",
"title":"MCRD San Diego Alpha Company Graduation",
"description":"MCRD San Diego Alpha Company Graduation.",
"hashtag":"USMC",
"begin":"2025-11-25T17:35:00+00:00",
"end":"2025-11-25T19: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\/37104",
"hls_url":"https:\/\/d2yq2ecpze4nf4.cloudfront.net\/out\/v1\/a28223b3dab948bc9f7115fd6eb18011\/index.m3u8",
"unit_id":"750"
},
{
"type":"live_webcasts",
"id":"37013",
"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:45 a.m. EST.",
"hashtag":"",
"begin":"2025-11-26T14:35:00+00:00",
"end":"2025-11-26T17: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\/37013",
"hls_url":"https:\/\/dch5nxbjiciir.cloudfront.net\/out\/v1\/3deaf7e071eb4d01b11da5fbf5d4a00c\/index.m3u8",
"unit_id":"5124"
}
],
"current_time":"2025-11-22T00:28:49+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: 405
Connection: keep-alive
Date: Sat, 22 Nov 2025 00:28:49 GMT
Content-encoding: gzip
Server: Apache
Access-control-allow-origin: *
Vary: Accept-Encoding
X-cache: Miss from cloudfront
Via: 1.1 2741f1723d261cac06de387e29ba4cbc.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD12-P4
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: RgTMRXnWMhPF5cpO4ZUOint7X9toNGKt6EZPlkC8DZe5A4e52SIh7g==
{
"current_time":"2025-11-22T00:28:49+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"
}
}