tomato_power 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. data/.gitignore +1 -0
  2. data/README.md +22 -13
  3. data/lib/tomato_power/api/api.rb +30 -66
  4. data/lib/tomato_power/api/api_service.rb +115 -0
  5. data/lib/tomato_power/api/tomato_methods.rb +17 -16
  6. data/lib/tomato_power/client.rb +13 -0
  7. data/lib/tomato_power/helpers/helpers.rb +2 -0
  8. data/lib/tomato_power/helpers/parsers.rb +26 -1
  9. data/lib/tomato_power/movie/actor.rb +1 -0
  10. data/lib/tomato_power/movie/clip.rb +1 -0
  11. data/lib/tomato_power/movie/movie.rb +20 -6
  12. data/lib/tomato_power/movie/poster.rb +14 -0
  13. data/lib/tomato_power/movie/review.rb +1 -0
  14. data/lib/tomato_power/version.rb +1 -1
  15. data/lib/tomato_power.rb +7 -0
  16. data/spec/spec_helper.rb +1 -1
  17. data/spec/support/sample_data/sample_posters +6 -0
  18. data/spec/unit_specs/api/api_services_spec.rb +39 -0
  19. data/spec/unit_specs/{api_spec.rb → api/api_spec.rb} +3 -27
  20. data/spec/unit_specs/helpers/helpers.rb +53 -0
  21. data/spec/unit_specs/{parsers_spec.rb → helpers/parsers_spec.rb} +12 -12
  22. data/spec/unit_specs/helpers_spec.rb +0 -2
  23. data/spec/unit_specs/{actor_spec.rb → movie/actor_spec.rb} +1 -1
  24. data/spec/unit_specs/{client_spec.rb → movie/client_spec.rb} +1 -1
  25. data/spec/unit_specs/{clip_spec.rb → movie/clip_spec.rb} +1 -1
  26. data/spec/unit_specs/{movie_spec.rb → movie/movie_spec.rb} +21 -6
  27. data/spec/unit_specs/movie/poster_spec.rb +17 -0
  28. data/spec/unit_specs/{review_spec.rb → movie/review_spec.rb} +2 -2
  29. metadata +26 -74
  30. data/spec/support/vcr/TomatoPower_API/API_Methods/valid_methods/should_create_methods.yml +0 -598
  31. data/spec/support/vcr/TomatoPower_API/API_options_validation/valid_options/should_consider_0_options_valid.yml +0 -306
  32. data/spec/support/vcr/TomatoPower_API/API_options_validation/valid_options/should_not_raise_error.yml +0 -101
  33. data/spec/support/vcr/TomatoPower_API/List_request/searching_by_title/should_return_a_list_of_movie_objects.yml +0 -101
  34. data/spec/support/vcr/TomatoPower_API/List_request/searching_by_title/should_url_encode_search_string_before_sending.yml +0 -102
  35. data/spec/support/vcr/TomatoPower_API/List_request/should_return_a_list_of_movie_objects.yml +0 -101
  36. data/spec/support/vcr/TomatoPower_API/List_request/should_url_encode_search_string_before_sending.yml +0 -102
  37. data/spec/support/vcr/TomatoPower_API/Movie_request/cast/should_return_cast_of_movie.yml +0 -356
  38. data/spec/support/vcr/TomatoPower_API/Movie_request/clips/should_return_clips_of_movie.yml +0 -638
  39. data/spec/support/vcr/TomatoPower_API/Movie_request/no_results/should_return_error_string_if_no_results_are_found.yml +0 -49
  40. data/spec/support/vcr/TomatoPower_API/Movie_request/reviews/should_return_reviews.yml +0 -271
  41. data/spec/support/vcr/TomatoPower_API/Movie_request/should_return_single_movie.yml +0 -161
  42. data/spec/support/vcr/TomatoPower_API/Movie_request/similar/should_return_similar_movies.yml +0 -121
  43. data/spec/support/vcr/TomatoPower_Client/box_office_movies/should_return_list_of_movies.yml +0 -396
  44. data/spec/support/vcr/TomatoPower_Client/current_release_dvds/should_return_list_of_movies.yml +0 -427
  45. data/spec/support/vcr/TomatoPower_Client/in_theaters_movies/should_return_list_of_movies.yml +0 -380
  46. data/spec/support/vcr/TomatoPower_Client/new_release_dvds/should_return_list_of_movies.yml +0 -392
  47. data/spec/support/vcr/TomatoPower_Client/opening_movies/should_return_list_of_movies.yml +0 -213
  48. data/spec/support/vcr/TomatoPower_Client/search_by_id/should_return_list_of_movies_by_id.yml +0 -88
  49. data/spec/support/vcr/TomatoPower_Client/search_by_title/should_return_list_of_movies_by_title.yml +0 -89
  50. data/spec/support/vcr/TomatoPower_Client/top_rentals/should_return_list_of_movies.yml +0 -409
  51. data/spec/support/vcr/TomatoPower_Client/upcoming_dvds/should_return_list_of_movies.yml +0 -359
  52. data/spec/support/vcr/TomatoPower_Client/upcoming_movies/should_return_list_of_movies.yml +0 -341
  53. data/spec/support/vcr/TomatoPower_Movie/clips/should_return_clips.yml +0 -250
  54. data/spec/support/vcr/TomatoPower_Movie/full_cast/should_return_cast.yml +0 -279
  55. data/spec/support/vcr/TomatoPower_Movie/reviews/should_return_reviews.yml +0 -205
  56. data/spec/support/vcr/TomatoPower_Movie/similar/should_return_similar_movies.yml +0 -231
  57. data/spec/support/vcr/TomatoPower_Movie/similar/should_return_similars.yml +0 -81
  58. data/spec/unit_specs/helpers.rb +0 -50
