is it possible to list all people, page by page, with this api?
Not really. The best you could do is grab the top 20,000 most popular people by using the /person/popular method. Otherwise just iterate through each id, starting at 1.
is it possible to find only persons having profile path?
No. You would have to bring the data in house and do this yourself.
Travis Bell 的回复
于 2014 年 03 月 25 日 2:59下午
Hi urklX,
Not really. The best you could do is grab the top 20,000 most popular people by using the /person/popular method. Otherwise just iterate through each id, starting at 1.
No. You would have to bring the data in house and do this yourself.
Cheers.
urklX 的回复
于 2014 年 03 月 25 日 3:04下午
Hi Travis, thanks for ultra fast response.
I am basicaly doing that, for some kind of movie actors learning app. I was trying to decrese the number of api calls.
Thanks..