Is there any way of accessing the data on Flixster? Specifically, I'd like to retrieve a list of all of my movie ratings. I know you can get an rss feed of these, but it only appears to return a subset of all of the ratings.
Asked
Active
Viewed 4,823 times
3 Answers
2
View your Rotten Tomatoes / Flixster movie ratings by accessing this URL, first replacing USERIDHERE in the URL. http://community.flixster.com/api/v1/users/USERIDHERE/ratings.rss
You can find out your user id by clicking to view your Profile, which will contain your unique id in the URL, such as: http://www.flixster.com/user/USERIDHERE/

Jon L.
- 2,292
- 2
- 19
- 31
-
Do you know of a URL to get ALL of my ratings ? With the URL you provided I get only the latest 3 – cete3 Jan 11 '15 at 20:12
-
The API seems to have been updated, try http://www.flixster.com/api/users/USERIDHERE/movies/ratings ... "Want to see" would be http://www.flixster.com/api/users/USERIDHERE/movies/ratings?scoreTypes=wts – Jon L. Jan 12 '15 at 18:37
1
Yes, there is a new-ish Rotten-Tomatoes API at http://developer.rottentomatoes.com/docs/read/json/v10/Movie_Reviews

Johann
- 12,158
- 11
- 62
- 89
-
Thank you, do you know if this API can retrieve a list of ratings for a particular user? – devdigital Jul 26 '11 at 20:25
-
Sorry I haven't read your question fully. Currently from what I could see it's only possible to get critics reviews. But if you submit your needs on the feature request page they might do it! http://developer.rottentomatoes.com/forum/topics/100323 – Johann Jul 27 '11 at 16:54
0
Here's a simple program, using the API, that I've found: https://github.com/mmihaljevic/flixter
...and you can read her blog post for more information.
Just tested both fetching and parsing, and it still appears to work.

miyalys
- 433
- 9
- 20