Why, when I request upcoming movies, I get many movies from 10, 20 up to 50 years ago. I would expect to see only movies coming up in the future. Now playing movies is the same. It seems like a lot of unnecessary response items.
I got 88 returned, could be my program. However, one of the movies listed is "City Lights" with Charlie Chaplin, released in 1931. Why is this considered an upcoming movie? I would think upcoming movies would be those coming to theaters in the near future.
Travis,
I found an error in my movie list routine that corrected the problem with movie/upcoming and movie/nowplaying. However movie/popular shows me a page count of 11320 and movie/toprated shows a page count of 166. Are these page counts correct? Seems like an awful lot.
We only let you query the first 1000 pages, but popularity is a metric calculated on all of the items so yes, basically take the total number of movies and divide them by 20, you'll be get around 11,320 pages.
In order for an item to be shown within the top rated query, they have to have at least 50 votes, and we'll list all of those items so around 3,320 movies (give or take with 166 pages).
Travis Bell 的回复
于 2015 年 06 月 18 日 6:14下午
Can you give me some examples? I don't see any on the first few pages I looked at.
As of me writing this, there's 89 movies being returned on the upcoming method.
kool 的回复
于 2015 年 06 月 18 日 6:37下午
I got 88 returned, could be my program. However, one of the movies listed is "City Lights" with Charlie Chaplin, released in 1931. Why is this considered an upcoming movie? I would think upcoming movies would be those coming to theaters in the near future.
Travis Bell 的回复
于 2015 年 06 月 18 日 9:44下午
Hi kool,
I do not see City Lights (id 901) on any of the 5 pages being returned by /movie/upcoming.
Can you tell me what page has that id?
kool 的回复
于 2015 年 06 月 18 日 11:45下午
Travis, I found an error in my movie list routine that corrected the problem with movie/upcoming and movie/nowplaying. However movie/popular shows me a page count of 11320 and movie/toprated shows a page count of 166. Are these page counts correct? Seems like an awful lot.
Travis Bell 的回复
于 2015 年 06 月 19 日 9:43上午
Hi kool,
We only let you query the first 1000 pages, but popularity is a metric calculated on all of the items so yes, basically take the total number of movies and divide them by 20, you'll be get around 11,320 pages.
In order for an item to be shown within the top rated query, they have to have at least 50 votes, and we'll list all of those items so around 3,320 movies (give or take with 166 pages).
kool 的回复
于 2015 年 06 月 19 日 10:21上午
Thank you very much Travis. I appreciate your time and patience.