Skip to content

Instantly share code, notes, and snippets.

@Hugo-Hache
Created April 3, 2018 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hugo-Hache/d50b822b79df3d92c50169d1eb0036cc to your computer and use it in GitHub Desktop.
Save Hugo-Hache/d50b822b79df3d92c50169d1eb0036cc to your computer and use it in GitHub Desktop.
HQ Trivia sample response to /shows/now during a show
{
"active": false,
"atCapacity": false,
"showId": null,
"showType": null,
"startTime": null,
"nextShowTime": "2018-01-29T21:00:00.000Z",
"nextShowPrize": "$750",
"upcoming": [{
"time": "2018-01-29T21:00:00.000Z",
"prize": "$750"
}, {
"time": "2018-01-30T02:00:00.000Z",
"prize": "$2500"
}, {
"time": "2018-01-30T20:00:00.000Z",
"prize": "$2500"
}, {
"time": "2018-01-31T02:00:00.000Z",
"prize": "$2500"
}],
"prize": null,
"broadcast": null,
"broadcastFull": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment