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 的回复
于 2014 年 03 月 30 日 6: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.