I'm getting different result than the IMDB website for movie and tv lists (like popular movies). The result showing on the TMDB website is one and the result i am getting from API is another one. How should i get the original result like in the website?
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την ticao2 🇧🇷 pt-BR
στις 25 Νοέμβριος 2023 στις 10:46 ΕΊΜΑΙ
It's not possible.
The parameters for defining the Popularity value can be seen here.
https://developer.themoviedb.org/docs/popularity-and-trending
The value changes throughout the day.
The database is updated once a day.
It is stated on the page:
So yes, the website will probably have more current information than the API Request.