
Would it be possible to get a list of episodes by date not filtered by a show? Something that could be used for a "what's showing tonight" feature?
Would it be possible to get a list of episodes by date not filtered by a show? Something that could be used for a "what's showing tonight" feature?
Copied from the API page:
The schedule is a complete list of episodes that air in a given country on a given date. Episodes are returned in the order in which they are aired, and full information about the episode and the corresponding show is included.
Note that contrary to what you might expect, the ISO country code for the United Kingdom is not UK, but GB.
URL: /schedule?country=:countrycode&date=:date
(optional) countrycode: an ISO 3166-1 code of the country; defaults to US
(optional) date: an ISO 8601 formatted date; defaults to the current day
Example: http://api.tvmaze.com/schedule?country=US&date=2014-12-01
Example: http://api.tvmaze.com/schedule
Thanks, completley overlooked that apparently. :)