Hello, I have 3 topics where I have questions:
Topic #1 - Order: I’m working with TMDB's API and noticed the "order" field in cast and crew credits responses. However, I can't find documentation that explains what these values specifically represent.
A few specific questions:
Topic #2 - Revenue and Budget: Another question that I have is about the revenue and budget of the movies. Is there anyway to pull this data from the database. I have used “Revenue” and “Budget” field names to try to pull the data but there was nothing that came out for the year of 2018.
Topic #3 - Popularity: I was also wondering how popularity is calculated (either based on profit, views of the movie, or a combination of many elements).
Any official documentation or clarification would be greatly appreciated. Thanks!
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την ticao2 🇧🇷 pt-BR
στις 19 Ιανουάριος 2025 στις 06:35 ΜΜ
See here:
https://developer.themoviedb.org/docs/popularity-and-trending
Απάντηση από τον/την ticao2 🇧🇷 pt-BR
στις 19 Ιανουάριος 2025 στις 07:10 ΜΜ
It's the same order as in the WEB interface, from left to right or top to bottom.
Starting with the number 0 (zero)
See here in the TMDb Bible.
https://www.themoviedb.org/bible/movie/59f3b16d9251414f20000003#59f73ca49251416e7100000e
Not necessarily, but it probably should be.
Users can change the order.
Of course, there are errors, but if users follow the rules, yes.
TV Show follows different rules.
https://www.themoviedb.org/bible/tv/59f73eb49251416e71000022
https://www.themoviedb.org/bible/tv/59f743289251416e71000037#59f744609251416e71000043
I think I already answered this question above.
But... see here:
https://www.themoviedb.org/bible/movie/59f3b16d9251414f20000003#59f73ca49251416e7100000e
Απάντηση από τον/την ticao2 🇧🇷 pt-BR
στις 19 Ιανουάριος 2025 στις 07:29 ΜΜ
When you make an API Request for Movie Details you will receive the items budget and revenue in the response.
See here:
https://developer.themoviedb.org/reference/movie-details
For example the movie:
Fight Club (1999)
https://www.themoviedb.org/movie/550-fight-club
API Request
Request Response
I couldn't understand your comment.
Do you want data for the whole of 2018?
Απάντηση από τον/την raybean
στις 20 Ιανουάριος 2025 στις 05:27 ΜΜ
I am trying to pull movies from 2018 into my dataset. I wasn't able to pull the revenue and budget when I used the field names 'revenue' and 'budget'. I am using the Movie Details API.
Απάντηση από τον/την superboy97
στις 21 Ιανουάριος 2025 στις 12:13 ΕΊΜΑΙ
For the meaning of the different fields and the rules that apply to them, I invite you to read our rules.
Απάντηση από τον/την ticao2 🇧🇷 pt-BR
στις 21 Ιανουάριος 2025 στις 10:17 ΕΊΜΑΙ
Not all Movies have values in these fields.
Please provide the link to 3 or 4 films from 2018 that you believe returned an error.