/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
Vary: Accept-Encoding
Date: Sun, 01 Oct 2023 09:26:00 GMT
Server: Apache
Access-control-allow-origin: *
Content-encoding: gzip
X-cache: Miss from cloudfront
Via: 1.1 076da3643179565aba2eda873738d6b6.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD66-C1
X-amz-cf-id: GFRXpGPZJEIzgNc_tgtx_8emkcfbPK54IfXZuzZel8_JDCuy4JEILQ==
{
"results":[
{
"type":"live_webcasts",
"id":"32983",
"title":"Memorial Service for CPT Tyler Nixon",
"description":"Memorial Service for CPT Tyler Nixon.",
"hashtag":"",
"begin":"2023-10-02T14:50:00+00:00",
"end":"2023-10-02T18: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\/32983",
"hls_url":"https:\/\/d1b55jk78a7el0.cloudfront.net\/out\/v1\/1d4a1a50b52b4333894d00ce0c4c7ca5\/index.m3u8",
"unit_id":"2012"
},
{
"type":"live_webcasts",
"id":"32837",
"title":"Promotion Ceremony in honor of Master Sergeant Annette Simon Parker",
"description":"Promotion Ceremony in honor of Master Sergeant Annette Simon Parker.",
"hashtag":"",
"begin":"2023-10-03T17:50:00+00:00",
"end":"2023-10-03T19: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\/32837",
"hls_url":"https:\/\/d7e306zdqcax0.cloudfront.net\/out\/v1\/f1fbcdcc778649108826fff48382c641\/index.m3u8",
"unit_id":"1614"
}
],
"current_time":"2023-10-01T09:26:00+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, 01 Oct 2023 09:26:00 GMT
Server: Apache
Access-control-allow-origin: *
X-cache: Miss from cloudfront
Via: 1.1 b9c7ee7ef5bcece32a3a0ac817ab1f96.cloudfront.net (CloudFront)
X-amz-cf-pop: IAD66-C1
X-amz-cf-id: igkEBZIFqHPy8PfWI-XRpYx6baGc_d0PI2aoP3E_aMVcY6d3jJD9PA==
{
"current_time":"2023-10-01T09:26:00+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"
}
}