@@ -1,409 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/top_rentals.json?apikey=<API_KEY>&country=us&limit=21
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - ! '*/*'
12
- User-Agent:
13
- - Ruby
14
- response:
15
- status:
16
- code: 200
17
- message: OK
18
- headers:
19
- Cache-Control:
20
- - no-store, no-cache, must-revalidate, post-check=0, pre-check=0
21
- Content-Language:
22
- - en-US
23
- Content-Type:
24
- - text/javascript;charset=ISO-8859-1
25
- Date:
26
- - Wed, 20 Feb 2013 15:31:52 GMT
27
- Expires:
28
- - Sat, 6 May 1995 12:00:00 GMT
29
- Pragma:
30
- - no-cache
31
- Server:
32
- - Mashery Proxy
33
- Set-Cookie:
34
- - JSESSIONID=B44336C4CDAE2A4C754261464CF71571.localhost; Path=/
35
- - ServerID=1336; Path=/
36
- Vary:
37
- - User-Agent,Accept-Encoding
38
- X-Mashery-Responder:
39
- - prod-j-worker-us-east-1d-15.mashery.com
40
- Transfer-Encoding:
41
- - chunked
42
- Connection:
43
- - keep-alive
44
- body:
45
- encoding: US-ASCII
46
- string: ! '
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
- {"movies":[{"id":"771235030","title":"Resident Evil: Retribution","year":2012,"mpaa_rating":"R","runtime":95,"critics_consensus":"Another
79
- predictable entry in the Resident Evil franchise that seems to get more cynical
80
- and lazy with each film.","release_dates":{"theater":"2012-09-14","dvd":"2012-12-21"},"ratings":{"critics_rating":"Rotten","critics_score":30,"audience_rating":"Spilled","audience_score":51},"synopsis":"The
81
- Umbrella Corporation''s deadly T-virus continues to ravage the Earth, transforming
82
- the global population into legions of the flesh eating Undead. The human race''s
83
- last and only hope, Alice (Milla Jovovich), awakens in the heart of Umbrella''s
84
- most clandestine operations facility and unveils more of her mysterious past
85
- as she delves further into the complex. Without a safe haven, Alice continues
86
- to hunt those responsible for the outbreak; a chase that takes her from Tokyo
87
- to New York, Washington, D.C. and Moscow, culminating in a mind-blowing revelation
88
- that will force her to rethink everything that she once thought to be true.
89
- Aided by newfound allies and familiar friends, Alice must fight to survive
90
- long enough to escape a hostile world on the brink of oblivion. The countdown
91
- has begun. -- (C) Sony","posters":{"thumbnail":"http://content8.flixster.com/movie/11/16/80/11168062_mob.jpg","profile":"http://content8.flixster.com/movie/11/16/80/11168062_pro.jpg","detailed":"http://content8.flixster.com/movie/11/16/80/11168062_det.jpg","original":"http://content8.flixster.com/movie/11/16/80/11168062_ori.jpg"},"abridged_cast":[{"name":"Milla
92
- Jovovich","id":"162664693","characters":["Alice"]},{"name":"Sienna Guillory","id":"162686458","characters":["Jill
93
- Valentine"]},{"name":"Colin Salmon","id":"417267409","characters":["One"]},{"name":"Michelle
94
- Rodriguez","id":"162668831","characters":["Rain"]},{"name":"Kevin Durand","id":"684288210","characters":["Barry
95
- Burton"]}],"alternate_ids":{"imdb":"1855325"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771235030.json","alternate":"http://www.rottentomatoes.com/m/resident_evil_retribution/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771235030/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771235030/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771235030/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771235030/similar.json"}},{"id":"771207918","title":"Dredd","year":2012,"mpaa_rating":"R","runtime":95,"critics_consensus":"Fueled
96
- by bombastic violence and impressive special effects, rooted in self-satire
97
- and deadpan humor, Dredd 3D is a rare example of a remake that actually works.","release_dates":{"theater":"2012-09-21","dvd":"2013-01-08"},"ratings":{"critics_rating":"Certified
98
- Fresh","critics_score":78,"audience_rating":"Upright","audience_score":75},"synopsis":"The
99
- future America is an irradiated waste land. On its East Coast, running from
100
- Boston to Washington DC, lies Mega City One- a vast, violent metropolis where
101
- criminals rule the chaotic streets. The only force of order lies with the
102
- urban cops called \"Judges\" who possess the combined powers of judge, jury
103
- and instant executioner. Known and feared throughout the city, Dredd (Karl
104
- Urban) is the ultimate Judge, challenged with ridding the city of its latest
105
- scourge - a dangerous drug epidemic that has users of \"Slo-Mo\" experiencing
106
- reality at a fraction of its normal speed. -- (C) Lionsgate","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/82/11168284_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/82/11168284_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/82/11168284_det.jpg","original":"http://content6.flixster.com/movie/11/16/82/11168284_ori.jpg"},"abridged_cast":[{"name":"Karl
107
- Urban","id":"162654704","characters":["Judge Dredd"]},{"name":"Olivia Thirlby","id":"326433362","characters":["Cassandra
108
- Anderson"]},{"name":"Lena Headey","id":"162653508","characters":["Ma-Ma"]},{"name":"Wood
109
- Harris","id":"162696247","characters":["Kay"]},{"name":"Langley Kirkwood","id":"770688827","characters":["Judge
110
- Lex"]}],"alternate_ids":{"imdb":"1343727"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771207918.json","alternate":"http://www.rottentomatoes.com/m/dredd/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771207918/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771207918/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771207918/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771207918/similar.json"}},{"id":"771205854","title":"Premium
111
- Rush","year":2012,"mpaa_rating":"PG-13","runtime":90,"critics_consensus":"It''s
112
- built out of familiar parts, but no matter how formulaic Premium Rush''s storyline
113
- might seem, it''s elevated by high-octane action and enjoyable performances.","release_dates":{"theater":"2012-08-24","dvd":"2012-12-21"},"ratings":{"critics_rating":"Certified
114
- Fresh","critics_score":76,"audience_rating":"Upright","audience_score":62},"synopsis":"Dodging
115
- speeding cars, crazed cabbies, open doors, and eight million cranky pedestrians
116
- is all in a day''s work for Wilee (Joseph Gordon-Levitt), the best of New
117
- York''s agile and aggressive bicycle messengers. It takes a special breed
118
- to ride the fixie - super lightweight, single-gear bikes with no brakes and
119
- riders who are equal part skilled cyclists and suicidal nutcases who risk
120
- becoming a smear on the pavement every time they head into traffic. But a
121
- guy who''s used to putting his life on the line is about to get more than
122
- even he is used to when a routine delivery turns into a life or death chase
123
- through the streets of Manhattan. When Wilee picks up his last envelope of
124
- the day on a premium rush run, he discovers this package is different. This
125
- time, someone is actually trying to kill him. -- (C) Sony","posters":{"thumbnail":"http://content9.flixster.com/movie/11/16/80/11168079_mob.jpg","profile":"http://content9.flixster.com/movie/11/16/80/11168079_pro.jpg","detailed":"http://content9.flixster.com/movie/11/16/80/11168079_det.jpg","original":"http://content9.flixster.com/movie/11/16/80/11168079_ori.jpg"},"abridged_cast":[{"name":"Joseph
126
- Gordon-Levitt","id":"162666960","characters":["Wilee"]},{"name":"Michael Shannon","id":"368451324","characters":["Bobby
127
- Monday"]},{"name":"Dania Ramirez","id":"729680355","characters":["Vanessa"]},{"name":"Jamie
128
- Chung","id":"770694653","characters":["Nima"]},{"name":"Lauren Ashley Carter","id":"770910792","characters":["Phoebe"]}],"alternate_ids":{"imdb":"1547234"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771205854.json","alternate":"http://www.rottentomatoes.com/m/premium_rush/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771205854/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771205854/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771205854/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771205854/similar.json"}},{"id":"771257666","title":"Taken
129
- 2","year":2012,"mpaa_rating":"PG-13","runtime":92,"critics_consensus":"Taken
130
- 2 is largely bereft of the kinetic thrills -- and surprises -- that made the
131
- original a hit.","release_dates":{"theater":"2012-10-05","dvd":"2013-01-15"},"ratings":{"critics_rating":"Rotten","critics_score":21,"audience_rating":"Spilled","audience_score":55},"synopsis":"Liam
132
- Neeson returns as Bryan Mills, the retired CIA agent with a \"particular set
133
- of skills\" who stopped at nothing to save his daughter Kim from kidnappers.
134
- When the father of one of the villains Bryan killed swears revenge, and takes
135
- Bryan and his wife hostage in Istanbul, Bryan enlists Kim to help them escape.
136
- Bryan then employs his unique tactics to get his family to safety and systematically
137
- take out the kidnappers, one by one. -- (C) Official Site","posters":{"thumbnail":"http://content9.flixster.com/movie/11/16/78/11167831_mob.jpg","profile":"http://content9.flixster.com/movie/11/16/78/11167831_pro.jpg","detailed":"http://content9.flixster.com/movie/11/16/78/11167831_det.jpg","original":"http://content9.flixster.com/movie/11/16/78/11167831_ori.jpg"},"abridged_cast":[{"name":"Liam
138
- Neeson","id":"162652242","characters":["Bryan Mills"]},{"name":"Maggie Grace","id":"162654594","characters":["Kim","Kim
139
- Mills"]},{"name":"Famke Janssen","id":"162669246","characters":["Lenore"]},{"name":"Rade
140
- Sherbedgia","id":"679916648","characters":["Murad"]},{"name":"Luke Grimes","id":"770791372","characters":["Jamie"]}],"alternate_ids":{"imdb":"1397280"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771257666.json","alternate":"http://www.rottentomatoes.com/m/taken_2_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771257666/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771257666/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771257666/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771257666/similar.json"}},{"id":"771271681","title":"Seven
141
- Psychopaths","year":2012,"mpaa_rating":"R","runtime":109,"critics_consensus":"Seven
142
- Psychopaths delivers sly cinematic commentary while serving up a heaping helping
143
- of sharp dialogue and gleeful violence.","release_dates":{"theater":"2012-10-12","dvd":"2013-01-29"},"ratings":{"critics_rating":"Certified
144
- Fresh","critics_score":82,"audience_rating":"Upright","audience_score":76},"synopsis":"Marty
145
- (Farrell) is a struggling writer who dreams of finishing his screenplay, \"Seven
146
- Psychopaths\". Billy (Rockwell) is Marty''s best friend, an unemployed actor
147
- and part time dog thief, who wants to help Marty by any means necessary. All
148
- he needs is a little focus and inspiration. Hans (Walken) is Billy''s partner
149
- in crime. A religious man with a violent past. Charlie (Harrelson) is the
150
- psychopathetic gangster whose beloved dog, Billy and Hans have just stolen.
151
- Charlie''s unpredictable, extremely violent and wouldn''t think twice about
152
- killing anyone or anything associated with the theft. Marty is going to get
153
- all the focus and inspiration he needs, just as long as he lives to tell the
154
- tale. -- (C) Official Site","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/85/11168525_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/85/11168525_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/85/11168525_det.jpg","original":"http://content7.flixster.com/movie/11/16/85/11168525_ori.jpg"},"abridged_cast":[{"name":"Colin
155
- Farrell","id":"162665297","characters":["Marty"]},{"name":"Christopher Walken","id":"162652837","characters":["Hans"]},{"name":"Sam
156
- Rockwell","id":"162652298","characters":["Bill","Billy"]},{"name":"Woody Harrelson","id":"162654250","characters":["Charlie"]},{"name":"Olga
157
- Kurylenko","id":"238450143","characters":["Angela"]}],"alternate_ids":{"imdb":"1931533"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271681.json","alternate":"http://www.rottentomatoes.com/m/seven_psychopaths/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271681/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271681/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271681/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271681/similar.json"}},{"id":"771266643","title":"Paranormal
158
- Activity 4","year":2012,"mpaa_rating":"R","runtime":90,"critics_consensus":"While
159
- it does manage to wring a few more screams out of the franchise''s surprisingly
160
- durable premise, Paranormal Activity 4 provides fans of the series with dismayingly
161
- diminishing returns.","release_dates":{"theater":"2012-10-19","dvd":"2013-01-29"},"ratings":{"critics_rating":"Rotten","critics_score":26,"audience_rating":"Spilled","audience_score":38},"synopsis":"The
162
- fourth installment in the popular horror franchise.","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/87/11168756_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/87/11168756_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/87/11168756_det.jpg","original":"http://content6.flixster.com/movie/11/16/87/11168756_ori.jpg"},"abridged_cast":[{"name":"Kathryn
163
- Newton","id":"771103703","characters":["Alex"]},{"name":"Katie Featherston","id":"770754121","characters":["Katie"]},{"name":"Brady
164
- Allen","id":"771423688","characters":["Robbie"]},{"name":"Stephen Dunham","id":"351526732","characters":["Doug"]},{"name":"Alexondra
165
- Lee","id":"770669770","characters":["Holly"]}],"alternate_ids":{"imdb":"2109184"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266643.json","alternate":"http://www.rottentomatoes.com/m/paranormal_activity_4_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266643/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266643/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266643/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266643/similar.json"}},{"id":"771230011","title":"The
166
- Perks of Being a Wallflower","year":2012,"mpaa_rating":"PG-13","runtime":103,"critics_consensus":"The
167
- Perks of Being a Wallflower is a heartfelt and sincere adaptation that''s
168
- bolstered by strong lead performances.","release_dates":{"theater":"2012-09-21","dvd":"2013-02-12"},"ratings":{"critics_rating":"Certified
169
- Fresh","critics_score":85,"audience_rating":"Upright","audience_score":92},"synopsis":"Based
170
- on the best-selling novel by Stephen Chbosky, The Perks of Being a Wallflower
171
- is a modern classic that captures the dizzying highs and crushing lows of
172
- growing up. Starring Logan Lerman, Emma Watson and Ezra Miller, The Perks
173
- of Being a Wallflower is a moving tale of love, loss, fear and hope-and the
174
- unforgettable friends that help us through life. -- (C) Summit","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/86/11168692_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/86/11168692_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/86/11168692_det.jpg","original":"http://content6.flixster.com/movie/11/16/86/11168692_ori.jpg"},"abridged_cast":[{"name":"Logan
175
- Lerman","id":"341816559","characters":["Charlie"]},{"name":"Emma Watson","id":"162655378","characters":["Sam"]},{"name":"Ezra
176
- Miller","id":"770824298","characters":["Patrick"]},{"name":"Mae Whitman","id":"162654346","characters":["Mary
177
- Elizabeth"]},{"name":"Kate Walsh","id":"162652187","characters":["Mother"]}],"alternate_ids":{"imdb":"1659337"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771230011.json","alternate":"http://www.rottentomatoes.com/m/the_perks_of_being_a_wallflower/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771230011/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771230011/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771230011/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771230011/similar.json"}},{"id":"771266109","title":"The
178
- Imposter","year":2012,"mpaa_rating":"R","runtime":95,"critics_consensus":"Despite
179
- its true-crime trappings, The Imposter is an utterly gripping and sometimes
180
- heartbreaking documentary thriller cleverly told with narrative flair.","release_dates":{"theater":"2012-07-13","dvd":"2013-01-22"},"ratings":{"critics_rating":"Certified
181
- Fresh","critics_score":95,"audience_rating":"Upright","audience_score":80},"synopsis":"Nicholas
182
- was 13 the day he disappeared (June 13, 1994). He would have been 16 and 8
183
- months when he was reported found in Spain (October 7, 1997)... In 1994 a
184
- 13-year-old boy disappears without a trace from San Antonio, Texas. Three
185
- and a half years later he is found alive, thousands of miles away in a village
186
- in southern Spain with a story of kidnap and torture. His family is overjoyed
187
- to bring him home. But all is not quite as it seems. The boy bears many of
188
- the same distinguishing marks he always had, but why does he now have a strange
189
- accent? Why does he look so different? And why doesn''t the family seem to
190
- notice these glaring inconsistencies? It''s only when an investigator starts
191
- asking questions that this strange tale takes an even stranger turn... --
192
- (C) Indomina","posters":{"thumbnail":"http://content8.flixster.com/movie/11/16/54/11165466_mob.jpg","profile":"http://content8.flixster.com/movie/11/16/54/11165466_pro.jpg","detailed":"http://content8.flixster.com/movie/11/16/54/11165466_det.jpg","original":"http://content8.flixster.com/movie/11/16/54/11165466_ori.jpg"},"abridged_cast":[{"name":"Frederic
193
- Bourdin","id":"771414153"},{"name":"Carey Gibson","id":"771414154"},{"name":"Beverly
194
- Dollarhide","id":"771414155"},{"name":"Charlie Parker","id":"770732184"},{"name":"Nancy
195
- Fisher","id":"771214117"}],"alternate_ids":{"imdb":"1966604"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266109.json","alternate":"http://www.rottentomatoes.com/m/the_imposter_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266109/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266109/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266109/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266109/similar.json"}},{"id":"771186945","title":"Looper","year":2012,"mpaa_rating":"R","runtime":119,"critics_consensus":"As
196
- thought-provoking as it is thrilling, Looper delivers an uncommonly smart,
197
- bravely original blend of futuristic sci-fi and good old-fashioned action.","release_dates":{"theater":"2012-09-28","dvd":"2012-12-31"},"ratings":{"critics_rating":"Certified
198
- Fresh","critics_score":93,"audience_rating":"Upright","audience_score":87},"synopsis":"In
199
- the futuristic action thriller Looper, time travel will be invented - but
200
- it will be illegal and only available on the black market. When the mob wants
201
- to get rid of someone, they will send their target 30 years into the past,
202
- where a \"looper\" - a hired gun, like Joe (Joseph Gordon-Levitt) - is waiting
203
- to mop up. Joe is getting rich and life is good... until the day the mob decides
204
- to \"close the loop,\" sending back Joe''s future self (Bruce Willis) for
205
- assassination. -- (C) Sony","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/81/11168184_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/81/11168184_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/81/11168184_det.jpg","original":"http://content6.flixster.com/movie/11/16/81/11168184_ori.jpg"},"abridged_cast":[{"name":"Bruce
206
- Willis","id":"162652509","characters":["Joe","Old Joe"]},{"name":"Joseph Gordon-Levitt","id":"162666960","characters":["Joe"]},{"name":"Emily
207
- Blunt","id":"162685827","characters":["Sara"]},{"name":"Paul Dano","id":"303713360","characters":["Seth"]},{"name":"Noah
208
- Segan","id":"326299031","characters":["Kid Blue"]}],"alternate_ids":{"imdb":"1276104"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771186945.json","alternate":"http://www.rottentomatoes.com/m/looper/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771186945/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771186945/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771186945/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771186945/similar.json"}},{"id":"771307095","title":"Flight","year":2012,"mpaa_rating":"R","runtime":139,"critics_consensus":"Robert
209
- Zemeckis makes a triumphant return to live-action cinema with Flight, a thoughtful
210
- and provocative character study propelled by a compelling performance from
211
- Denzel Washington.","release_dates":{"theater":"2012-11-02","dvd":"2013-02-05"},"ratings":{"critics_rating":"Certified
212
- Fresh","critics_score":78,"audience_rating":"Upright","audience_score":77},"synopsis":"In
213
- this action-packed mystery thriller, Academy Award winner, Denzel Washington
214
- stars as Whip Whitaker, a seasoned airline pilot, who miraculously crash lands
215
- his plane after a mid-air catastrophe, saving nearly every soul on board.
216
- After the crash, Whip is hailed as a hero, but as more is learned, more questions
217
- than answers arise as to who or what was really at fault and what really happened
218
- on that plane? -- (C) Official Site","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/91/11169193_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/91/11169193_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/91/11169193_det.jpg","original":"http://content7.flixster.com/movie/11/16/91/11169193_ori.jpg"},"abridged_cast":[{"name":"Denzel
219
- Washington","id":"162661439","characters":["Whip Whitaker"]},{"name":"Don
220
- Cheadle","id":"162652206","characters":["Hugh Lang"]},{"name":"John Goodman","id":"162655706","characters":["Harling
221
- Mays"]},{"name":"Melissa Leo","id":"371352682","characters":["Ellen Block"]},{"name":"Nadine
222
- Velazquez","id":"770755362","characters":["Katerina Marquez"]}],"alternate_ids":{"imdb":"1907668"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307095.json","alternate":"http://www.rottentomatoes.com/m/flight_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307095/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307095/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307095/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307095/similar.json"}},{"id":"771256128","title":"Argo","year":2012,"mpaa_rating":"R","runtime":120,"critics_consensus":"Tense,
223
- exciting, and often darkly comic, Argo recreates a historical event with vivid
224
- attention to detail and finely wrought characters.","release_dates":{"theater":"2012-10-12","dvd":"2013-02-19"},"ratings":{"critics_rating":"Certified
225
- Fresh","critics_score":96,"audience_rating":"Upright","audience_score":93},"synopsis":"Based
226
- on true events, Argo chronicles the life-or-death covert operation to rescue
227
- six Americans, which unfolded behind the scenes of the Iran hostage crisis-the
228
- truth of which was unknown by the public for decades. On November 4, 1979,
229
- as the Iranian revolution reaches its boiling point, militants storm the U.S.
230
- embassy in Tehran, taking 52 Americans hostage. But, in the midst of the chaos,
231
- six Americans manage to slip away and find refuge in the home of the Canadian
232
- ambassador. Knowing it is only a matter of time before the six are found out
233
- and likely killed, a CIA \"exfiltration\" specialist named Tony Mendez (Ben
234
- Affleck) comes up with a risky plan to get them safely out of the country.
235
- A plan so incredible, it could only happen in the movies. -- (C) Warner Bros.","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/91/11169181_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/91/11169181_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/91/11169181_det.jpg","original":"http://content7.flixster.com/movie/11/16/91/11169181_ori.jpg"},"abridged_cast":[{"name":"Ben
236
- Affleck","id":"162665891","characters":["Tony Mendez"]},{"name":"Bryan Cranston","id":"326392501","characters":["Jack
237
- O''Donnell"]},{"name":"Alan Arkin","id":"162666144","characters":["Lester
238
- Siegel"]},{"name":"John Goodman","id":"162655706","characters":["John Chambers"]},{"name":"Taylor
239
- Schilling","id":"771036916","characters":["Christine Mendez"]}],"alternate_ids":{"imdb":"1024648"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771256128.json","alternate":"http://www.rottentomatoes.com/m/argo_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771256128/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771256128/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771256128/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771256128/similar.json"}},{"id":"9382","title":"Monsters,
240
- Inc. 3D","year":2012,"mpaa_rating":"G","runtime":92,"critics_consensus":"Even
241
- though Monsters, Inc lacks the sophistication of the Toy Story series, it
242
- is a still delight for children of all ages.","release_dates":{"theater":"2012-12-19","dvd":"2013-02-19"},"ratings":{"critics_rating":"Certified
243
- Fresh","critics_score":96,"audience_rating":"Upright","audience_score":84},"synopsis":"After
244
- exploring the worlds of toys and bugs in the two Toy Story films and A Bug''s
245
- Life, the award-winning computer animation company Pixar delves into the realm
246
- of monsters with its fourth feature. Hulking, blue-furred behemoth James P.
247
- \"Sully\" Sullivan (John Goodman) and his one-eyed assistant Mike Wazowski
248
- (Billy Crystal) are employed by Monsters, Inc., a scream processing factory.
249
- It seems that the denizens of their realm thrive on the screams of kids spooked
250
- by monsters lurking under their beds and in their closets. It''s the job of
251
- Sully, Mike, and their co-workers, including sarcastic Randall Boggs (Steve
252
- Buscemi), crab-like CEO Henry J. Waternoose (James Coburn), and lovely snake-headed
253
- receptionist Celia (Jennifer Tilly) to keep the frights flowing. When Sully
254
- and Mike are followed back into the monster world by a very unafraid little
255
- human girl named Boo (Mary Gibbs), they are exiled to her universe, where
256
- they discover that such a modern-day mythological specimen as the Abominable
257
- Snowman is a fellow refugee. ~ Karl Williams, Rovi","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/65/11166524_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/65/11166524_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/65/11166524_det.jpg","original":"http://content6.flixster.com/movie/11/16/65/11166524_ori.jpg"},"abridged_cast":[{"name":"John
258
- Goodman","id":"162655706","characters":["James P. Sullivan \"Sully\""]},{"name":"Billy
259
- Crystal","id":"162655707","characters":["Mike Wazowski"]},{"name":"Mary Gibbs","id":"528361189","characters":["Boo"]},{"name":"Steve
260
- Buscemi","id":"162652875","characters":["Randall Boggs"]},{"name":"James Coburn","id":"162667873","characters":["Henry
261
- J. Waternoose"]}],"alternate_ids":{"imdb":"0198781"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/9382.json","alternate":"http://www.rottentomatoes.com/m/monsters_inc_3d/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/9382/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/9382/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/9382/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/9382/similar.json"}},{"id":"771210952","title":"Killer
262
- Joe","year":2012,"mpaa_rating":"R","runtime":102,"critics_consensus":"Violent,
263
- darkly comic, and full of strong performances, Killer Joe proves William Friedkin
264
- hasn''t lost his touch, even if the plot may be too lurid for some.","release_dates":{"theater":"2012-07-27","dvd":"2012-12-21"},"ratings":{"critics_rating":"Certified
265
- Fresh","critics_score":77,"audience_rating":"Upright","audience_score":63},"synopsis":"When
266
- 22 year-old drug dealer Chris (Hirsch) has his stash of drugs stolen from
267
- him by his mother, he has to come up with six-thousand dollars quick, or he''s
268
- dead. Desperate, he goes to the trailer-park to see his father, Ansel (Hayden
269
- Church), and he lays out the plan. Chris''s mother, who everyone hates, has
270
- a life insurance policy that would clear up his debt and make them all rich.
271
- The problem is that Chris'' mother is very much alive. Enter Detective \"Killer\"
272
- Joe Cooper, a hired hit man with the manners of a Southern gentleman, who
273
- will do the job - for an upfront fee, that Chris and Ansel can''t pay. Just
274
- as Joe is about to leave, he spots Dottie (Temple), Chris'' innocent younger
275
- sister. Joe makes Chris an offer, he''ll keep Dottie as sexual collateral
276
- until the money is collected and his fee can be paid. -- (C) Voltage Pictures","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/59/11165993_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/59/11165993_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/59/11165993_det.jpg","original":"http://content7.flixster.com/movie/11/16/59/11165993_ori.jpg"},"abridged_cast":[{"name":"Matthew
277
- McConaughey","id":"162652350","characters":["\"Killer\" Joe Cooper","Joe Cooper"]},{"name":"Emile
278
- Hirsch","id":"162652589","characters":["Chris","Chris Smith"]},{"name":"Juno
279
- Temple","id":"770696465","characters":["Dottie","Dottie Smith"]},{"name":"Thomas
280
- Haden Church","id":"162683650","characters":["Ansel","Ansel Smith"]},{"name":"Gina
281
- Gershon","id":"162687242","characters":["Sharla","Sharla Smith"]}],"alternate_ids":{"imdb":"1726669"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771210952.json","alternate":"http://www.rottentomatoes.com/m/killer_joe/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771210952/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771210952/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771210952/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771210952/similar.json"}},{"id":"771190127","title":"Total
282
- Recall","year":2012,"mpaa_rating":"PG-13","runtime":121,"critics_consensus":"While
283
- it boasts some impressive action sequences, Total Recall lacks the intricate
284
- plotting, wry humor, and fleshed out characters that made the original a sci-fi
285
- classic.","release_dates":{"theater":"2012-08-03","dvd":"2012-12-18"},"ratings":{"critics_rating":"Rotten","critics_score":31,"audience_rating":"Spilled","audience_score":46},"synopsis":"Welcome
286
- to Rekall, the company that can turn your dreams into real memories. For a
287
- factory worker named Douglas Quaid (Colin Farrell), even though he''s got
288
- a beautiful wife (Kate Beckinsale) who he loves, the mind-trip sounds like
289
- the perfect vacation from his frustrating life - real memories of life as
290
- a super-spy might be just what he needs. But when the procedure goes horribly
291
- wrong, Quaid becomes a hunted man. Finding himself on the run from the police
292
- - controlled by Chancellor Cohaagen (Bryan Cranston), the leader of the free
293
- world - Quaid teams up with a rebel fighter (Jessica Biel) to find the head
294
- of the underground resistance (Bill Nighy) and stop Cohaagen. -- (C) Sony","posters":{"thumbnail":"http://content9.flixster.com/movie/11/16/79/11167963_mob.jpg","profile":"http://content9.flixster.com/movie/11/16/79/11167963_pro.jpg","detailed":"http://content9.flixster.com/movie/11/16/79/11167963_det.jpg","original":"http://content9.flixster.com/movie/11/16/79/11167963_ori.jpg"},"abridged_cast":[{"name":"Colin
295
- Farrell","id":"162665297","characters":["Douglas Quaid","Douglas Quaid/Hauser"]},{"name":"Kate
296
- Beckinsale","id":"162659163","characters":["Lori Quaid"]},{"name":"Jessica
297
- Biel","id":"162652974","characters":["Melina"]},{"name":"Bryan Cranston","id":"326392501","characters":["Cohaagen","Vilos
298
- Cohaagen"]},{"name":"Bokeem Woodbine","id":"162724903","characters":["Harry"]}],"alternate_ids":{"imdb":"1386703"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771190127.json","alternate":"http://www.rottentomatoes.com/m/total_recall_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771190127/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771190127/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771190127/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771190127/similar.json"}},{"id":"770805428","title":"Hotel
299
- Transylvania","year":2012,"mpaa_rating":"PG","runtime":91,"critics_consensus":"Hotel
300
- Transylvania''s buoyant, giddy tone may please children, but it might be a
301
- little too loud and thinly-scripted for older audiences.","release_dates":{"theater":"2012-09-28","dvd":"2013-01-29"},"ratings":{"critics_rating":"Rotten","critics_score":43,"audience_rating":"Upright","audience_score":73},"synopsis":"Welcome
302
- to the Hotel Transylvania, Dracula''s (Adam Sandler) lavish five-stake resort,
303
- where monsters and their families can live it up, free to be the monsters
304
- they are without humans to bother them. On one special weekend, Dracula has
305
- invited some of the world''s most famous monsters--Frankenstein and his bride,
306
- the Mummy, the Invisible Man, a family of werewolves, and more--to celebrate
307
- his daughter Mavis''s 118th birthday. For Drac, catering to all of these legendary
308
- monsters is no problem--but his world could come crashing down when one ordinary
309
- guy stumbles on the hotel and takes a shine to Mavis. -- (C) Sony","posters":{"thumbnail":"http://content9.flixster.com/movie/11/16/85/11168523_mob.jpg","profile":"http://content9.flixster.com/movie/11/16/85/11168523_pro.jpg","detailed":"http://content9.flixster.com/movie/11/16/85/11168523_det.jpg","original":"http://content9.flixster.com/movie/11/16/85/11168523_ori.jpg"},"abridged_cast":[{"name":"Adam
310
- Sandler","id":"162652550","characters":["Dracula"]},{"name":"Andy Samberg","id":"602828424","characters":["Jonathan"]},{"name":"Selena
311
- Gomez","id":"770686131","characters":["Mavis"]},{"name":"Kevin James","id":"326298578","characters":["Frank","Frankenstein"]},{"name":"Fran
312
- Drescher","id":"162670729","characters":["Eunice","The Bride"]}],"alternate_ids":{"imdb":"0837562"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/770805428.json","alternate":"http://www.rottentomatoes.com/m/hotel_transylvania/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/770805428/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/770805428/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/770805428/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/770805428/similar.json"}},{"id":"771266667","title":"For
313
- a Good Time, Call...","year":2012,"mpaa_rating":"R","runtime":85,"critics_consensus":"Brisk,
314
- funny, and sweetly raunchy, For a Good Time, Call... adds to the recent string
315
- of R-rated female comedies while serving as an overdue coming out party for
316
- the charming Ari Graynor.","release_dates":{"theater":"2012-08-31","dvd":"2013-02-18"},"ratings":{"critics_rating":"Rotten","critics_score":56,"audience_rating":"Upright","audience_score":62},"synopsis":"The
317
- reserved Lauren and the irrepressible Katie are polar opposites... and past
318
- enemies. But when both come up short on the funds needed to afford their dream
319
- New York City apartment a mutual friend re-introduces them and they reluctantly
320
- agree to room together. These apartment-mates have nothing in common - until
321
- Lauren discovers that Katie is working as a phone-sex operator, and recognizes
322
- a good business opportunity. But as their business partnership takes off,
323
- their newfound friendship finds unexpected challenges that may leave them
324
- both, as they say, hanging on the telephone. -- (C) Focus","posters":{"thumbnail":"http://content9.flixster.com/movie/11/16/79/11167939_mob.jpg","profile":"http://content9.flixster.com/movie/11/16/79/11167939_pro.jpg","detailed":"http://content9.flixster.com/movie/11/16/79/11167939_det.jpg","original":"http://content9.flixster.com/movie/11/16/79/11167939_ori.jpg"},"abridged_cast":[{"name":"Ari
325
- Graynor","id":"528342686","characters":["Katie","Katie Steel","Katie Steele"]},{"name":"Lauren
326
- Anne Miller","id":"771393202","characters":["Lauren","Lauren Powell"]},{"name":"Justin
327
- Long","id":"162652679","characters":["Jesse"]},{"name":"Mark Webber","id":"364608550","characters":["Sean"]},{"name":"James
328
- Wolk","id":"770828894","characters":["Charlie"]}],"alternate_ids":{"imdb":"1996264"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266667.json","alternate":"http://www.rottentomatoes.com/m/for_a_good_time_call/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266667/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266667/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266667/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266667/similar.json"}},{"id":"771259549","title":"Sinister","year":2012,"mpaa_rating":"R","runtime":109,"critics_consensus":"Its
329
- plot hinges on typically implausible horror-movie behavior and recycles countless
330
- genre cliches, but Sinister delivers a surprising number of fresh, diabolical
331
- twists.","release_dates":{"theater":"2012-10-12","dvd":"2013-02-19"},"ratings":{"critics_rating":"Fresh","critics_score":63,"audience_rating":"Upright","audience_score":62},"synopsis":"Sinister
332
- is a frightening new thriller from the producer of the Paranormal Activity
333
- films and the writer-director of The Exorcism of Emily Rose. Ethan Hawke plays
334
- a true crime novelist who discovers a box of mysterious, disturbing home movies
335
- that plunge his family into a nightmarish experience of supernatural horror.
336
- -- (C) Summit","posters":{"thumbnail":"http://content8.flixster.com/movie/11/16/93/11169338_mob.jpg","profile":"http://content8.flixster.com/movie/11/16/93/11169338_pro.jpg","detailed":"http://content8.flixster.com/movie/11/16/93/11169338_det.jpg","original":"http://content8.flixster.com/movie/11/16/93/11169338_ori.jpg"},"abridged_cast":[{"name":"Ethan
337
- Hawke","id":"162660464","characters":["Ellison","Ellison Oswalt"]},{"name":"Juliet
338
- Rylance","id":"771424330","characters":["Tracy"]},{"name":"Fred Dalton Thompson","id":"420467482","characters":["Sheriff"]},{"name":"James
339
- Ransone","id":"599790325","characters":["Deputy"]},{"name":"Michael Hall D''Addario","id":"771402987","characters":["Trevor"]}],"alternate_ids":{"imdb":"1922777"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771259549.json","alternate":"http://www.rottentomatoes.com/m/sinister_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771259549/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771259549/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771259549/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771259549/similar.json"}},{"id":"771205894","title":"Frankenweenie","year":2012,"mpaa_rating":"PG","runtime":90,"critics_consensus":"Frankenweenie
340
- is an energetic stop-motion horror movie spoof with lovingly crafted visuals
341
- and a heartfelt, oddball story.","release_dates":{"theater":"2012-10-05","dvd":"2013-01-08"},"ratings":{"critics_rating":"Certified
342
- Fresh","critics_score":88,"audience_rating":"Upright","audience_score":74},"synopsis":"From
343
- creative genius Tim Burton comes Frankenweenie, a heartwarming tale about
344
- a boy and his dog. After unexpectedly losing his beloved dog Sparky, young
345
- Victor harnesses the power of science to bring his best friend back to life-with
346
- just a few minor adjustments. He tries to hide his home-sewn creation, but
347
- when Sparky gets out, Victor''s fellow students, teachers and the entire town
348
- all learn that getting a new \"leash on life\" can be monstrous. A stop-motion
349
- animated film, Frankenweenie will be filmed in black and white and rendered
350
- in 3D, which will elevate the classic style to a whole new experience. --
351
- (C) Disney","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/54/11165465_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/54/11165465_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/54/11165465_det.jpg","original":"http://content7.flixster.com/movie/11/16/54/11165465_ori.jpg"},"abridged_cast":[{"name":"Charlie
352
- Tahan","id":"770670076","characters":["Victor","Victor Frankenstein","Young
353
- Victor"]},{"name":"Winona Ryder","id":"162659115","characters":["Elsa","Elsa
354
- Van Helsing"]},{"name":"Martin Landau","id":"162658209","characters":["Mr.
355
- Rzykruski"]},{"name":"Catherine O''Hara","id":"162658234","characters":["Gym
356
- Teacher","Mrs. Frankenstein","Victor''s Mom","Weird Girl"]},{"name":"Atticus
357
- Shaffer","id":"771052788","characters":["Edgar","Edgar \"E\" Gore"]}],"alternate_ids":{"imdb":"1142977"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771205894.json","alternate":"http://www.rottentomatoes.com/m/frankenweenie_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771205894/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771205894/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771205894/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771205894/similar.json"}},{"id":"771308226","title":"Pitch
358
- Perfect","year":2012,"mpaa_rating":"PG-13","runtime":112,"critics_consensus":"Pitch
359
- Perfect''s plot is formulaic, but the performances are excellent and the musical
360
- numbers are toe-tapping as well.","release_dates":{"theater":"2012-10-05","dvd":"2012-12-18"},"ratings":{"critics_rating":"Certified
361
- Fresh","critics_score":81,"audience_rating":"Upright","audience_score":83},"synopsis":"Beca
362
- (Anna Kendrick) is that girl who''d rather listen to what''s coming out of
363
- her headphones than what''s coming out of you. Arriving at her new college,
364
- she finds herself not right for any clique but somehow is muscled into one
365
- that she never would have picked on her own: alongside mean girls, sweet girls
366
- and weird girls whose only thing in common is how good they sound when they
367
- sing together, in the new out-loud comedy Pitch Perfect. When Beca takes this
368
- acoustic singing group out of their world of traditional arrangements and
369
- perfect harmonies into all-new mash-ups, they fight to climb their way to
370
- the top of the cutthroat world of college a cappella. This could wind up either
371
- the coolest thing they''ll ever do or the most insane, and it will probably
372
- be a little of both. -- (C) Universal","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/75/11167512_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/75/11167512_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/75/11167512_det.jpg","original":"http://content6.flixster.com/movie/11/16/75/11167512_ori.jpg"},"abridged_cast":[{"name":"Anna
373
- Kendrick","id":"528367112","characters":["Beca"]},{"name":"Skylar Astin","id":"770797712","characters":["Jesse"]},{"name":"Ben
374
- Platt","id":"771422025","characters":["Benji"]},{"name":"Brittany Snow","id":"162652474","characters":["Chloe"]},{"name":"Anna
375
- Camp","id":"770908299","characters":["Aubrey"]}],"alternate_ids":{"imdb":"1981677"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771308226.json","alternate":"http://www.rottentomatoes.com/m/pitch_perfect/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771308226/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771308226/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771308226/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771308226/similar.json"}},{"id":"771219076","title":"The
376
- Possession","year":2012,"mpaa_rating":"PG-13","runtime":92,"critics_consensus":"It
377
- may be based on a true story, but that doesn''t excuse the way The Possession
378
- repeatedly falls back on hoary ghost movie cliches -- or the uninentional
379
- laughs it provides.","release_dates":{"theater":"2012-08-31","dvd":"2013-01-15"},"ratings":{"critics_rating":"Rotten","critics_score":39,"audience_rating":"Spilled","audience_score":50},"synopsis":"Based
380
- on a true story, The Possession is the terrifying account of how one family
381
- must unite in order to survive the wrath of an unspeakable evil. Clyde (Jeffrey
382
- Dean Morgan) and Stephanie Brenek (Kyra Sedgwick) see little cause for alarm
383
- when their youngest daughter Em becomes oddly obsessed with an antique wooden
384
- box she purchased at a yard sale. But as Em''s behavior becomes increasingly
385
- erratic, the couple fears the presence of a malevolent force in their midst,
386
- only to discover that the box was built to contain a dibbuk, a dislocated
387
- spirit that inhabits and ultimately devours its human host. -- (C) Lionsgate","posters":{"thumbnail":"http://content9.flixster.com/movie/11/16/86/11168615_mob.jpg","profile":"http://content9.flixster.com/movie/11/16/86/11168615_pro.jpg","detailed":"http://content9.flixster.com/movie/11/16/86/11168615_det.jpg","original":"http://content9.flixster.com/movie/11/16/86/11168615_ori.jpg"},"abridged_cast":[{"name":"Jeffrey
388
- Dean Morgan","id":"770674876","characters":["Clyde","Clyde Brenek"]},{"name":"Kyra
389
- Sedgwick","id":"162663789","characters":["Stephanie","Stephanie Brenek"]},{"name":"Natasha
390
- Calis","id":"770692393","characters":["Em"]},{"name":"Madison Davenport","id":"770677638","characters":["Hannah"]},{"name":"Matisyahu","id":"770816247","characters":["Tzadok"]}],"alternate_ids":{"imdb":"0431021"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771219076.json","alternate":"http://www.rottentomatoes.com/m/the_possession/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771219076/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771219076/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771219076/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771219076/similar.json"}},{"id":"771271133","title":"End
391
- of Watch","year":2012,"mpaa_rating":"R","runtime":109,"critics_consensus":"End
392
- of Watch has the energy, devotion to characters, and charismatic performances
393
- to overcome the familiar pitfalls of its genre and handheld format.","release_dates":{"theater":"2012-09-21","dvd":"2013-01-22"},"ratings":{"critics_rating":"Certified
394
- Fresh","critics_score":85,"audience_rating":"Upright","audience_score":88},"synopsis":"From
395
- the writer of Training Day, End of Watch is a riveting action thriller that
396
- puts audiences at the center of the chase like never before. Jake Gyllenhaal
397
- and Michael Pena star as young LA police officers who discover a secret that
398
- makes them the target of the country''s most dangerous drug cartel. -- (C)
399
- Open Road","posters":{"thumbnail":"http://content9.flixster.com/movie/11/16/82/11168287_mob.jpg","profile":"http://content9.flixster.com/movie/11/16/82/11168287_pro.jpg","detailed":"http://content9.flixster.com/movie/11/16/82/11168287_det.jpg","original":"http://content9.flixster.com/movie/11/16/82/11168287_ori.jpg"},"abridged_cast":[{"name":"Jake
400
- Gyllenhaal","id":"162653968","characters":["Officer Taylor"]},{"name":"Michael
401
- Pena","id":"309887156","characters":["Officer Zavala"]},{"name":"Anna Kendrick","id":"528367112","characters":["Janet"]},{"name":"Frank
402
- Grillo","id":"770679606","characters":["Sarge"]},{"name":"America Ferrera","id":"162652611","characters":["Officer
403
- Orozco","Orozco"]}],"alternate_ids":{"imdb":"1855199"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271133.json","alternate":"http://www.rottentomatoes.com/m/end_of_watch/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271133/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271133/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271133/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771271133/similar.json"}}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/top_rentals.json?limit=21&country=us","alternate":"http://www.rottentomatoes.com/dvd/top_rentals.php"},"link_template":"http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/top_rentals.json?limit={num-results}&country={country-code}"}
404
-
405
-
406
- '
407
- http_version:
408
- recorded_at: Wed, 20 Feb 2013 15:31:52 GMT
409
- recorded_with: VCR 2.4.0