http://api.netflix.com/users/USERID/recommendations is currently sorted alphabetically. It would make more sense and still keep things modular to sort the response by predicted_rating
While I am suggesting features, how about an additional parameter like min_rating so I can just get predictions that have a predicted_rating of at least 4 (or whatever the API gets passed)
The current recommendations API isn't going to get much more work. In Q4, I'd like to roll out a public API that enables the type of recommendations we offer on XBOX Instant Watching, but for disc as well as instant content. After that, I could see us potentially layering some personalized sorts and filters over our entire catalog.
http://api.netflix.com/users/USERID/recommendations is currently sorted alphabetically. It would make more sense and still keep things modular to sort the response by predicted_rating
Any chance of that happenning?
Tags
raghus – 4 weeks ago
While I am suggesting features, how about an additional parameter like min_rating so I can just get predictions that have a predicted_rating of at least 4 (or whatever the API gets passed)
Michael Hart – 4 weeks ago
Hi Raghu-
The current recommendations API isn't going to get much more work. In Q4, I'd like to roll out a public API that enables the type of recommendations we offer on XBOX Instant Watching, but for disc as well as instant content. After that, I could see us potentially layering some personalized sorts and filters over our entire catalog.
raghus – 4 weeks ago
Thanks Michael