Hi,
First of all, I would like to say it's been a pleasure using the IMDB API.
I have a few concerns I would to talk about and see if I can get any help.
I'm currently developing a calendar but the field "last_air_date" is not included in the JSON returned for each show when querying API for "on_the_air" or "airing_today" which would force me to query for the detailed info of the tv show making it extremely greedy ressource wise. Are you planning on adding this field to those requests, searches and such ?
Finally, if you go to this page: https://www.themoviedb.org/tv/60735-the-flash?language=en, you can see the next episode is airing in 2 days but if you request the api by using the url : http://api.themoviedb.org/3/tv/60735?api_key=your_api_key you can see the field last_air_date: "2016-03-08" which doesn't match the airing in 2 days. How do you do the maths there cause I can't seem to figure it out. (If you look for The Walking Dead, the airing date and the last_air_date matches).
Thanks in advance for your help,
Romain
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 14 Φεβρουάριος 2016 στις 05:01 ΜΜ
Hi Romain,
I believe ticket #471 will accommodate your first request.
With regards to the day count, there's a know bug that is plaguing some dates. I'm hoping I'll have this fixed in the near of future.
Cheers.