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!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on March 30, 2014 at 6:43 PM
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.