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!
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 30 l de 2014 a les 6:43 P.M.
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.