HI,
is it possible to list all people, page by page, with this api?
Then I would like to know, if is it possible to find only persons having profile path?
Thanks!
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ مارس 25, 2014 ساعت 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
در تاریخ مارس 25, 2014 ساعت 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..