/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: Sun, 22 Jun 2025 08:28:48 GMT
Server: Apache
Access-control-allow-origin: *
Content-encoding: gzip
Vary: Accept-Encoding
X-cache: Miss from cloudfront
Via: 1.1 5ea972e689f9b02c2fa2ba9f72e70ede.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD12-P4
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: EyZ-Hrmm5PbfJy2F7qv7g7qsboZ8Pt6Urs2To37tDqgosCmmjhCQXw==
{
"results":[
{
"type":"live_webcasts",
"id":"36417",
"title":"Hegseth, Caine Brief Media",
"description":"Defense Secretary Pete Hegseth and Chairman of the Joint Chiefs of Staff Air Force Gen. Dan Caine will hold an on-camera press briefing at the Pentagon, June 22, 2025. ",
"hashtag":"DGOVLIVE",
"begin":"2025-06-22T12:00:00+00:00",
"end":"2025-06-22T13: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\/36417",
"hls_url":"https:\/\/do7ujvb4kwqvb.cloudfront.net\/out\/v1\/434726d616804d87ae523d226d2b6afd\/index.m3u8",
"unit_id":"66"
},
{
"type":"live_webcasts",
"id":"36403",
"title":"NROTC NSI 1 Graduation ",
"description":"NROTC NSI 1 Graduation.",
"hashtag":"",
"begin":"2025-06-23T13:40:00+00:00",
"end":"2025-06-23T15:05: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\/36403",
"hls_url":"https:\/\/d1b55jk78a7el0.cloudfront.net\/out\/v1\/1d4a1a50b52b4333894d00ce0c4c7ca5\/index.m3u8",
"unit_id":"3357"
}
],
"current_time":"2025-06-22T08:28:48+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: Sun, 22 Jun 2025 08:28:48 GMT
Access-control-allow-origin: *
Server: Apache
X-cache: Miss from cloudfront
Via: 1.1 853942afcee145910ece677317fb7b3c.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD12-P4
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: MycN2tH-CfDbWACO1wNsYPx67tdaYHlIZM9sCsKSG1frWS--zYDW4g==
{
"current_time":"2025-06-22T08:28:48+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"
}
}