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.
- data/.gitignore +1 -0
- data/README.md +22 -13
- data/lib/tomato_power/api/api.rb +30 -66
- data/lib/tomato_power/api/api_service.rb +115 -0
- data/lib/tomato_power/api/tomato_methods.rb +17 -16
- data/lib/tomato_power/client.rb +13 -0
- data/lib/tomato_power/helpers/helpers.rb +2 -0
- data/lib/tomato_power/helpers/parsers.rb +26 -1
- data/lib/tomato_power/movie/actor.rb +1 -0
- data/lib/tomato_power/movie/clip.rb +1 -0
- data/lib/tomato_power/movie/movie.rb +20 -6
- data/lib/tomato_power/movie/poster.rb +14 -0
- data/lib/tomato_power/movie/review.rb +1 -0
- data/lib/tomato_power/version.rb +1 -1
- data/lib/tomato_power.rb +7 -0
- data/spec/spec_helper.rb +1 -1
- data/spec/support/sample_data/sample_posters +6 -0
- data/spec/unit_specs/api/api_services_spec.rb +39 -0
- data/spec/unit_specs/{api_spec.rb → api/api_spec.rb} +3 -27
- data/spec/unit_specs/helpers/helpers.rb +53 -0
- data/spec/unit_specs/{parsers_spec.rb → helpers/parsers_spec.rb} +12 -12
- data/spec/unit_specs/helpers_spec.rb +0 -2
- data/spec/unit_specs/{actor_spec.rb → movie/actor_spec.rb} +1 -1
- data/spec/unit_specs/{client_spec.rb → movie/client_spec.rb} +1 -1
- data/spec/unit_specs/{clip_spec.rb → movie/clip_spec.rb} +1 -1
- data/spec/unit_specs/{movie_spec.rb → movie/movie_spec.rb} +21 -6
- data/spec/unit_specs/movie/poster_spec.rb +17 -0
- data/spec/unit_specs/{review_spec.rb → movie/review_spec.rb} +2 -2
- metadata +26 -74
- data/spec/support/vcr/TomatoPower_API/API_Methods/valid_methods/should_create_methods.yml +0 -598
- data/spec/support/vcr/TomatoPower_API/API_options_validation/valid_options/should_consider_0_options_valid.yml +0 -306
- data/spec/support/vcr/TomatoPower_API/API_options_validation/valid_options/should_not_raise_error.yml +0 -101
- data/spec/support/vcr/TomatoPower_API/List_request/searching_by_title/should_return_a_list_of_movie_objects.yml +0 -101
- data/spec/support/vcr/TomatoPower_API/List_request/searching_by_title/should_url_encode_search_string_before_sending.yml +0 -102
- data/spec/support/vcr/TomatoPower_API/List_request/should_return_a_list_of_movie_objects.yml +0 -101
- data/spec/support/vcr/TomatoPower_API/List_request/should_url_encode_search_string_before_sending.yml +0 -102
- data/spec/support/vcr/TomatoPower_API/Movie_request/cast/should_return_cast_of_movie.yml +0 -356
- data/spec/support/vcr/TomatoPower_API/Movie_request/clips/should_return_clips_of_movie.yml +0 -638
- data/spec/support/vcr/TomatoPower_API/Movie_request/no_results/should_return_error_string_if_no_results_are_found.yml +0 -49
- data/spec/support/vcr/TomatoPower_API/Movie_request/reviews/should_return_reviews.yml +0 -271
- data/spec/support/vcr/TomatoPower_API/Movie_request/should_return_single_movie.yml +0 -161
- data/spec/support/vcr/TomatoPower_API/Movie_request/similar/should_return_similar_movies.yml +0 -121
- data/spec/support/vcr/TomatoPower_Client/box_office_movies/should_return_list_of_movies.yml +0 -396
- data/spec/support/vcr/TomatoPower_Client/current_release_dvds/should_return_list_of_movies.yml +0 -427
- data/spec/support/vcr/TomatoPower_Client/in_theaters_movies/should_return_list_of_movies.yml +0 -380
- data/spec/support/vcr/TomatoPower_Client/new_release_dvds/should_return_list_of_movies.yml +0 -392
- data/spec/support/vcr/TomatoPower_Client/opening_movies/should_return_list_of_movies.yml +0 -213
- data/spec/support/vcr/TomatoPower_Client/search_by_id/should_return_list_of_movies_by_id.yml +0 -88
- data/spec/support/vcr/TomatoPower_Client/search_by_title/should_return_list_of_movies_by_title.yml +0 -89
- data/spec/support/vcr/TomatoPower_Client/top_rentals/should_return_list_of_movies.yml +0 -409
- data/spec/support/vcr/TomatoPower_Client/upcoming_dvds/should_return_list_of_movies.yml +0 -359
- data/spec/support/vcr/TomatoPower_Client/upcoming_movies/should_return_list_of_movies.yml +0 -341
- data/spec/support/vcr/TomatoPower_Movie/clips/should_return_clips.yml +0 -250
- data/spec/support/vcr/TomatoPower_Movie/full_cast/should_return_cast.yml +0 -279
- data/spec/support/vcr/TomatoPower_Movie/reviews/should_return_reviews.yml +0 -205
- data/spec/support/vcr/TomatoPower_Movie/similar/should_return_similar_movies.yml +0 -231
- data/spec/support/vcr/TomatoPower_Movie/similar/should_return_similars.yml +0 -81
- data/spec/unit_specs/helpers.rb +0 -50
@@ -1,392 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/new_releases.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:54 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=4DF1DB15054AE83B5D071AF29F0FB8CE.localhost; Path=/
|
35
|
-
- ServerID=1335; Path=/
|
36
|
-
Vary:
|
37
|
-
- User-Agent,Accept-Encoding
|
38
|
-
X-Mashery-Responder:
|
39
|
-
- prod-j-worker-us-east-1b-16.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
|
-
{"total":50,"movies":[{"id":"771256128","title":"Argo","year":2012,"mpaa_rating":"R","runtime":120,"critics_consensus":"Tense,
|
79
|
-
exciting, and often darkly comic, Argo recreates a historical event with vivid
|
80
|
-
attention to detail and finely wrought characters.","release_dates":{"theater":"2012-10-12","dvd":"2013-02-19"},"ratings":{"critics_rating":"Certified
|
81
|
-
Fresh","critics_score":96,"audience_rating":"Upright","audience_score":93},"synopsis":"Based
|
82
|
-
on true events, Argo chronicles the life-or-death covert operation to rescue
|
83
|
-
six Americans, which unfolded behind the scenes of the Iran hostage crisis-the
|
84
|
-
truth of which was unknown by the public for decades. On November 4, 1979,
|
85
|
-
as the Iranian revolution reaches its boiling point, militants storm the U.S.
|
86
|
-
embassy in Tehran, taking 52 Americans hostage. But, in the midst of the chaos,
|
87
|
-
six Americans manage to slip away and find refuge in the home of the Canadian
|
88
|
-
ambassador. Knowing it is only a matter of time before the six are found out
|
89
|
-
and likely killed, a CIA \"exfiltration\" specialist named Tony Mendez (Ben
|
90
|
-
Affleck) comes up with a risky plan to get them safely out of the country.
|
91
|
-
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
|
92
|
-
Affleck","id":"162665891","characters":["Tony Mendez"]},{"name":"Bryan Cranston","id":"326392501","characters":["Jack
|
93
|
-
O''Donnell"]},{"name":"Alan Arkin","id":"162666144","characters":["Lester
|
94
|
-
Siegel"]},{"name":"John Goodman","id":"162655706","characters":["John Chambers"]},{"name":"Taylor
|
95
|
-
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,
|
96
|
-
Inc. 3D","year":2012,"mpaa_rating":"G","runtime":92,"critics_consensus":"Even
|
97
|
-
though Monsters, Inc lacks the sophistication of the Toy Story series, it
|
98
|
-
is a still delight for children of all ages.","release_dates":{"theater":"2012-12-19","dvd":"2013-02-19"},"ratings":{"critics_rating":"Certified
|
99
|
-
Fresh","critics_score":96,"audience_rating":"Upright","audience_score":84},"synopsis":"After
|
100
|
-
exploring the worlds of toys and bugs in the two Toy Story films and A Bug''s
|
101
|
-
Life, the award-winning computer animation company Pixar delves into the realm
|
102
|
-
of monsters with its fourth feature. Hulking, blue-furred behemoth James P.
|
103
|
-
\"Sully\" Sullivan (John Goodman) and his one-eyed assistant Mike Wazowski
|
104
|
-
(Billy Crystal) are employed by Monsters, Inc., a scream processing factory.
|
105
|
-
It seems that the denizens of their realm thrive on the screams of kids spooked
|
106
|
-
by monsters lurking under their beds and in their closets. It''s the job of
|
107
|
-
Sully, Mike, and their co-workers, including sarcastic Randall Boggs (Steve
|
108
|
-
Buscemi), crab-like CEO Henry J. Waternoose (James Coburn), and lovely snake-headed
|
109
|
-
receptionist Celia (Jennifer Tilly) to keep the frights flowing. When Sully
|
110
|
-
and Mike are followed back into the monster world by a very unafraid little
|
111
|
-
human girl named Boo (Mary Gibbs), they are exiled to her universe, where
|
112
|
-
they discover that such a modern-day mythological specimen as the Abominable
|
113
|
-
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
|
114
|
-
Goodman","id":"162655706","characters":["James P. Sullivan \"Sully\""]},{"name":"Billy
|
115
|
-
Crystal","id":"162655707","characters":["Mike Wazowski"]},{"name":"Mary Gibbs","id":"528361189","characters":["Boo"]},{"name":"Steve
|
116
|
-
Buscemi","id":"162652875","characters":["Randall Boggs"]},{"name":"James Coburn","id":"162667873","characters":["Henry
|
117
|
-
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":"771259549","title":"Sinister","year":2012,"mpaa_rating":"R","runtime":109,"critics_consensus":"Its
|
118
|
-
plot hinges on typically implausible horror-movie behavior and recycles countless
|
119
|
-
genre cliches, but Sinister delivers a surprising number of fresh, diabolical
|
120
|
-
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
|
121
|
-
is a frightening new thriller from the producer of the Paranormal Activity
|
122
|
-
films and the writer-director of The Exorcism of Emily Rose. Ethan Hawke plays
|
123
|
-
a true crime novelist who discovers a box of mysterious, disturbing home movies
|
124
|
-
that plunge his family into a nightmarish experience of supernatural horror.
|
125
|
-
-- (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
|
126
|
-
Hawke","id":"162660464","characters":["Ellison","Ellison Oswalt"]},{"name":"Juliet
|
127
|
-
Rylance","id":"771424330","characters":["Tracy"]},{"name":"Fred Dalton Thompson","id":"420467482","characters":["Sheriff"]},{"name":"James
|
128
|
-
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":"771250010","title":"Anna
|
129
|
-
Karenina","year":2012,"mpaa_rating":"R","runtime":130,"critics_consensus":"Joe
|
130
|
-
Wright''s energetic adaptation of Tolstoy''s classic romance is a bold, visually
|
131
|
-
stylized work -- for both better and worse.","release_dates":{"theater":"2012-11-16","dvd":"2013-02-19"},"ratings":{"critics_rating":"Fresh","critics_score":63,"audience_rating":"Spilled","audience_score":58},"synopsis":"The
|
132
|
-
third collaboration of Academy Award nominee Keira Knightley with acclaimed
|
133
|
-
director Joe Wright, following the award-winning box office successes Pride
|
134
|
-
& Prejudice and Atonement, is a bold, theatrical new vision of the epic story
|
135
|
-
of love, adapted from Leo Tolstoy''s timeless novel by Academy Award winner
|
136
|
-
Tom Stoppard. The story powerfully explores the capacity for love that surges
|
137
|
-
through the human heart. As Anna (Ms. Knightley) questions her happiness and
|
138
|
-
marriage, change comes to all around her. -- (C) Focus","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/85/11168593_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/85/11168593_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/85/11168593_det.jpg","original":"http://content7.flixster.com/movie/11/16/85/11168593_ori.jpg"},"abridged_cast":[{"name":"Keira
|
139
|
-
Knightley","id":"162654560","characters":["Anna Karenina"]},{"name":"Jude
|
140
|
-
Law","id":"162659420","characters":["Aleksei Karenin","Karenin"]},{"name":"Aaron
|
141
|
-
Johnson","id":"326397411","characters":["Count Vronsky"]},{"name":"Matthew
|
142
|
-
MacFadyen","id":"162655289","characters":["Oblonsky"]},{"name":"Domhnall Gleeson","id":"770702167","characters":["Levin"]}],"alternate_ids":{"imdb":"1781769"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771250010.json","alternate":"http://www.rottentomatoes.com/m/anna_karenina_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771250010/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771250010/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771250010/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771250010/similar.json"}},{"id":"771249550","title":"Fun
|
143
|
-
Size","year":2012,"mpaa_rating":"PG-13","runtime":86,"critics_consensus":"It
|
144
|
-
occasionally shows surprising flashes of wit, but Fun Size is too safe and
|
145
|
-
formulaic -- not to mention unfunny -- to survive comparisons to the ''80s
|
146
|
-
teen movies it eagerly imitates.","release_dates":{"theater":"2012-10-26","dvd":"2013-02-19"},"ratings":{"critics_rating":"Rotten","critics_score":25,"audience_rating":"Spilled","audience_score":53},"synopsis":"Fun
|
147
|
-
Size is a teen comedy centered on a sarcastic high school senior, Wren (Victoria
|
148
|
-
Justice), who is eager to distance herself from her dysfunctional family by
|
149
|
-
going off to college. Before that can happen, Wren''s mother, Joy, insists
|
150
|
-
that she watch her little brother Albert on Halloween night, so Joy can go
|
151
|
-
to a rager with her much younger boyfriend. When Wren gets distracted by an
|
152
|
-
invitation to the party of the year, Albert disappears into a sea of trick-or-treaters.
|
153
|
-
Frantic to locate him before their mother discovers he''s missing, Wren enlists
|
154
|
-
the help of her sassy best friend April, as well as Peng, an aspiring ladies
|
155
|
-
man and co-captain of the debate team, and Peng''s best friend, Roosevelt,
|
156
|
-
a sweet nerd whose crush on Wren clouds his better judgment. This unlikely
|
157
|
-
foursome embarks on a high-stakes, all-night adventure to find Albert, crossing
|
158
|
-
paths with outrageous characters every step of the way. -- (C) Paramount","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/92/11169205_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/92/11169205_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/92/11169205_det.jpg","original":"http://content7.flixster.com/movie/11/16/92/11169205_ori.jpg"},"abridged_cast":[{"name":"Victoria
|
159
|
-
Justice","id":"491864285","characters":["Wren"]},{"name":"Thomas Mann","id":"770806969","characters":["Roosevelt"]},{"name":"Chelsea
|
160
|
-
Handler","id":"770702054","characters":["Joy"]},{"name":"Jane Levy","id":"771394557","characters":["April"]},{"name":"Riki
|
161
|
-
Lindhome","id":"770743141","characters":["Galaxy Scout"]}],"alternate_ids":{"imdb":"1663143"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771249550.json","alternate":"http://www.rottentomatoes.com/m/fun_size/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771249550/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771249550/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771249550/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771249550/similar.json"}},{"id":"771266667","title":"For
|
162
|
-
a Good Time, Call...","year":2012,"mpaa_rating":"R","runtime":85,"critics_consensus":"Brisk,
|
163
|
-
funny, and sweetly raunchy, For a Good Time, Call... adds to the recent string
|
164
|
-
of R-rated female comedies while serving as an overdue coming out party for
|
165
|
-
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
|
166
|
-
reserved Lauren and the irrepressible Katie are polar opposites... and past
|
167
|
-
enemies. But when both come up short on the funds needed to afford their dream
|
168
|
-
New York City apartment a mutual friend re-introduces them and they reluctantly
|
169
|
-
agree to room together. These apartment-mates have nothing in common - until
|
170
|
-
Lauren discovers that Katie is working as a phone-sex operator, and recognizes
|
171
|
-
a good business opportunity. But as their business partnership takes off,
|
172
|
-
their newfound friendship finds unexpected challenges that may leave them
|
173
|
-
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
|
174
|
-
Graynor","id":"528342686","characters":["Katie","Katie Steel","Katie Steele"]},{"name":"Lauren
|
175
|
-
Anne Miller","id":"771393202","characters":["Lauren","Lauren Powell"]},{"name":"Justin
|
176
|
-
Long","id":"162652679","characters":["Jesse"]},{"name":"Mark Webber","id":"364608550","characters":["Sean"]},{"name":"James
|
177
|
-
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":"771230011","title":"The
|
178
|
-
Perks of Being a Wallflower","year":2012,"mpaa_rating":"PG-13","runtime":103,"critics_consensus":"The
|
179
|
-
Perks of Being a Wallflower is a heartfelt and sincere adaptation that''s
|
180
|
-
bolstered by strong lead performances.","release_dates":{"theater":"2012-09-21","dvd":"2013-02-12"},"ratings":{"critics_rating":"Certified
|
181
|
-
Fresh","critics_score":85,"audience_rating":"Upright","audience_score":92},"synopsis":"Based
|
182
|
-
on the best-selling novel by Stephen Chbosky, The Perks of Being a Wallflower
|
183
|
-
is a modern classic that captures the dizzying highs and crushing lows of
|
184
|
-
growing up. Starring Logan Lerman, Emma Watson and Ezra Miller, The Perks
|
185
|
-
of Being a Wallflower is a moving tale of love, loss, fear and hope-and the
|
186
|
-
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
|
187
|
-
Lerman","id":"341816559","characters":["Charlie"]},{"name":"Emma Watson","id":"162655378","characters":["Sam"]},{"name":"Ezra
|
188
|
-
Miller","id":"770824298","characters":["Patrick"]},{"name":"Mae Whitman","id":"162654346","characters":["Mary
|
189
|
-
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":"771225600","title":"The
|
190
|
-
Man With the Iron Fists","year":2012,"mpaa_rating":"R","runtime":96,"critics_consensus":"Messy
|
191
|
-
kung-fu homage The Man with the Iron Fists demonstrates a slavish affection
|
192
|
-
for the genre it mimics, for better or worse.","release_dates":{"theater":"2012-11-02","dvd":"2013-02-12"},"ratings":{"critics_rating":"Rotten","critics_score":49,"audience_rating":"Spilled","audience_score":43},"synopsis":"Making
|
193
|
-
his debut as a big-screen director and leading man, RZA-alongside a stellar
|
194
|
-
international cast led by Russell Crowe and Lucy Liu-tells the epic story
|
195
|
-
of warriors, assassins and a lone outsider hero in nineteenth-century China
|
196
|
-
who must unite to destroy the clan traitor who would destroy them all. Since
|
197
|
-
his arrival in China''s Jungle Village, the town''s blacksmith (RZA) has been
|
198
|
-
forced by radical tribal factions to create elaborate tools of destruction.
|
199
|
-
When the clans'' brewing war boils over, the stranger channels an ancient
|
200
|
-
energy to transform himself into a human weapon. As he fights alongside iconic
|
201
|
-
heroes and against soulless villains, one man must harness this power to become
|
202
|
-
savior of his adopted people. -- (C) Universal","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/82/11168297_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/82/11168297_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/82/11168297_det.jpg","original":"http://content7.flixster.com/movie/11/16/82/11168297_ori.jpg"},"abridged_cast":[{"name":"Russell
|
203
|
-
Crowe","id":"162652569","characters":["Jack Knife","Jackknife"]},{"name":"Lucy
|
204
|
-
Liu","id":"162654563","characters":["Madame Blossom"]},{"name":"RZA","id":"770672549","characters":["Blacksmith","The
|
205
|
-
Blacksmith"]},{"name":"Cung Le","id":"770779230","characters":["Bronze Lion"]},{"name":"Byron
|
206
|
-
Mann","id":"162695934","characters":["Silver Lion"]}],"alternate_ids":{"imdb":"1258972"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771225600.json","alternate":"http://www.rottentomatoes.com/m/the_man_with_the_iron_fists/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771225600/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771225600/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771225600/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771225600/similar.json"}},{"id":"771239477","title":"Bully","year":2012,"mpaa_rating":"PG-13","runtime":94,"critics_consensus":"Hard-hitting
|
207
|
-
and gracefully filmed, Bully powerfully delivers an essential message to an
|
208
|
-
audience that may not be able to see it.","release_dates":{"theater":"2012-04-13","dvd":"2013-02-12"},"ratings":{"critics_rating":"Certified
|
209
|
-
Fresh","critics_score":86,"audience_rating":"Upright","audience_score":80},"synopsis":"Directed
|
210
|
-
by Sundance and Emmy-award winning filmmaker, Lee Hirsch, Bully is a beautifully
|
211
|
-
cinematic, character-driven documentary. At its heart are those with huge
|
212
|
-
stakes in this issue whose stories each represent a different facet of America''s
|
213
|
-
bullying crisis. Bully follows five kids and families over the course of a
|
214
|
-
school year. Stories include two families who have lost children to suicide
|
215
|
-
and a mother awaiting the fate of her 14-year-old daughter who has been incarcerated
|
216
|
-
after bringing a gun on her school bus. With an intimate glimpse into homes,
|
217
|
-
classrooms, cafeterias and principals'' offices, the film offers insight into
|
218
|
-
the often cruel world of the lives of bullied children. -- (C) Weinstein","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/37/11163744_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/37/11163744_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/37/11163744_det.jpg","original":"http://content6.flixster.com/movie/11/16/37/11163744_ori.jpg"},"abridged_cast":[{"name":"Ja''Meya
|
219
|
-
Jackson","id":"771398955","characters":["Ja''Meya Jackson"]},{"name":"Kelby
|
220
|
-
Johnson","id":"771398956","characters":["Kelby Johnson"]},{"name":"Londa Johnson","id":"771398957","characters":["Londa
|
221
|
-
Johnson"]},{"name":"Bob Johnson","id":"770690367","characters":["Bob Johnson"]},{"name":"Alex
|
222
|
-
Libby","id":"771398958","characters":["Alex Libby"]}],"alternate_ids":{"imdb":"1682181"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771239477.json","alternate":"http://www.rottentomatoes.com/m/bully_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771239477/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771239477/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771239477/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771239477/similar.json"}},{"id":"771305539","title":"Silent
|
223
|
-
Hill: Revelation","year":2012,"mpaa_rating":"R","runtime":94,"critics_consensus":"Mediocre
|
224
|
-
effort even by the standards of video game adaptations, Silent Hill: Revelation
|
225
|
-
3D features weak characters and an incomprehensible plot with a shortage of
|
226
|
-
scares.","release_dates":{"theater":"2012-10-26","dvd":"2013-02-12"},"ratings":{"critics_rating":"Rotten","critics_score":6,"audience_rating":"Spilled","audience_score":40},"synopsis":"In
|
227
|
-
Silent Hill: Revelation 3D, Heather Mason (Clemens) and her father (Bean)
|
228
|
-
have been on the run, always one step ahead of dangerous forces that she doesn''t
|
229
|
-
fully understand. On the eve of her 18th birthday, plagued by horrific nightmares
|
230
|
-
and the disappearance of her father, Heather discovers she''s not who she
|
231
|
-
thinks she is. The revelation leads her deeper into a demonic world that threatens
|
232
|
-
to trap her forever. -- (C) Open Road","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/83/11168300_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/83/11168300_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/83/11168300_det.jpg","original":"http://content6.flixster.com/movie/11/16/83/11168300_ori.jpg"},"abridged_cast":[{"name":"Sean
|
233
|
-
Bean","id":"162652874","characters":["Christopher Da Silva","Harry Mason"]},{"name":"Kit
|
234
|
-
Harington","id":"771384803","characters":["Vincent Carter"]},{"name":"Carrie-Anne
|
235
|
-
Moss","id":"162669130","characters":["Claudia Wolf"]},{"name":"Malcolm McDowell","id":"162670305","characters":["Leonard
|
236
|
-
Wolf"]},{"name":"Radha Mitchell","id":"162688762","characters":["Rose Da Silva"]}],"alternate_ids":{"imdb":"0938330"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771305539.json","alternate":"http://www.rottentomatoes.com/m/silent_hill_revelation/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771305539/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771305539/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771305539/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771305539/similar.json"}},{"id":"771307095","title":"Flight","year":2012,"mpaa_rating":"R","runtime":139,"critics_consensus":"Robert
|
237
|
-
Zemeckis makes a triumphant return to live-action cinema with Flight, a thoughtful
|
238
|
-
and provocative character study propelled by a compelling performance from
|
239
|
-
Denzel Washington.","release_dates":{"theater":"2012-11-02","dvd":"2013-02-05"},"ratings":{"critics_rating":"Certified
|
240
|
-
Fresh","critics_score":78,"audience_rating":"Upright","audience_score":77},"synopsis":"In
|
241
|
-
this action-packed mystery thriller, Academy Award winner, Denzel Washington
|
242
|
-
stars as Whip Whitaker, a seasoned airline pilot, who miraculously crash lands
|
243
|
-
his plane after a mid-air catastrophe, saving nearly every soul on board.
|
244
|
-
After the crash, Whip is hailed as a hero, but as more is learned, more questions
|
245
|
-
than answers arise as to who or what was really at fault and what really happened
|
246
|
-
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
|
247
|
-
Washington","id":"162661439","characters":["Whip Whitaker"]},{"name":"Don
|
248
|
-
Cheadle","id":"162652206","characters":["Hugh Lang"]},{"name":"John Goodman","id":"162655706","characters":["Harling
|
249
|
-
Mays"]},{"name":"Melissa Leo","id":"371352682","characters":["Ellen Block"]},{"name":"Nadine
|
250
|
-
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":"771234470","title":"Here
|
251
|
-
Comes the Boom","year":2012,"mpaa_rating":"PG","runtime":105,"critics_consensus":"Here
|
252
|
-
Comes the Boom benefits from Kevin James''s genial presence but the film doesn''t
|
253
|
-
deliver enough laughs to live up to its title -- or enough satisfying plot
|
254
|
-
to make up the difference.","release_dates":{"theater":"2012-10-12","dvd":"2013-02-05"},"ratings":{"critics_rating":"Rotten","critics_score":39,"audience_rating":"Upright","audience_score":72},"synopsis":"In
|
255
|
-
the comedy Here Comes the Boom, former collegiate wrestler Scott Voss (Kevin
|
256
|
-
James) is a 42-year-old apathetic biology teacher in a failing high school.
|
257
|
-
When cutbacks threaten to cancel the music program and lay off its teacher
|
258
|
-
(Henry Winkler,) Scott begins to raise money by moonlighting as a mixed martial
|
259
|
-
arts fighter. Everyone thinks Scott is crazy - most of all the school nurse,
|
260
|
-
Bella (Salma Hayek) - but in his quest, Scott gains something he never expected
|
261
|
-
as he becomes a sensation that rallies the entire school. -- (C) Official
|
262
|
-
Site","posters":{"thumbnail":"http://content8.flixster.com/movie/11/16/85/11168526_mob.jpg","profile":"http://content8.flixster.com/movie/11/16/85/11168526_pro.jpg","detailed":"http://content8.flixster.com/movie/11/16/85/11168526_det.jpg","original":"http://content8.flixster.com/movie/11/16/85/11168526_ori.jpg"},"abridged_cast":[{"name":"Kevin
|
263
|
-
James","id":"326298578","characters":["Scott Voss"]},{"name":"Salma Hayek","id":"162673418","characters":["Bella","Bella
|
264
|
-
Flores"]},{"name":"Henry Winkler","id":"162660777","characters":["Marty Streb"]},{"name":"Greg
|
265
|
-
Germann","id":"162681830","characters":["Principal Betcher"]},{"name":"Joe
|
266
|
-
Rogan","id":"770672378","characters":["Himself"]}],"alternate_ids":{"imdb":"1648179"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771234470.json","alternate":"http://www.rottentomatoes.com/m/here_comes_the_boom/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771234470/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771234470/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771234470/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771234470/similar.json"}},{"id":"771229596","title":"Alex
|
267
|
-
Cross","year":2012,"mpaa_rating":"PG-13","runtime":101,"critics_consensus":"Tyler
|
268
|
-
Perry and Matthew Fox do their best, but they''re trampled by Rob Cohen''s
|
269
|
-
frustrating direction and a tasteless, lazily written screenplay.","release_dates":{"theater":"2012-10-19","dvd":"2013-02-05"},"ratings":{"critics_rating":"Rotten","critics_score":12,"audience_rating":"Spilled","audience_score":51},"synopsis":"Alex
|
270
|
-
Cross follows the young homicide detective/psychologist (Tyler Perry), from
|
271
|
-
the worldwide best-selling novels by James Patterson, as he meets his match
|
272
|
-
in a serial killer (Matthew Fox). The two face off in a high-stakes game of
|
273
|
-
cat and mouse, but when the mission gets personal, Cross is pushed to the
|
274
|
-
edge of his moral and psychological limits in this taut and exciting action
|
275
|
-
thriller. -- (C) Lionsgate","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/92/11169204_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/92/11169204_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/92/11169204_det.jpg","original":"http://content6.flixster.com/movie/11/16/92/11169204_ori.jpg"},"abridged_cast":[{"name":"Tyler
|
276
|
-
Perry","id":"162660714","characters":["Alex Cross"]},{"name":"Edward Burns","id":"162653702","characters":["Thomas
|
277
|
-
Kane","Tommy Kane"]},{"name":"Matthew Fox","id":"364640527","characters":["Picasso"]},{"name":"Jean
|
278
|
-
Reno","id":"162653166","characters":["Giles Mercier","Leon Mercier"]},{"name":"Carmen
|
279
|
-
Ejogo","id":"770716015","characters":["Maria Cross"]}],"alternate_ids":{"imdb":"1694020"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771229596.json","alternate":"http://www.rottentomatoes.com/m/alex_cross/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771229596/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771229596/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771229596/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771229596/similar.json"}},{"id":"771266291","title":"Celeste
|
280
|
-
and Jesse Forever","year":2012,"mpaa_rating":"R","runtime":89,"critics_consensus":"While
|
281
|
-
it doesn''t subvert the genre as incisively as it thinks it does, Celeste
|
282
|
-
and Jesse Forever is a shrewd rom-com that benefits from its likable cast
|
283
|
-
and trumpets the arrival of Rashida Jones as a bona fide big screen talent.","release_dates":{"theater":"2012-08-03","dvd":"2013-02-05"},"ratings":{"critics_rating":"Certified
|
284
|
-
Fresh","critics_score":69,"audience_rating":"Upright","audience_score":69},"synopsis":"Celeste
|
285
|
-
(Rashida Jones) and Jesse (Andy Samberg) met in high school, married young
|
286
|
-
and are growing apart. Now thirty, Celeste is the driven owner of her own
|
287
|
-
media consulting firm, Jesse is once again unemployed and in no particular
|
288
|
-
rush to do anything with his life. Celeste is convinced that divorcing Jesse
|
289
|
-
is the right thing to do -- she is on her way up, he is on his way nowhere,
|
290
|
-
and if they do it now instead of later, they can remain supportive friends.
|
291
|
-
Jesse passively accepts this transition into friendship, even though he is
|
292
|
-
still in love with her. As the reality of their separation sets in, Celeste
|
293
|
-
slowly and painfully realizes she has been cavalier about their relationship,
|
294
|
-
and her decision, which once seemed mature and progressive, now seems impulsive
|
295
|
-
and selfish. But her timing with Jesse is less than fortuitous... -- (C) Sony
|
296
|
-
Classics","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/56/11165673_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/56/11165673_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/56/11165673_det.jpg","original":"http://content7.flixster.com/movie/11/16/56/11165673_ori.jpg"},"abridged_cast":[{"name":"Rashida
|
297
|
-
Jones","id":"364598291","characters":["Celeste"]},{"name":"Andy Samberg","id":"602828424","characters":["Jesse"]},{"name":"Chris
|
298
|
-
Messina","id":"770680734","characters":["Paul"]},{"name":"Ari Graynor","id":"528342686","characters":["Beth"]},{"name":"Emma
|
299
|
-
Roberts","id":"326298386","characters":["Riley"]}],"alternate_ids":{"imdb":"1405365"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266291.json","alternate":"http://www.rottentomatoes.com/m/celeste_and_jesse_forever/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266291/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266291/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266291/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771266291/similar.json"}},{"id":"771225793","title":"So
|
300
|
-
Undercover","year":2012,"mpaa_rating":"PG-13","runtime":96,"release_dates":{"dvd":"2013-02-05"},"ratings":{"critics_rating":"Rotten","critics_score":7,"audience_rating":"Spilled","audience_score":51},"synopsis":"When
|
301
|
-
the FBI hires her to go undercover at a college sorority, Molly Morris (Miley
|
302
|
-
Cyrus) must transform herself from a tough, streetwise private investigator
|
303
|
-
to a refined, sophisticated university girl to help protect the daughter of
|
304
|
-
a one-time Mobster. With several suspects on her list, Molly unexpectedly
|
305
|
-
discovers that not everyone is who they appear to be, including herself. --
|
306
|
-
(C) Weinstein","posters":{"thumbnail":"http://content8.flixster.com/movie/11/16/66/11166654_mob.jpg","profile":"http://content8.flixster.com/movie/11/16/66/11166654_pro.jpg","detailed":"http://content8.flixster.com/movie/11/16/66/11166654_det.jpg","original":"http://content8.flixster.com/movie/11/16/66/11166654_ori.jpg"},"abridged_cast":[{"name":"Miley
|
307
|
-
Cyrus","id":"512231614","characters":["Molly","Molly/Brook"]},{"name":"Jeremy
|
308
|
-
Piven","id":"162654464","characters":["Armon","Armon Ranford"]},{"name":"Mike
|
309
|
-
O''Malley","id":"770676877","characters":["Sam"]},{"name":"Josh Bowman","id":"771093298","characters":["Nicholas"]},{"name":"Kelly
|
310
|
-
Osbourne","id":"770690710","characters":["Becky"]}],"alternate_ids":{"imdb":"1766094"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771225793.json","alternate":"http://www.rottentomatoes.com/m/so_undercover/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771225793/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771225793/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771225793/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771225793/similar.json"}},{"id":"771267748","title":"Side
|
311
|
-
by Side","year":2012,"mpaa_rating":"Unrated","runtime":98,"release_dates":{"theater":"2012-08-17","dvd":"2013-02-05"},"ratings":{"critics_rating":"Certified
|
312
|
-
Fresh","critics_score":95,"audience_rating":"Upright","audience_score":87},"synopsis":"Join
|
313
|
-
Keanu Reeves on a tour of the past and the future of filmmaking in Side by
|
314
|
-
Side. Since the invention of cinema, the standard format for recording moving
|
315
|
-
images has been film. Over the past two decades, a new form of digital filmmaking
|
316
|
-
has emerged, creating a groundbreaking evolution in the medium. Reeves explores
|
317
|
-
the development of cinema and the impact of digital filmmaking via in-depth
|
318
|
-
interviews with Hollywood masters, such as James Cameron, David Fincher, David
|
319
|
-
Lynch, Martin Scorsese, Steven Soderbergh, and many more. -- (C) Tribeca","posters":{"thumbnail":"http://content6.flixster.com/movie/11/16/60/11166072_mob.jpg","profile":"http://content6.flixster.com/movie/11/16/60/11166072_pro.jpg","detailed":"http://content6.flixster.com/movie/11/16/60/11166072_det.jpg","original":"http://content6.flixster.com/movie/11/16/60/11166072_ori.jpg"},"abridged_cast":[{"name":"Keanu
|
320
|
-
Reeves","id":"162654049","characters":["Keanu Reeves"]},{"name":"Steven Soderbergh","id":"162653871","characters":["Steven
|
321
|
-
Soderbergh"]},{"name":"James Cameron","id":"162655950","characters":["James
|
322
|
-
Cameron"]},{"name":"David Lynch","id":"162656329","characters":["David Lynch"]},{"name":"Richard
|
323
|
-
Linklater","id":"162652901","characters":["Richard Linklater"]}],"alternate_ids":{"imdb":"2014338"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771267748.json","alternate":"http://www.rottentomatoes.com/m/side_by_side_2012/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771267748/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771267748/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771267748/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771267748/similar.json"}},{"id":"771271681","title":"Seven
|
324
|
-
Psychopaths","year":2012,"mpaa_rating":"R","runtime":109,"critics_consensus":"Seven
|
325
|
-
Psychopaths delivers sly cinematic commentary while serving up a heaping helping
|
326
|
-
of sharp dialogue and gleeful violence.","release_dates":{"theater":"2012-10-12","dvd":"2013-01-29"},"ratings":{"critics_rating":"Certified
|
327
|
-
Fresh","critics_score":82,"audience_rating":"Upright","audience_score":76},"synopsis":"Marty
|
328
|
-
(Farrell) is a struggling writer who dreams of finishing his screenplay, \"Seven
|
329
|
-
Psychopaths\". Billy (Rockwell) is Marty''s best friend, an unemployed actor
|
330
|
-
and part time dog thief, who wants to help Marty by any means necessary. All
|
331
|
-
he needs is a little focus and inspiration. Hans (Walken) is Billy''s partner
|
332
|
-
in crime. A religious man with a violent past. Charlie (Harrelson) is the
|
333
|
-
psychopathetic gangster whose beloved dog, Billy and Hans have just stolen.
|
334
|
-
Charlie''s unpredictable, extremely violent and wouldn''t think twice about
|
335
|
-
killing anyone or anything associated with the theft. Marty is going to get
|
336
|
-
all the focus and inspiration he needs, just as long as he lives to tell the
|
337
|
-
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
|
338
|
-
Farrell","id":"162665297","characters":["Marty"]},{"name":"Christopher Walken","id":"162652837","characters":["Hans"]},{"name":"Sam
|
339
|
-
Rockwell","id":"162652298","characters":["Bill","Billy"]},{"name":"Woody Harrelson","id":"162654250","characters":["Charlie"]},{"name":"Olga
|
340
|
-
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
|
341
|
-
Activity 4","year":2012,"mpaa_rating":"R","runtime":90,"critics_consensus":"While
|
342
|
-
it does manage to wring a few more screams out of the franchise''s surprisingly
|
343
|
-
durable premise, Paranormal Activity 4 provides fans of the series with dismayingly
|
344
|
-
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
|
345
|
-
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
|
346
|
-
Newton","id":"771103703","characters":["Alex"]},{"name":"Katie Featherston","id":"770754121","characters":["Katie"]},{"name":"Brady
|
347
|
-
Allen","id":"771423688","characters":["Robbie"]},{"name":"Stephen Dunham","id":"351526732","characters":["Doug"]},{"name":"Alexondra
|
348
|
-
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":"770805428","title":"Hotel
|
349
|
-
Transylvania","year":2012,"mpaa_rating":"PG","runtime":91,"critics_consensus":"Hotel
|
350
|
-
Transylvania''s buoyant, giddy tone may please children, but it might be a
|
351
|
-
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
|
352
|
-
to the Hotel Transylvania, Dracula''s (Adam Sandler) lavish five-stake resort,
|
353
|
-
where monsters and their families can live it up, free to be the monsters
|
354
|
-
they are without humans to bother them. On one special weekend, Dracula has
|
355
|
-
invited some of the world''s most famous monsters--Frankenstein and his bride,
|
356
|
-
the Mummy, the Invisible Man, a family of werewolves, and more--to celebrate
|
357
|
-
his daughter Mavis''s 118th birthday. For Drac, catering to all of these legendary
|
358
|
-
monsters is no problem--but his world could come crashing down when one ordinary
|
359
|
-
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
|
360
|
-
Sandler","id":"162652550","characters":["Dracula"]},{"name":"Andy Samberg","id":"602828424","characters":["Jonathan"]},{"name":"Selena
|
361
|
-
Gomez","id":"770686131","characters":["Mavis"]},{"name":"Kevin James","id":"326298578","characters":["Frank","Frankenstein"]},{"name":"Fran
|
362
|
-
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":"771224090","title":"The
|
363
|
-
Cold Light of Day","year":2012,"mpaa_rating":"PG-13","runtime":93,"release_dates":{"theater":"2012-09-07","dvd":"2013-01-29"},"ratings":{"critics_rating":"Rotten","critics_score":5,"audience_rating":"Spilled","audience_score":27},"synopsis":"Will
|
364
|
-
Shaw (Henry Cavill) goes to Spain for a weeklong sailing vacation with his
|
365
|
-
family but his whole world turns upside down when the family is kidnapped
|
366
|
-
by intelligence agents hell-bent on recovering a mysterious briefcase and
|
367
|
-
Will suddenly finds himself on the run. -- (C) Summit Entertainment","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/37/11163765_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/37/11163765_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/37/11163765_det.jpg","original":"http://content7.flixster.com/movie/11/16/37/11163765_ori.jpg"},"abridged_cast":[{"name":"Henry
|
368
|
-
Cavill","id":"341817917","characters":["Will","Will Shaw"]},{"name":"Bruce
|
369
|
-
Willis","id":"162652509","characters":["Martin","Martin Shaw"]},{"name":"Sigourney
|
370
|
-
Weaver","id":"162660903","characters":["Carrack","Jean Carrack"]},{"name":"Veronica
|
371
|
-
Echegui","id":"428980978","characters":["Lucia"]},{"name":"Roschdy Zem","id":"326297712","characters":["Zahir"]}],"alternate_ids":{"imdb":"1366365"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771224090.json","alternate":"http://www.rottentomatoes.com/m/the_cold_light_of_day/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771224090/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771224090/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771224090/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771224090/similar.json"}},{"id":"771249985","title":"The
|
372
|
-
Awakening","year":2012,"mpaa_rating":"R","runtime":107,"release_dates":{"theater":"2012-08-17","dvd":"2013-01-29"},"ratings":{"critics_rating":"Fresh","critics_score":62,"audience_rating":"Spilled","audience_score":50},"synopsis":"Set
|
373
|
-
in London in 1921, Florence Cathcart (Rebecca Hall), author of the popular
|
374
|
-
book \"Seeing Through Ghosts,\" has devoted her career to exposing claims
|
375
|
-
of the supernatural as nothing but hoaxes. Haunted by the recent death of
|
376
|
-
her fiance, she is approached by Robert Mallory (Dominic West) to investigate
|
377
|
-
the recent death of a student at the all-boys boarding school where he teaches.
|
378
|
-
When students at the school report sightings of the young boy''s ghost, she
|
379
|
-
decides to take on the case. Initially, the mystery surrounding the ghost
|
380
|
-
appears nothing more than a schoolboy prank, but as Florence continues to
|
381
|
-
investigate events at the school, she begins to believe that her reliance
|
382
|
-
on science may not be enough to explain the strange phenomenon going on around
|
383
|
-
her. -- (C) Cohen Media Group","posters":{"thumbnail":"http://content7.flixster.com/movie/11/16/58/11165805_mob.jpg","profile":"http://content7.flixster.com/movie/11/16/58/11165805_pro.jpg","detailed":"http://content7.flixster.com/movie/11/16/58/11165805_det.jpg","original":"http://content7.flixster.com/movie/11/16/58/11165805_ori.jpg"},"abridged_cast":[{"name":"Rebecca
|
384
|
-
Hall","id":"355028248","characters":["Florence Cathcart"]},{"name":"Dominic
|
385
|
-
West","id":"162662802","characters":["Robert Mallory"]},{"name":"Imelda Staunton","id":"162693364","characters":["Maud
|
386
|
-
Hill"]},{"name":"Hempstead Wright","id":"771384403","characters":["Tom"]},{"name":"Shaun
|
387
|
-
Dooley","id":"770729459","characters":["Malcolm McNair"]}],"alternate_ids":{"imdb":"1687901"},"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/movies/771249985.json","alternate":"http://www.rottentomatoes.com/m/the_awakening_2011/","cast":"http://api.rottentomatoes.com/api/public/v1.0/movies/771249985/cast.json","clips":"http://api.rottentomatoes.com/api/public/v1.0/movies/771249985/clips.json","reviews":"http://api.rottentomatoes.com/api/public/v1.0/movies/771249985/reviews.json","similar":"http://api.rottentomatoes.com/api/public/v1.0/movies/771249985/similar.json"}}],"links":{"self":"http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/new_releases.json?page_limit=21&country=us&page=1","next":"http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/new_releases.json?page_limit=21&country=us&page=2","alternate":"http://www.rottentomatoes.com/dvd/new_releases.php"},"link_template":"http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/new_releases.json?page_limit={results-per-page}&page={page-number}&country={country-code}"}
|
388
|
-
|
389
|
-
'
|
390
|
-
http_version:
|
391
|
-
recorded_at: Wed, 20 Feb 2013 15:31:55 GMT
|
392
|
-
recorded_with: VCR 2.4.0
|