Hi,
I am calling the API "http://api.themoviedb.org/3/movie/now_playing?api_key=XXXX&language=en" to get list of now playing movies. The data which is returned back is very limited. Is it possible to also get additional data such as runtime, revenue and tagline?
This will be of great help, if we can get this data, or is there another way?
Regards Naweed
Не вдалося знайти фільм або серіал? Увійдіть, щоб додати.
Хочете оцінити чи додати до списку?
Немає облікового запису?
Відповідь від Travis Bell
26 вересня 2013, 10:06
Hi Naweed Akram,
No, this will not be possible. The only way to get that data is to head off and do a primary movie request.
Відповідь від Naweed Akram
26 вересня 2013, 10:11
Thanks Travis. But is there a plan to incorporate this request into the API in future. Basically, what I want to do is, once I have retrieved the now_playing movies, I want to sort them by current revenue, and display a list (more like BOX OFFICE list). Unfortunately, I don't think I will be able to make calls to individual movies to get this data. The API rate limiting will not allow me.
Відповідь від Travis Bell
26 вересня 2013, 10:32
Hi,
There is no plan to incorporate that data into those requests, no.