/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: Wed, 16 Jul 2025 15:51:47 GMT
Server: Apache
Access-control-allow-origin: *
Content-encoding: gzip
Vary: Accept-Encoding
X-cache: Miss from cloudfront
Via: 1.1 e1fcfcab7d719cee2446e5bb755eb260.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD12-P4
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: 1iATL87JUjjIDbBExMcY3Wd0M9-lLDtyjm6057svykKiPAB_Xx0PIA==
{
"results":[
{
"type":"live_webcasts",
"id":"36532",
"title":"President Trump Participates in a Bilateral Meeting with the Crown Prince and PM of Bahrain",
"description":"President Trump Participates in a Bilateral Meeting with the Crown Prince and PM of Bahrain.",
"hashtag":"",
"begin":"2025-07-16T15:05:00+00:00",
"end":"2025-07-16T16:45: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\/36532",
"hls_url":"https:\/\/d3r7ms2cd6ecbc.cloudfront.net\/out\/v1\/302f9e67d0524c55a01f2aece2e77872\/index.m3u8",
"unit_id":"2508"
},
{
"type":"live_webcasts",
"id":"36534",
"title":"Department of State Press Briefing - July 16, 2025",
"description":"Department of State Press Briefing - July 16, 2025.",
"hashtag":"",
"begin":"2025-07-16T17:50:00+00:00",
"end":"2025-07-16T19: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\/36534",
"hls_url":"https:\/\/d3831jl17nqivw.cloudfront.net\/out\/v1\/47943212d1d74b17978fcee4c68f6e60\/index.m3u8",
"unit_id":"2041"
}
],
"current_time":"2025-07-16T15:51:47+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: Wed, 16 Jul 2025 15:51:47 GMT
Access-control-allow-origin: *
Server: Apache
X-cache: Miss from cloudfront
Via: 1.1 eb8674b99d3dfcc6867fb20af353442a.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD12-P4
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: 6y_QX4T-ldLqXY0O_6lMjBKFVVqjN26DpH9Xxdx7dsTTT9cv8uk6ZQ==
{
"current_time":"2025-07-16T15:51:47+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"
}
}