/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, 03 Oct 2024 17:37:32 GMT
Server: Apache
Access-control-allow-origin: *
Content-encoding: gzip
Vary: Accept-Encoding
X-cache: Miss from cloudfront
Via: 1.1 6f35734da951dcb591462352ba037614.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD66-C1
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: ukvkb7KvcD4zebRdcSNVaukyRN8Vio9r8u8wANB1-aY2JsFo43wJ6g==
{
"results":[
{
"type":"live_webcasts",
"id":"35343",
"title":"Department of State Daily Press Briefing - October 3, 2024",
"description":"Department of State Daily Press Briefing - October 3, 2024.",
"hashtag":"",
"begin":"2024-10-03T17:05:00+00:00",
"end":"2024-10-03T18:15: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\/35343",
"hls_url":"https:\/\/d3831jl17nqivw.cloudfront.net\/out\/v1\/47943212d1d74b17978fcee4c68f6e60\/index.m3u8",
"unit_id":"2041"
},
{
"type":"live_webcasts",
"id":"35282",
"title":"Deputy Pentagon Press Secretary Holds Briefing",
"description":"Deputy Pentagon Press Secretary Sabrina Singh briefs the news media at the Pentagon, Oct. 3, 2024.",
"hashtag":"DGOVLIVE",
"begin":"2024-10-03T18:30:00+00:00",
"end":"2024-10-03T20: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\/35282",
"hls_url":"https:\/\/do7ujvb4kwqvb.cloudfront.net\/out\/v1\/434726d616804d87ae523d226d2b6afd\/index.m3u8",
"unit_id":"66"
}
],
"current_time":"2024-10-03T17:37:32+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, 03 Oct 2024 17:37:32 GMT
Server: Apache
Access-control-allow-origin: *
X-cache: Miss from cloudfront
Via: 1.1 b26814b9dbe71dc1916d211eeeec7ffc.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD66-C1
Alt-svc: h3=":443"; ma=86400
X-amz-cf-id: 3MD41Lx_CxBT0ke5q-Pm_4Buq5xP0Z4L_pYahzZzbwB6sQUPudVdZg==
{
"current_time":"2024-10-03T17:37:32+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"
}
}