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,341 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://api.rottentomatoes.com/api/public/v1.0/lists/movies/upcoming.json?apikey=<API_KEY>&country=us&page=1&page_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:51 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=E4002E73078C47B0D4A3619CA4EBEC46.localhost; Path=/
35
- - ServerID=1336; Path=/
36
- Vary:
37
- - User-Agent,Accept-Encoding
38
- X-Mashery-Responder:
39
- - prod-j-worker-us-east-1c-19.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
-
79
- {"total":17,"movies":[{"id":"771304584","title":"21 And Over","year":2012,"mpaa_rating":"R","runtime":"","release_dates":{"theater":"2013-03-01"},"ratings":{"critics_score":-1,"audience_score":97},"synopsis":"Straight-A
80
- college student Jeff Chang has always done what he was supposed to do. But
81
- when his two best friends Casey and Miller surprise him with a visit for his
82
- 21st birthday, Jeff Chang decides to do everything he wants to do for a change,
83
- even though his important medical school interview is early the next morning.
84
- What was supposed to be one beer becomes a night of humiliation, over indulgence
85
- and utter debauchery in this coming-of-drinking-age-comedy, from the writers
86
- of THE HANGOVER, about living youth to its fullest.","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/75/11167561_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/75/11167561_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/75/11167561_det.jpg","original":"http://content7.flixster.com/movie/11/16/75/11167561_ori.jpg"},"abridged_cast":[{"name":"Miles
87
- Teller","id":"771077409","characters":["Miller"]},{"name":"Skylar Astin","id":"770797712","characters":["Casey"]},{"name":"Justin
88
- Chon","id":"422942992","characters":["Jeff Chang"]},{"name":"Sarah Wright","id":"770806988"},{"name":"Francois
89
- Chau","id":"563393055"}],"alternate_ids":{"imdb":"1711425"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771304584.json","alternate":"http://www.rottentomatoes.com/m/21_and_over/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771304584/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771304584/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771304584/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771304584/similar.json"}},{"id":"771189410","title":"Jack
90
- the Giant Slayer","year":2013,"mpaa_rating":"PG-13","runtime":"","release_dates":{"theater":"2013-03-01"},"ratings":{"critics_score":-1,"audience_score":96},"synopsis":"\"Jack
91
- the Giant Slayer\" tells the story of an ancient war that is reignited when
92
- a young farmhand unwittingly opens a gateway between our world and a fearsome
93
- race of giants. Unleashed on the Earth for the first time in centuries, the
94
- giants strive to reclaim the land they once lost, forcing the young man, Jack
95
- (Nicholas Hoult) into the battle of his life to stop them. Fighting for a
96
- kingdom, its people, and the love of a brave princess, he comes face to face
97
- with the unstoppable warriors he thought only existed in legend-and gets the
98
- chance to become a legend himself.-- (C) Warner Bros","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/81/11168129_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/81/11168129_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/81/11168129_det.jpg","original":"http://content7.flixster.com/movie/11/16/81/11168129_ori.jpg"},"abridged_cast":[{"name":"Nicholas
99
- Hoult","id":"162654938","characters":["Jack"]},{"name":"Eleanor Tomlinson","id":"770707131"},{"name":"Stanley
100
- Tucci","id":"162661152","characters":["Roderick"]},{"name":"Ian McShane","id":"326396263","characters":["King
101
- Brahmwell"]},{"name":"Bill Nighy","id":"162652300","characters":["Fallon"]}],"alternate_ids":{"imdb":"1351685"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771189410.json","alternate":"http://www.rottentomatoes.com/m/jack_the_giant_slayer/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771189410/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771189410/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771189410/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771189410/similar.json"}},{"id":"771321134","title":"The
102
- Last Exorcism Part II","year":2013,"mpaa_rating":"PG-13","runtime":"","release_dates":{"theater":"2013-03-01"},"ratings":{"critics_score":-1,"audience_score":82},"synopsis":"Continuing
103
- where the first film left off, Nell Sweetzer (Ashley Bell) is found terrified
104
- and alone in rural Louisiana. Back in the relative safety of New Orleans,
105
- Nell realizes that she can''t remember entire portions of the previous months
106
- only that she is the last surviving member of her family. Just as Nell begins
107
- the difficult process of starting a new life, the evil force that once possessed
108
- her is back with other, unimaginably horrific plans that mean her last exorcism
109
- was just the beginning. (c) CBS Films","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/83/11168309_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/83/11168309_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/83/11168309_det.jpg","original":"http://content7.flixster.com/movie/11/16/83/11168309_ori.jpg"},"abridged_cast":[{"name":"Ashley
110
- Bell","id":"770908595"},{"name":"Spencer Treat Clark","id":"770711788"},{"name":"Andrew
111
- Sensenig","id":"770835191"},{"name":"Judd Derek Lormand","id":"771393814"},{"name":"Julia
112
- Garner","id":"771379397"}],"alternate_ids":{"imdb":"2034139"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771321134.json","alternate":"http://www.rottentomatoes.com/m/the_last_exorcism_part_ii_2013/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771321134/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771321134/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771321134/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771321134/similar.json"}},{"id":"771315948","title":"Phantom","year":2013,"mpaa_rating":"R","runtime":97,"release_dates":{"theater":"2013-03-01"},"ratings":{"critics_score":-1,"audience_score":81},"synopsis":"Ed
113
- Harris plays the captain of a Cold War Soviet missile submarine who has recently
114
- been suffering from seizures that alter his perception of reality. Forced
115
- to leave his wife and daughter, he is rushed into a classified mission, where
116
- he is haunted by his past and challenged by a rogue KGB group (led by David
117
- Duchovny) bent on seizing control of the ship''s nuclear missile. With the
118
- fate of humanity in his hands, Harris discovers he has been chosen for this
119
- mission in the belief he would fail. PHANTOM is a suspense submarine thriller
120
- about extraordinary men facing impossible choices.","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/89/11168912_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/89/11168912_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/89/11168912_det.jpg","original":"http://content6.flixster.com/movie/11/16/89/11168912_ori.jpg"},"abridged_cast":[{"name":"Ed
121
- Harris","id":"162654543"},{"name":"David Duchovny","id":"162661591"},{"name":"William
122
- Fichtner","id":"162652209"},{"name":"Lance Henriksen","id":"162660194"},{"name":"Johnathon
123
- Schaech","id":"364606705"}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315948.json","alternate":"http://www.rottentomatoes.com/m/phantom_2013/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315948/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315948/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315948/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315948/similar.json"}},{"id":"771312246","title":"Stoker","year":2013,"mpaa_rating":"R","runtime":98,"release_dates":{"theater":"2013-03-01"},"ratings":{"critics_rating":"Fresh","critics_score":81,"audience_score":96},"synopsis":"After
124
- India''s father dies in an auto accident, her Uncle Charlie, who she never
125
- knew existed, comes to live with her and her emotionally unstable mother.
126
- Soon after his arrival, she comes to suspect this mysterious, charming man
127
- has ulterior motives, but instead of feeling outrage or horror, this friendless
128
- girl becomes increasingly infatuated with him.","posters":{"thumbnail":"http://content9.flixster.com/movie/11/16/78/11167875_mob.jpg","profile":"http://content9.flixster.com/movie/11/16/78/11167875_pro.jpg","detailed":"http://content9.flixster.com/movie/11/16/78/11167875_det.jpg","original":"http://content9.flixster.com/movie/11/16/78/11167875_ori.jpg"},"abridged_cast":[{"name":"Mia
129
- Wasikowska","id":"770688391","characters":["India"]},{"name":"Matthew Goode","id":"162669627","characters":["Charlie"]},{"name":"Nicole
130
- Kidman","id":"162652279"},{"name":"Dermot Mulroney","id":"162652930"},{"name":"Jacki
131
- Weaver","id":"651402543"}],"alternate_ids":{"imdb":"1682180"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771312246.json","alternate":"http://www.rottentomatoes.com/m/stoker_2013/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771312246/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771312246/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771312246/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771312246/similar.json"}},{"id":"771303984","title":"The
132
- Sweeney","year":2012,"mpaa_rating":"R","runtime":112,"release_dates":{"theater":"2013-03-01","dvd":"2013-04-02"},"ratings":{"critics_rating":"Rotten","critics_score":56,"audience_score":86},"synopsis":"Tearing
133
- up the streets of London, THE SWEENEY is a stylish, exhilarating action thriller
134
- proving sometimes you have to act like a criminal to catch a criminal. Armed
135
- and dangerous, the Sweeney Flying Squad are old school crime fighters enforcing
136
- the law. Led by legendary detective Jack Regan (Ray Winstone) and his loyal
137
- partner, they have their own unique way of operating and always get results.
138
- With a bank heist in progress and his old enemy making a reappearance on the
139
- London crime scene, Regan will do whatever it takes to get the job done, even
140
- defying orders from his no-nonsense boss (Damian Lewis). (c) eOne","posters":{"thumbnail":"http://content9.flixster.com/movie/11/16/68/11166895_mob.jpg","profile":"http://content9.flixster.com/movie/11/16/68/11166895_pro.jpg","detailed":"http://content9.flixster.com/movie/11/16/68/11166895_det.jpg","original":"http://content9.flixster.com/movie/11/16/68/11166895_ori.jpg"},"abridged_cast":[{"name":"Ray
141
- Winstone","id":"162693523","characters":["Jack Regan"]},{"name":"Ben Drew","id":"770780799","characters":["George
142
- Carter"]},{"name":"Hayley Atwell","id":"417268294","characters":["Nancy Lewis"]},{"name":"Damian
143
- Lewis","id":"162653853","characters":["Frank Haskins"]},{"name":"Paul Anderson","id":"770893808","characters":["Frances
144
- Allen"]}],"alternate_ids":{"imdb":"0857190"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771303984.json","alternate":"http://www.rottentomatoes.com/m/the_sweeney/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771303984/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771303984/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771303984/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771303984/similar.json"}},{"id":"771303871","title":"War
145
- Witch","year":2013,"mpaa_rating":"Unrated","runtime":90,"release_dates":{"theater":"2013-03-01"},"ratings":{"critics_rating":"Fresh","critics_score":90,"audience_score":91},"synopsis":"Montreal-based
146
- filmmaker Kim Nguyen paints a poignant and harrowing portrait of Komona, a
147
- 14-year-old girl (wonderfully played by nonprofessional actress Rachel Mwanza)
148
- who has been kidnapped from her African village by rebels to become a child
149
- soldier. She escapes from the camp with an older albino soldier and experiences
150
- for the very first time the joys of a peaceful and loving life, but a fresh
151
- tragedy will force her to confront and fight the ghosts haunting her mind.
152
- Although inspired by a real story that took place in Burma, Nguyen decided
153
- to film War Witch in the Democratic Republic of the Congo without giving a
154
- specific location to the plot. He worked on the film for 10 years, watching
155
- and catching children''s points of view with his camera and mixing in tightly
156
- edited flashbacks in which the spirits of human beings appear with an ultra-realistic
157
- and violent storyline. But War Witch is also a poignant and impossible love
158
- story filled with magic, picturesque images, and even light moments like the
159
- powerful visit to an albino camp or the chasing of a white rooster. (c) Tribeca
160
- film","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/65/11166561_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/65/11166561_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/65/11166561_det.jpg","original":"http://content7.flixster.com/movie/11/16/65/11166561_ori.jpg"},"abridged_cast":[{"name":"Rachel
161
- Mwanza","id":"771398698","characters":["Komona"]},{"name":"Alain Bastien","id":"771398696","characters":["Rebel
162
- Commander"]},{"name":"Serge Kanyinda","id":"771398700","characters":["Magician"]},{"name":"Ralph
163
- Prosper","id":"771398699","characters":["The Butcher"]},{"name":"Mizinga Mwinga","id":"771398697","characters":["Grand
164
- Tigre Royal"]}],"alternate_ids":{"imdb":"1820488"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771303871.json","alternate":"http://www.rottentomatoes.com/m/war_witch/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771303871/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771303871/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771303871/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771303871/similar.json"}},{"id":"771315027","title":"Ginger
165
- & Rosa","year":2013,"mpaa_rating":"PG-13","runtime":89,"release_dates":{"theater":"2013-03-01"},"ratings":{"critics_rating":"Rotten","critics_score":55,"audience_score":82},"synopsis":"London,
166
- 1962. Two teenage girls - GINGER & ROSA - are inseparable. They skip school
167
- together, talk about love, religion and politics and dream of lives bigger
168
- than their mothers'' domesticity. But the growing threat of nuclear war casts
169
- a shadow over their lives. Ginger (Elle Fanning) is drawn to poetry and protest,
170
- while Rosa (Alice Englert) shows Ginger how to smoke cigarettes, kiss boys
171
- and pray. Both rebel against their mothers: Rosa''s single mum, Anoushka (Jodhi
172
- May), and Ginger''s frustrated painter mother, Natalie (Christina Hendricks).
173
- Meanwhile, Ginger''s pacifist father, Roland (Alessandro Nivola) seems a romantic,
174
- bohemian figure to the girls. He encourages Ginger''s ''Ban-the-Bomb'' activism,
175
- while Rosa starts to take a very different interest in him. As Ginger''s parents
176
- fight and fall apart, Ginger finds emotional sanctuary with a gay couple,
177
- both named Mark (Timothy Spall and Oliver Platt), and their American friend,
178
- the poet Bella (Annette Bening). Finally, as the Cuban Missile Crisis escalates
179
- - and it seems the world itself may come to an end - the lifelong friendship
180
- of the two girls is shattered. Ginger clutches at one hope; if she can help
181
- save the world from extinction, perhaps she too will survive this moment of
182
- personal devastation. (c) A24","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/71/11167153_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/71/11167153_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/71/11167153_det.jpg","original":"http://content7.flixster.com/movie/11/16/71/11167153_ori.jpg"},"abridged_cast":[{"name":"Elle
183
- Fanning","id":"528361349","characters":["Ginger"]},{"name":"Alice Englert","id":"770904089","characters":["Rosa"]},{"name":"Jodhi
184
- May","id":"353587545","characters":["Anoushka"]},{"name":"Christina Hendricks","id":"770682642","characters":["Natalie"]},{"name":"Annette
185
- Bening","id":"162660402","characters":["Bella"]}],"alternate_ids":{"imdb":"2115295"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315027.json","alternate":"http://www.rottentomatoes.com/m/ginger_and_rosa/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315027/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315027/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315027/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315027/similar.json"}},{"id":"771266302","title":"The
186
- End of Love","year":2013,"mpaa_rating":"PG","runtime":90,"release_dates":{"theater":"2013-03-01"},"ratings":{"critics_rating":"Rotten","critics_score":40,"audience_score":94},"synopsis":"THE
187
- END OF LOVE tells the story of struggling actor, Mark (played by writer/director
188
- Mark Webber), who is forced to grapple with his inability to grow up when
189
- the mother of his two-year-old son Isaac suddenly passes away. As he kindles
190
- a relationship with a young single mother (Shannyn Sossamon, 40 Days and 40
191
- Nights), he begins to realize that he can no longer remain in denial about
192
- the real-life consequences his choices have on Isaac (played by Isaac Love,
193
- Webber''s real-life son). The End of Love is an intimate and stunningly honest
194
- portrait of a young father in transition between the life he''s been working
195
- for and the one that''s waiting for him.(c) Official Site","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/81/11168137_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/81/11168137_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/81/11168137_det.jpg","original":"http://content7.flixster.com/movie/11/16/81/11168137_ori.jpg"},"abridged_cast":[{"name":"Mark
196
- Webber","id":"364608550","characters":["Mark"]},{"name":"Shannyn Sossamon","id":"162653564","characters":["Lydia"]},{"name":"Isaac
197
- Love","id":"771431469","characters":["Isaac"]},{"name":"Amanda Seyfried","id":"364614826","characters":["Rachel"]},{"name":"Michael
198
- Cera","id":"742790762"}],"alternate_ids":{"imdb":"1827578"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266302.json","alternate":"http://www.rottentomatoes.com/m/the_end_of_love/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266302/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266302/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266302/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266302/similar.json"}},{"id":"771211175","title":"Oz:
199
- The Great and Powerful","year":2013,"mpaa_rating":"PG","runtime":"","release_dates":{"theater":"2013-03-08"},"ratings":{"critics_score":-1,"audience_score":99},"synopsis":"Disney''s
200
- fantastical adventure \"Oz The Great and Powerful,\" directed by Sam Raimi,
201
- imagines the origins of L. Frank Baum''s beloved wizard character. When Oscar
202
- Diggs (James Franco), a small-time circus magician with dubious ethics, is
203
- hurled away from dusty Kansas to the vibrant Land of Oz, he thinks he''s hit
204
- the jackpot-fame and fortune are his for the taking-that is until he meets
205
- three witches, Theodora (Mila Kunis), Evanora (Rachel Weisz) and Glinda (Michelle
206
- Williams), who are not convinced he is the great wizard everyone''s been expecting.
207
- Reluctantly drawn into the epic problems facing the Land of Oz and its inhabitants,
208
- Oscar must find out who is good and who is evil before it is too late. Putting
209
- his magical arts to use through illusion, ingenuity-and even a bit of wizardry-Oscar
210
- transforms himself not only into the great wizard but into a better man as
211
- well. When small-time magician Oscar Diggs (James Franco) pulls one flimflam
212
- too many, he finds himself hurled into the fantastical Land of Oz where he
213
- must somehow transform himself into the great wizard-and just maybe into a
214
- better man as well. -- (C) Walt Disney","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/82/11168213_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/82/11168213_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/82/11168213_det.jpg","original":"http://content7.flixster.com/movie/11/16/82/11168213_ori.jpg"},"abridged_cast":[{"name":"James
215
- Franco","id":"162653202","characters":["Oscar Diggs/Oz","Oz","The Wizard"]},{"name":"Mila
216
- Kunis","id":"364629418","characters":["Theodora","Theodorah"]},{"name":"Rachel
217
- Weisz","id":"162653682","characters":["Evanora"]},{"name":"Michelle Williams","id":"162653583","characters":["Glinda"]},{"name":"Zach
218
- Braff","id":"162655018","characters":["Finley","Oz''s Assistant"]}],"alternate_ids":{"imdb":"1623205"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771211175.json","alternate":"http://www.rottentomatoes.com/m/oz_the_great_and_powerful/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771211175/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771211175/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771211175/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771211175/similar.json"}},{"id":"771310807","title":"Dead
219
- Man Down","year":2013,"mpaa_rating":"R","runtime":"","release_dates":{"theater":"2013-03-08"},"ratings":{"critics_score":-1,"audience_score":96},"synopsis":"Niels
220
- Arden Oplev, the acclaimed director of the original The Girl with the Dragon
221
- Tattoo, makes his American theatrical debut with the new action thriller,
222
- DEAD MAN DOWN. Colin Farrell and Noomi Rapace star as two strangers who are
223
- irresistibly drawn to one another by their mutual desire for revenge. The
224
- film co-stars Academy Award (R) nominee Terrence Howard and Dominic Cooper,
225
- from a screenplay by J.H.Wyman (Fringe). (c) Film District","posters":{"thumbnail":"http://content8.flixster.com/movie/11/16/86/11168630_mob.jpg","profile":"http://content8.flixster.com/movie/11/16/86/11168630_pro.jpg","detailed":"http://content8.flixster.com/movie/11/16/86/11168630_det.jpg","original":"http://content8.flixster.com/movie/11/16/86/11168630_ori.jpg"},"abridged_cast":[{"name":"Noomi
226
- Rapace","id":"770821073"},{"name":"Colin Farrell","id":"162665297"},{"name":"Dominic
227
- Cooper","id":"349219113"},{"name":"Terrence Howard","id":"162652991"},{"name":"Armand
228
- Assante","id":"162654463"}],"alternate_ids":{"imdb":"2101341"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771310807.json","alternate":"http://www.rottentomatoes.com/m/dead_man_down_2013/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771310807/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771310807/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771310807/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771310807/similar.json"}},{"id":"771269389","title":"The
229
- ABCs of Death","year":2012,"mpaa_rating":"Unrated","runtime":129,"release_dates":{"theater":"2013-03-08"},"ratings":{"critics_rating":"Fresh","critics_score":61,"audience_score":87},"synopsis":"Twenty-six
230
- directors. Twenty-six ways to die. The ABC''s OF DEATH is perhaps the most
231
- ambitious anthology film ever conceived with productions spanning fifteen
232
- countries and featuring segments directed by over two dozen of the world''s
233
- leading talents in contemporary genre film. Inspired by children''s educational
234
- books, the motion picture is comprised of twenty-six individual chapters;
235
- each helmed by a different director assigned a letter of the alphabet. The
236
- directors were then given free reign in choosing a word to create a story
237
- involving death. Provocative, shocking, funny and ultimately confrontational,
238
- THE ABC''s OF DEATH is the definitive vision of modern horror diversity. (c)
239
- Magnolia","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/42/11164272_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/42/11164272_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/42/11164272_det.jpg","original":"http://content6.flixster.com/movie/11/16/42/11164272_ori.jpg"},"abridged_cast":[{"name":"Dallas
240
- Malloy","id":"770994231"},{"name":"Kyra Zagorsky","id":"771397075"},{"name":"Peter
241
- Pedrero","id":"770725752"},{"name":"Darenzia","id":"770902592"},{"name":"Fraser
242
- Corbett","id":"771397076"}],"alternate_ids":{"imdb":"1935896"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771269389.json","alternate":"http://www.rottentomatoes.com/m/the_abcs_of_death/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771269389/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771269389/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771269389/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771269389/similar.json"}},{"id":"771315558","title":"Emperor","year":2013,"mpaa_rating":"PG-13","runtime":98,"release_dates":{"theater":"2013-03-08"},"ratings":{"critics_score":-1,"audience_score":91},"synopsis":"Matthew
243
- Fox (WORLD WAR Z, I, ALEX CROSS, \"Lost\") joins with Academy Award (R) winner
244
- Tommy Lee Jones (LINCOLN, NO COUNTRY FOR OLD MEN, THE FUGITIVE, HOPE SPRINGS),
245
- newcomer Eriko Hatsune and award-winning Japanese star Toshiyuki Nishida (GET
246
- UP!, TSURIBAKA NISSHI 14, TSURIBAKA NISSHI 6, GAKKO, DUN-HUANG) to bring to
247
- life the American occupation of Japan in the perilous and unpredictable days
248
- just after Emperor Hirohito''s World War II surrender. As General Douglas
249
- MacArthur (Jones) suddenly finds himself the de facto ruler of a foreign nation,
250
- he assigns an expert in Japanese culture - and psychological warfare - General
251
- Bonner Fellers (Fox), to covertly investigate the looming question hanging
252
- over the country: should the Japanese Emperor, worshiped by his people but
253
- accused of war crimes, be punished or saved? Caught between the high-wire
254
- political intrigue of his urgent mission and his own impassioned search for
255
- the mysterious school teacher (Hatsune) who first drew him to Japan, Fellers
256
- can be certain only that the tricky subterfuge about to play out will forever
257
- change the history of two nations and his heart. (c) Roadside Attractions","posters":{"thumbnail":"http://content9.flixster.com/movie/11/16/90/11169063_mob.jpg","profile":"http://content9.flixster.com/movie/11/16/90/11169063_pro.jpg","detailed":"http://content9.flixster.com/movie/11/16/90/11169063_det.jpg","original":"http://content9.flixster.com/movie/11/16/90/11169063_ori.jpg"},"abridged_cast":[{"name":"Matthew
258
- Fox","id":"364640527"},{"name":"Tommy Lee Jones","id":"162666788"},{"name":"Eriko
259
- Hatsune","id":"364656987"},{"name":"Toshiyuki Nishida","id":"770782984"},{"name":"Masayoshi
260
- Haneda","id":"770832390"}],"alternate_ids":{"imdb":"2103264"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315558.json","alternate":"http://www.rottentomatoes.com/m/emperor_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315558/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315558/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315558/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771315558/similar.json"}},{"id":"771307291","title":"Beyond
261
- The Hills","year":2012,"mpaa_rating":"Unrated","runtime":155,"release_dates":{"theater":"2013-03-08"},"ratings":{"critics_rating":"Fresh","critics_score":74,"audience_score":88},"synopsis":"In
262
- an isolated Orthodox convent in Romania, Alina has just been reunited with
263
- Voichita after spending several years in Germany. The two young women have
264
- supported and loved each other since meeting as children in an orphanage.
265
- Alina wants Voichita to leave and return with her to Germany, but Voichita
266
- has found refuge in faith and a family in the nuns and their priest, and refuses.
267
- Alina cannot understand her friend''s choice. In her attempt to win back Voichita''s
268
- affection, she challenges the priest. She is taken to hospital and the people
269
- of the monastery start to suspect that she is possessed. When the doctors
270
- send her back, Alina is included in the monastic routine in the hope that
271
- she will find peace. But her condition worsens and they finally have to tie
272
- her to a wooden plank to prevent her from hurting herself. After ruling out
273
- all other options, the priest and nuns decide to read her prayers to deliver
274
- those possessed by the Evil One. They perform an exorcism, but the result
275
- is not what they had hoped, and Voichita begins to doubt the religious choice
276
- she has made. She decides to free Alina - but her decision comes too late.
277
- Inspired by the non-fiction novels of Tatiana Niculescu Bran.","posters":{"thumbnail":"http://content8.flixster.com/movie/11/16/79/11167950_mob.jpg","profile":"http://content8.flixster.com/movie/11/16/79/11167950_pro.jpg","detailed":"http://content8.flixster.com/movie/11/16/79/11167950_det.jpg","original":"http://content8.flixster.com/movie/11/16/79/11167950_ori.jpg"},"abridged_cast":[{"name":"Cosmina
278
- Stratan","id":"771408653","characters":["Voichita"]},{"name":"Cristina Flutur","id":"771406168","characters":["Alina"]},{"name":"Valeriu
279
- Andriuta","id":"771022229","characters":["Pretre"]},{"name":"Dana Tapalaga","id":"771408654","characters":["Mere
280
- Superieure"]},{"name":"Catalina Harabagiu","id":"771408655"}],"alternate_ids":{"imdb":"2258281"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307291.json","alternate":"http://www.rottentomatoes.com/m/beyond_the_hills_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307291/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307291/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307291/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307291/similar.json"}},{"id":"771244559","title":"The
281
- Monk","year":2011,"mpaa_rating":"R","runtime":101,"release_dates":{"theater":"2013-03-08"},"ratings":{"critics_rating":"Fresh","critics_score":70,"audience_score":52},"synopsis":"One
282
- man''s soul is caught up in a battle of good vs. evil in this period drama
283
- from director Dominik Moll. Ambrosio (Vincent Cassel) has spent most of his
284
- life within the walls of a Capuchin monastery in Spain; he was left on their
285
- doorstep as an infant, and has grown into a man of God respected among his
286
- brothers for his fiercely held principles and intense faith. A new follower
287
- joins the order, Valerio (Deborah Francois), who wears a mask after being
288
- horribly disfigured in a fire, but Ambrosio discovers this story isn''t true
289
- -- Valerio is disguised because he''s actually a woman. Shortly after Valerio''s
290
- secret is revealed, Ambrosio is bitten by a scorpion and the poison nearly
291
- kills him. Ambrosio eventually recovers, but he''s a changed man after he
292
- returns to health, and begins showing a highly inappropriate interest in Antonia
293
- (Josephine Japy), an innocent but beautiful young woman living nearby. As
294
- Ambrosio works a greater control over Antonia, some wonder if the monk was
295
- more deeply impacted by the scorpion''s sting than they imagined -- or if
296
- Valerio''s gender was not her only secret. Adapted from a novel by Matthew
297
- G. Lewis, Le Moine (aka The Monk) was an official selection at the 2011 Palm
298
- Springs Film Festival. ~ Mark Deming, Rovi","posters":{"thumbnail":"http://content8.flixster.com/movie/11/15/80/11158010_mob.jpg","profile":"http://content8.flixster.com/movie/11/15/80/11158010_pro.jpg","detailed":"http://content8.flixster.com/movie/11/15/80/11158010_det.jpg","original":"http://content8.flixster.com/movie/11/15/80/11158010_ori.jpg"},"abridged_cast":[{"name":"Vincent
299
- Cassel","id":"162655150","characters":["Ambrosio"]},{"name":"Deborah Francois","id":"326393336","characters":["Valerio"]},{"name":"Josephine
300
- Japy","id":"770854296","characters":["Antonia"]},{"name":"Sergi Lopez","id":"162720248"},{"name":"Geraldine
301
- Chaplin","id":"162678938"}],"alternate_ids":{"imdb":"1605769"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771244559.json","alternate":"http://www.rottentomatoes.com/m/the_monk_2011/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771244559/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771244559/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771244559/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771244559/similar.json"}},{"id":"771307426","title":"The
302
- We and the I","year":2013,"mpaa_rating":"Unrated","runtime":103,"release_dates":{"theater":"2013-03-08"},"ratings":{"critics_rating":"Fresh","critics_score":78,"audience_score":87},"synopsis":"Set
303
- on the last day of the school year, THE WE AND THE I follows a group of Bronx
304
- high schoolers who board a city bus on their way home. With summer break ahead
305
- of them, and feeling more liberated than usual, this broad array of kids--the
306
- cool ones, the outsiders, and everyone in between--act out as only teenagers
307
- can and, in the course of one afternoon, their friendships, rivalries, ambitions,
308
- and anxieties are revealed. Gondry workshopped the project with students at
309
- a neighborhood after-school arts program in the Bronx, and his large ensemble
310
- cast, all of them first-timers, essentially play themselves, though the script
311
- (which Gondry wrote with Jeffrey Grimshaw and Paul Proch) artfully creates
312
- a fully formed vision of the life these kids live and the future that awaits
313
- them. Though set almost entirely on the bus, Gondry enlarges the film''s visual
314
- canvas with mobile phone videos, text messages, and a series of trompe l''oeil
315
- effects executed with his customary flair and inventiveness.","posters":{"thumbnail":"http://content8.flixster.com/movie/11/16/52/11165226_mob.jpg","profile":"http://content8.flixster.com/movie/11/16/52/11165226_pro.jpg","detailed":"http://content8.flixster.com/movie/11/16/52/11165226_det.jpg","original":"http://content8.flixster.com/movie/11/16/52/11165226_ori.jpg"},"abridged_cast":[{"name":"Michael
316
- Brodie","id":"770709804"},{"name":"Joe Mele","id":"771408755"},{"name":"Alex
317
- Barrios","id":"771408756"},{"name":"Meghan Murphy","id":"771408757"},{"name":"Brandon
318
- Diaz","id":"771408758"}],"alternate_ids":{"imdb":"1618445"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307426.json","alternate":"http://www.rottentomatoes.com/m/the_we_and_the_i/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307426/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307426/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307426/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771307426/similar.json"}},{"id":"771270454","title":"Electrick
319
- Children","year":2013,"mpaa_rating":"R","runtime":99,"release_dates":{"theater":"2013-03-08"},"ratings":{"critics_rating":"Fresh","critics_score":82,"audience_score":82},"synopsis":"In
320
- the debut feature from director Rebecca Thomas, ELECTRICK CHILDREN, Julia
321
- Garner (MARTHA MARCY MAY MARLENE, WE ARE WHAT WE ARE, SIN CITY: A DAME TO
322
- KILL FOR) plays Rachel, a rambunctious teenager from a fundamentalist Morman
323
- family in Utah. On Rachel''s 15th birthday, she discovers a forbidden cassette
324
- tape with rock music on it. Having never heard anything like it, Rachel has
325
- a miraculous experience. Three months later, Rachel turns up pregnant and
326
- claims to have had an immaculate conception from listening to the music. Rachel''s
327
- parents, (Cynthia Watros - LOST, Billy Zane - TITANIC) arrange a marriage
328
- for her, but she runs off with her brother \"Mr. Will,\" (Liam Aiken - LEMONY
329
- SNICKET''S A SERIES OF UNFORTUNATE EVENTS) to Las Vegas, to search for the
330
- man who sings on the tape, thinking he has something to do with her mysterious
331
- pregnancy. There they meet Clyde, (Rory Culkin - SCREAM 4), a young rocker
332
- who challenges everything they''ve been taught and changes the way they see
333
- the world. (C) Phase 4","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/58/11165844_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/58/11165844_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/58/11165844_det.jpg","original":"http://content6.flixster.com/movie/11/16/58/11165844_ori.jpg"},"abridged_cast":[{"name":"Julia
334
- Garner","id":"771379397"},{"name":"Rory Culkin","id":"162653085"},{"name":"Liam
335
- Aiken","id":"162669078"},{"name":"Bill Sage","id":"162711217"},{"name":"Cynthia
336
- M. Watros","id":"770996730"}],"alternate_ids":{"imdb":"2139843"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771270454.json","alternate":"http://www.rottentomatoes.com/m/electrick_children/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771270454/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771270454/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771270454/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771270454/similar.json"}}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/lists/movies/upcoming.json?page_limit=21&country=us&page=1","alternate":"http://www.rottentomatoes.com/movie/upcoming.php"},"link_template":"http://api.rottentomatoes.com/api/public/v1.0/lists/movies/upcoming.json?page_limit={results_per_page}&page={page_number}&country={country-code}"}
337
-
338
- '
339
- http_version:
340
- recorded_at: Wed, 20 Feb 2013 15:31:51 GMT
341
- recorded_with: VCR 2.4.0