Hi, I am trying to get movie details in this link: movie/get details but returned value for runtime is null and for videos list is empty, can some one help?
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од Travis Bell
дана 12. април 2017. у 6:57 PM
Hi Orwa,
Both of those pieces of data are only going to be present if they have been added to the database as part of the "AR" translation. Unfortunately, Arabic is not a particular popular language on TMDb so most movies don't have that data.
https://www.themoviedb.org/movie/42357?language=ar-AR (has runtime)
Is one example that has some AR data, including a runtime. But I just did a DB query and only 170 movies have a runtime added to their Arabic translation. There's only 426 movies with a Arabic overview.
Одговор од Orwa Kassab
дана 16. април 2017. у 4:38 AM
Thanks @*travisbell * I expected that behavior and reults for arabic language, but I had to make sure of that. There is one question: Why don't you add content in English language when no data available for specified language like Arabic?
Одговор од Travis Bell
дана 17. април 2017. у 8:45 PM
We've never had language fallbacks on language data like that. Part of it is because we want people to be aware of the gaps in the data (this was more true years ago than today), but also because the API has traditionally been cached. We're moving away from caching data more and more but the problem there is that not every would want English so it was easier to just not cache it at all.
Одговор од Orwa Kassab
дана 18. април 2017. у 3:06 AM
Thanks for your time again. I understand now.