Exist some way how to get all future airings, without call api for every show or every day?
Like: http://api.tvmaze.com/schedule?country=US&date=ALLfromNOW
Exist some way how to get all future airings, without call api for every show or every day?
Like: http://api.tvmaze.com/schedule?country=US&date=ALLfromNOW
Hmm no, that's not possible, the date parameter is mandatory.
Leaving it out would result in a huge response - right now there are around 1600 episodes with an airdate in the future - so I don't think we should add this. What's your use case exactly?
Download full list, update my db (for calendar). It is better then download all single day for next two months... It can be static file, pregenerated one per 24 hour.
Old source was tvrage. I think that many website build on tvrage api have same use case. ;-)
That makes sense, though I'm not sure yet if it's the best approach to the problem. I'll give this some more thought when I have a bit more time. :)
This is something I used to use from tvrage as well. http://services.tvrage.com/feeds/fullschedule.php?country=<country>
Cached 24 hours and only fetched if stale. I'd do my own indexing and queries against the cached JSON.
Would be very helpful if you could add this. Maybe with an API key so you could track possible abuse if that is a concern?
Another vote here for bringing this feature as well to TVMaze. I used this TVRage feature also and in order to duplicate results on TVMaze, and I would have to do dozens of API calls at once instead of just one.
Let's save some resources for both of us, and implement this functionality please.
All right, your wish is our command.
It's up on http://api.tvmaze.com/schedule/full. The API documentation has some additional info. Good luck and let us know what you build with it :)
Great. You are the best.
Thank you very much. Can you break it down by country, or don't you have the data stored in a way that makes that easy? O'd much before to note have to try to figure it out myself if possible, and it would be a smaller payload to request from your servers.