Hi,
now I'm trying to get the movie infor via the url https://api.themoviedb.org/3/movie/id?api_key=key. My idea is to use the movie id on this website as the key to search. Every time, the key will add by 1. However, I found the movie id is not continuous, and I can't find the maximum (or the range) of the id.
Could someone help me out? Thanks!
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 30 Μάρτιος 2014 στις 06:43 ΜΜ
You'll want to look at the /movie/latest method. There will be lots of deleted ids so expect to see a number of 404 responses if all you're doing is iterating from 1 -> the latest id.
Cheers.