TVMaze
GET http://api.tvmaze.com/shows/30/episodes
Visualizes how broadcast time affects episode length of American Horror Story using TVMaze API.
Sample JSON response
[
{
"id": 1567,
"url": "http://www.tvmaze.com/episodes/1567/american-horror-story-1x01-pilot",
"name": "Pilot",
"season": 1,
"number": 1,
"airdate": "2011-10-05",
"airtime": "22:00",
"airstamp": "2011-10-06T02:00:00+00:00",
"runtime": 60,
"image": {
"medium": "http://static.tvmaze.com/uploads/images/medium_landscape/13/32733.jpg",
"original": "http://static.tvmaze.com/uploads/images/original_untouched/13/32733.jpg"
},
"summary": "<p>Therapist Ben Harmon, his wife, Vivien, and their daughter, Violet, move across the country to Los Angeles to escape their troubled past.</p>",
"_links": {
"self": {
"href": "http://api.tvmaze.com/episodes/1567"
}
}
},
{
"id": 1568,
"url": "http://www.tvmaze.com/episodes/1568/american-horror-story-1x02-home-invasion",
"name": "Home Invasion",
"season": 1,
"number": 2,
"airdate": "2011-10-12",
"airtime": "22:00",
"airstamp": "2011-10-13T02:00:00+00:00",
"runtime": 60,
"image": {
"medium": "http://static.tvmaze.com/uploads/images/medium_landscape/13/32734.jpg",
"original": "http://static.tvmaze.com/uploads/images/original_untouched/13/32734.jpg"
},
"summary": "<p>Serial killer enthusiasts reenact the brutal murders of two nursing students, while Ben returns to Boston to fix a mistake involving an old flame.</p>",
"_links": {
"self": {
"href": "http://api.tvmaze.com/episodes/1568"
}
}
},
...
]
Sample Crossfilter