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!
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Want to rate or add this item to a list?
Not a member?
Odpověď od Travis Bell
30.03.2014 v 6:43 ODP.
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.