/live/list
List 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; charset=utf-8
Transfer-encoding: chunked
Connection: keep-alive
Date: Thu, 24 Apr 2025 11:59:24 GMT
Server: Apache
Access-control-allow-origin: *
Content-encoding: gzip
Vary: Accept-Encoding
X-cache: Miss from cloudfront
Via: 1.1 665d1c5fbd9802ee4a4f61e7446fc81e.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD12-P4
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: f3JbH7Yyamg3FxDyIUci__BDbsF1afYVKUV30q8VPCtf0QvJ0SZkWQ==
{
"results":[
{
"type":"live_webcasts",
"id":"35898",
"title":"Navy Recruit Training Command Graduation",
"description":"Navy boot camp graduation from Recruit Training Command, Great Lakes, IL. Feed begins at 9:45 a.m. EDT.",
"hashtag":"",
"begin":"2025-04-24T13:35:00+00:00",
"end":"2025-04-24T16: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\/35898",
"hls_url":"https:\/\/d1b55jk78a7el0.cloudfront.net\/out\/v1\/1d4a1a50b52b4333894d00ce0c4c7ca5\/index.m3u8",
"unit_id":"5124"
},
{
"type":"live_webcasts",
"id":"35853",
"title":"Combined DA\/GO Retirement Ceremony iho MG Stacy M. Babcock",
"description":"A live broadcast of the Combined Department of the Army (DA) and General Officer (GO) Retirement Ceremony for April 2025. This ceremony takes place each month at Conmy Hall on Joint Base Myer-Henderson Hall, Arlington, Virginia.",
"hashtag":"",
"begin":"2025-04-24T16:50:00+00:00",
"end":"2025-04-24T19: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\/35853",
"hls_url":"https:\/\/dch5nxbjiciir.cloudfront.net\/out\/v1\/3deaf7e071eb4d01b11da5fbf5d4a00c\/index.m3u8",
"unit_id":"7393"
}
],
"current_time":"2025-04-24T11:59:24+00:00"
}
/live/get
Get 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; charset=utf-8
Content-length: 594
Connection: keep-alive
Date: Thu, 24 Apr 2025 11:59:24 GMT
Access-control-allow-origin: *
Server: Apache
X-cache: Miss from cloudfront
Via: 1.1 4a9d2f26d7f571e9f468d5bd20d9ae18.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD12-P4
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: MwD8vrovdOE65Gvy64QBZEUGN9vLwMpcOXjYrWlfNKrDmOxa-DVJqQ==
{
"current_time":"2025-04-24T11:59:24+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"
}
}