ruby-tmdb 0.0.19
Sign up to get free protection for your applications and to get access to all the features.
- data/MIT-LICENSE +20 -0
- data/README.rdoc +58 -0
- data/Rakefile +43 -0
- data/VERSION +1 -0
- data/lib/ruby-tmdb/tmdb.rb +50 -0
- data/lib/ruby-tmdb/tmdb_cast.rb +76 -0
- data/lib/ruby-tmdb/tmdb_movie.rb +84 -0
- data/lib/ruby-tmdb.rb +6 -0
- data/ruby-tmdb.gemspec +72 -0
- data/test/fixtures/example_com.txt +25 -0
- data/test/fixtures/image.jpg +0 -0
- data/test/fixtures/incorrect_api_url.txt +13 -0
- data/test/fixtures/movie_get_info.txt +1125 -0
- data/test/fixtures/movie_imdb_lookup.txt +886 -0
- data/test/fixtures/movie_search.txt +414 -0
- data/test/fixtures/person_get_info.txt +285 -0
- data/test/fixtures/person_search.txt +232 -0
- data/test/setup/.gitignore +1 -0
- data/test/setup/test_unit_extensions.rb +21 -0
- data/test/setup/url_mocks.rb +37 -0
- data/test/test_helper.rb +23 -0
- data/test/unit/tmdb_cast_test.rb +107 -0
- data/test/unit/tmdb_movie_test.rb +151 -0
- data/test/unit/tmdb_test.rb +105 -0
- metadata +111 -0
@@ -0,0 +1,414 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Status: 200 OK
|
3
|
+
Content-Type: text/x-yaml; charset=utf-8
|
4
|
+
Transfer-Encoding: chunked
|
5
|
+
Date: Sun, 16 May 2010 17:41:23 GMT
|
6
|
+
X-Varnish: 4018938716 4014879907
|
7
|
+
Age: 3048
|
8
|
+
Via: 1.1 varnish
|
9
|
+
Connection: keep-alive
|
10
|
+
X-Cache: HIT
|
11
|
+
|
12
|
+
---
|
13
|
+
- score: 8
|
14
|
+
popularity: 3
|
15
|
+
translated: true
|
16
|
+
language: en
|
17
|
+
name: "Transformers: Revenge of the Fallen"
|
18
|
+
alternative_name: Transformers 2
|
19
|
+
movie_type: movie
|
20
|
+
id: 8373
|
21
|
+
imdb_id: tt1055369
|
22
|
+
url: http://www.themoviedb.org/movie/8373
|
23
|
+
rating: 6.0
|
24
|
+
certification: PG-13
|
25
|
+
overview: Decepticon forces return to Earth on a mission to take Sam Witwicky prisoner, after the young hero learns the truth about the ancient origins of the Transformers. Joining the mission to protect humankind is Optimus Prime, who forms an alliance with international armies for a second epic battle.
|
26
|
+
released: "2009-06-24"
|
27
|
+
posters:
|
28
|
+
- image:
|
29
|
+
type: poster
|
30
|
+
size: original
|
31
|
+
height: 1602
|
32
|
+
width: 1080
|
33
|
+
url: http://i2.themoviedb.org/posters/387/4bc92151017a3c57fe00d387/transformers-revenge-of-the-fallen-original.jpg
|
34
|
+
id: 4bc92151017a3c57fe00d387
|
35
|
+
- image:
|
36
|
+
type: poster
|
37
|
+
size: mid
|
38
|
+
height: 742
|
39
|
+
width: 500
|
40
|
+
url: http://i1.themoviedb.org/posters/387/4bc92151017a3c57fe00d387/transformers-revenge-of-the-fallen-mid.jpg
|
41
|
+
id: 4bc92151017a3c57fe00d387
|
42
|
+
- image:
|
43
|
+
type: poster
|
44
|
+
size: cover
|
45
|
+
height: 275
|
46
|
+
width: 185
|
47
|
+
url: http://i3.themoviedb.org/posters/387/4bc92151017a3c57fe00d387/transformers-revenge-of-the-fallen-cover.jpg
|
48
|
+
id: 4bc92151017a3c57fe00d387
|
49
|
+
- image:
|
50
|
+
type: poster
|
51
|
+
size: thumb
|
52
|
+
height: 137
|
53
|
+
width: 92
|
54
|
+
url: http://i2.themoviedb.org/posters/387/4bc92151017a3c57fe00d387/transformers-revenge-of-the-fallen-thumb.jpg
|
55
|
+
id: 4bc92151017a3c57fe00d387
|
56
|
+
backdrops:
|
57
|
+
- image:
|
58
|
+
type: backdrop
|
59
|
+
size: original
|
60
|
+
height: 1080
|
61
|
+
width: 1920
|
62
|
+
url: http://i2.themoviedb.org/backdrops/350/4bc92149017a3c57fe00d350/transformers-revenge-of-the-fallen-original.jpg
|
63
|
+
id: 4bc92149017a3c57fe00d350
|
64
|
+
- image:
|
65
|
+
type: backdrop
|
66
|
+
size: poster
|
67
|
+
height: 439
|
68
|
+
width: 780
|
69
|
+
url: http://i3.themoviedb.org/backdrops/350/4bc92149017a3c57fe00d350/transformers-revenge-of-the-fallen-poster.jpg
|
70
|
+
id: 4bc92149017a3c57fe00d350
|
71
|
+
- image:
|
72
|
+
type: backdrop
|
73
|
+
size: thumb
|
74
|
+
height: 169
|
75
|
+
width: 300
|
76
|
+
url: http://i1.themoviedb.org/backdrops/350/4bc92149017a3c57fe00d350/transformers-revenge-of-the-fallen-thumb.jpg
|
77
|
+
id: 4bc92149017a3c57fe00d350
|
78
|
+
last_modified_at: 2010-05-12 01:13:18
|
79
|
+
- score: 7
|
80
|
+
popularity: 3
|
81
|
+
translated: true
|
82
|
+
language: en
|
83
|
+
name: "The Transformers: The Movie"
|
84
|
+
alternative_name: The Transformers - The Movie
|
85
|
+
movie_type: movie
|
86
|
+
id: 1857
|
87
|
+
imdb_id: tt0092106
|
88
|
+
url: http://www.themoviedb.org/movie/1857
|
89
|
+
rating: 7.0
|
90
|
+
certification: ""
|
91
|
+
overview: "The Transformers: The Movie is the animated film from 1986 based on the popular television series of the same name. The television series and the film were both directed by Nelson Shin."
|
92
|
+
released: "1986-08-08"
|
93
|
+
posters:
|
94
|
+
- image:
|
95
|
+
type: poster
|
96
|
+
size: original
|
97
|
+
height: 860
|
98
|
+
width: 560
|
99
|
+
url: http://i2.themoviedb.org/posters/2c5/4bc91335017a3c57fe0072c5/the-transformers-the-movie-original.jpg
|
100
|
+
id: 4bc91335017a3c57fe0072c5
|
101
|
+
- image:
|
102
|
+
type: poster
|
103
|
+
size: mid
|
104
|
+
height: 768
|
105
|
+
width: 500
|
106
|
+
url: http://i2.themoviedb.org/posters/2c5/4bc91335017a3c57fe0072c5/the-transformers-the-movie-mid.jpg
|
107
|
+
id: 4bc91335017a3c57fe0072c5
|
108
|
+
- image:
|
109
|
+
type: poster
|
110
|
+
size: cover
|
111
|
+
height: 284
|
112
|
+
width: 185
|
113
|
+
url: http://i1.themoviedb.org/posters/2c5/4bc91335017a3c57fe0072c5/the-transformers-the-movie-cover.jpg
|
114
|
+
id: 4bc91335017a3c57fe0072c5
|
115
|
+
- image:
|
116
|
+
type: poster
|
117
|
+
size: thumb
|
118
|
+
height: 141
|
119
|
+
width: 92
|
120
|
+
url: http://i2.themoviedb.org/posters/2c5/4bc91335017a3c57fe0072c5/the-transformers-the-movie-thumb.jpg
|
121
|
+
id: 4bc91335017a3c57fe0072c5
|
122
|
+
backdrops:
|
123
|
+
- image:
|
124
|
+
type: backdrop
|
125
|
+
size: original
|
126
|
+
height: 1080
|
127
|
+
width: 1920
|
128
|
+
url: http://i2.themoviedb.org/backdrops/2bc/4bc91335017a3c57fe0072bc/the-transformers-the-movie-original.png
|
129
|
+
id: 4bc91335017a3c57fe0072bc
|
130
|
+
- image:
|
131
|
+
type: backdrop
|
132
|
+
size: poster
|
133
|
+
height: 439
|
134
|
+
width: 780
|
135
|
+
url: http://i3.themoviedb.org/backdrops/2bc/4bc91335017a3c57fe0072bc/the-transformers-the-movie-poster.png
|
136
|
+
id: 4bc91335017a3c57fe0072bc
|
137
|
+
- image:
|
138
|
+
type: backdrop
|
139
|
+
size: thumb
|
140
|
+
height: 169
|
141
|
+
width: 300
|
142
|
+
url: http://i2.themoviedb.org/backdrops/2bc/4bc91335017a3c57fe0072bc/the-transformers-the-movie-thumb.png
|
143
|
+
id: 4bc91335017a3c57fe0072bc
|
144
|
+
last_modified_at: 2010-05-12 00:35:55
|
145
|
+
- score: 5
|
146
|
+
popularity: 3
|
147
|
+
translated: true
|
148
|
+
language: en
|
149
|
+
name: Transformers
|
150
|
+
alternative_name: The Transformers
|
151
|
+
movie_type: movie
|
152
|
+
id: 1858
|
153
|
+
imdb_id: tt0418279
|
154
|
+
url: http://www.themoviedb.org/movie/1858
|
155
|
+
rating: 7.0
|
156
|
+
certification: PG-13
|
157
|
+
overview: The Earth is caught in the middle of an intergalactic war between two races of robots, the heroic Autobots and the evil Decepticons, which are able to change into a variety of objects, including cars, trucks, planes and other technological creations.
|
158
|
+
released: "2007-07-04"
|
159
|
+
posters:
|
160
|
+
- image:
|
161
|
+
type: poster
|
162
|
+
size: original
|
163
|
+
height: 3508
|
164
|
+
width: 2481
|
165
|
+
url: http://i2.themoviedb.org/posters/304/4bc91347017a3c57fe007304/transformers-original.jpg
|
166
|
+
id: 4bc91347017a3c57fe007304
|
167
|
+
- image:
|
168
|
+
type: poster
|
169
|
+
size: mid
|
170
|
+
height: 707
|
171
|
+
width: 500
|
172
|
+
url: http://i1.themoviedb.org/posters/304/4bc91347017a3c57fe007304/transformers-mid.jpg
|
173
|
+
id: 4bc91347017a3c57fe007304
|
174
|
+
- image:
|
175
|
+
type: poster
|
176
|
+
size: cover
|
177
|
+
height: 262
|
178
|
+
width: 185
|
179
|
+
url: http://i3.themoviedb.org/posters/304/4bc91347017a3c57fe007304/transformers-cover.jpg
|
180
|
+
id: 4bc91347017a3c57fe007304
|
181
|
+
- image:
|
182
|
+
type: poster
|
183
|
+
size: thumb
|
184
|
+
height: 130
|
185
|
+
width: 92
|
186
|
+
url: http://i3.themoviedb.org/posters/304/4bc91347017a3c57fe007304/transformers-thumb.jpg
|
187
|
+
id: 4bc91347017a3c57fe007304
|
188
|
+
backdrops:
|
189
|
+
- image:
|
190
|
+
type: backdrop
|
191
|
+
size: original
|
192
|
+
height: 1080
|
193
|
+
width: 1920
|
194
|
+
url: http://i3.themoviedb.org/backdrops/2ce/4bc91339017a3c57fe0072ce/transformers-original.jpg
|
195
|
+
id: 4bc91339017a3c57fe0072ce
|
196
|
+
- image:
|
197
|
+
type: backdrop
|
198
|
+
size: poster
|
199
|
+
height: 439
|
200
|
+
width: 780
|
201
|
+
url: http://i1.themoviedb.org/backdrops/2ce/4bc91339017a3c57fe0072ce/transformers-poster.jpg
|
202
|
+
id: 4bc91339017a3c57fe0072ce
|
203
|
+
- image:
|
204
|
+
type: backdrop
|
205
|
+
size: thumb
|
206
|
+
height: 169
|
207
|
+
width: 300
|
208
|
+
url: http://i1.themoviedb.org/backdrops/2ce/4bc91339017a3c57fe0072ce/transformers-thumb.jpg
|
209
|
+
id: 4bc91339017a3c57fe0072ce
|
210
|
+
last_modified_at: 2010-05-12 00:36:18
|
211
|
+
- score: 4
|
212
|
+
popularity: 3
|
213
|
+
translated: true
|
214
|
+
language: en
|
215
|
+
name: "Transformers: Resparked"
|
216
|
+
alternative_name:
|
217
|
+
movie_type: movie
|
218
|
+
id: 18907
|
219
|
+
imdb_id: ""
|
220
|
+
url: http://www.themoviedb.org/movie/18907
|
221
|
+
rating: 0.0
|
222
|
+
certification: ""
|
223
|
+
overview: No overview found.
|
224
|
+
released: "2008-03-09"
|
225
|
+
posters:
|
226
|
+
- image:
|
227
|
+
type: poster
|
228
|
+
size: original
|
229
|
+
height: 1446
|
230
|
+
width: 1000
|
231
|
+
url: http://i1.themoviedb.org/posters/d0e/4bc954f9017a3c57fe025d0e/transformers-resparked-original.jpg
|
232
|
+
id: 4bc954f9017a3c57fe025d0e
|
233
|
+
- image:
|
234
|
+
type: poster
|
235
|
+
size: mid
|
236
|
+
height: 723
|
237
|
+
width: 500
|
238
|
+
url: http://i2.themoviedb.org/posters/d0e/4bc954f9017a3c57fe025d0e/transformers-resparked-mid.jpg
|
239
|
+
id: 4bc954f9017a3c57fe025d0e
|
240
|
+
- image:
|
241
|
+
type: poster
|
242
|
+
size: cover
|
243
|
+
height: 268
|
244
|
+
width: 185
|
245
|
+
url: http://i3.themoviedb.org/posters/d0e/4bc954f9017a3c57fe025d0e/transformers-resparked-cover.jpg
|
246
|
+
id: 4bc954f9017a3c57fe025d0e
|
247
|
+
- image:
|
248
|
+
type: poster
|
249
|
+
size: thumb
|
250
|
+
height: 133
|
251
|
+
width: 92
|
252
|
+
url: http://i1.themoviedb.org/posters/d0e/4bc954f9017a3c57fe025d0e/transformers-resparked-thumb.jpg
|
253
|
+
id: 4bc954f9017a3c57fe025d0e
|
254
|
+
backdrops: []
|
255
|
+
|
256
|
+
last_modified_at: 2010-05-12 03:05:39
|
257
|
+
- score: 3
|
258
|
+
popularity: 3
|
259
|
+
translated: true
|
260
|
+
language: en
|
261
|
+
name: "Transformers: Scramble City"
|
262
|
+
alternative_name:
|
263
|
+
movie_type: movie
|
264
|
+
id: 20368
|
265
|
+
imdb_id: tt0147625
|
266
|
+
url: http://www.themoviedb.org/movie/20368
|
267
|
+
rating: 0.0
|
268
|
+
certification: ""
|
269
|
+
overview: Taking place after the 2nd Season of Transformers (Generation 1) Scramble City gets its original story underway, as the Autobots are shown to be in the midst of constructing the powerful "Scramble City," overseen by their newest arrival, Ultra Magnus. When the Decepticons learn of this, their combiner robots are deployed to attack, and a battle between them and their Autobot counterparts ensues.
|
270
|
+
released: "1900-01-01"
|
271
|
+
posters:
|
272
|
+
- image:
|
273
|
+
type: poster
|
274
|
+
size: original
|
275
|
+
height: 153
|
276
|
+
width: 230
|
277
|
+
url: http://i3.themoviedb.org/posters/3aa/4bc9596a017a3c57fe0283aa/transformers-scramble-city-original.jpg
|
278
|
+
id: 4bc9596a017a3c57fe0283aa
|
279
|
+
- image:
|
280
|
+
type: poster
|
281
|
+
size: mid
|
282
|
+
height: 333
|
283
|
+
width: 500
|
284
|
+
url: http://i2.themoviedb.org/posters/3aa/4bc9596a017a3c57fe0283aa/transformers-scramble-city-mid.jpg
|
285
|
+
id: 4bc9596a017a3c57fe0283aa
|
286
|
+
- image:
|
287
|
+
type: poster
|
288
|
+
size: cover
|
289
|
+
height: 123
|
290
|
+
width: 185
|
291
|
+
url: http://i1.themoviedb.org/posters/3aa/4bc9596a017a3c57fe0283aa/transformers-scramble-city-cover.jpg
|
292
|
+
id: 4bc9596a017a3c57fe0283aa
|
293
|
+
- image:
|
294
|
+
type: poster
|
295
|
+
size: thumb
|
296
|
+
height: 61
|
297
|
+
width: 92
|
298
|
+
url: http://i2.themoviedb.org/posters/3aa/4bc9596a017a3c57fe0283aa/transformers-scramble-city-thumb.jpg
|
299
|
+
id: 4bc9596a017a3c57fe0283aa
|
300
|
+
backdrops: []
|
301
|
+
|
302
|
+
last_modified_at: 2010-05-12 03:14:14
|
303
|
+
- score: 2
|
304
|
+
popularity: 3
|
305
|
+
translated: true
|
306
|
+
language: en
|
307
|
+
name: "Transformers: Beginnings"
|
308
|
+
alternative_name:
|
309
|
+
movie_type: movie
|
310
|
+
id: 25565
|
311
|
+
imdb_id: tt1236486
|
312
|
+
url: http://www.themoviedb.org/movie/25565
|
313
|
+
rating: 7.0
|
314
|
+
certification: ""
|
315
|
+
overview: On their home planet of Cybertron, the Autobots and Decepticons are involved in an explosive battle over the coveted AllSpark. With the fate of the universe at stake, the Autobots send it far from the reach of the ruthless Megatron, leader of the Decepticons. But there are even more surprises in store when it crash-lands on Earth.
|
316
|
+
released: "1900-01-01"
|
317
|
+
posters:
|
318
|
+
- image:
|
319
|
+
type: poster
|
320
|
+
size: original
|
321
|
+
height: 1500
|
322
|
+
width: 1000
|
323
|
+
url: http://i3.themoviedb.org/posters/4b0/4bc964ff017a3c57fe02e4b0/transformers-beginnings-original.jpg
|
324
|
+
id: 4bc964ff017a3c57fe02e4b0
|
325
|
+
- image:
|
326
|
+
type: poster
|
327
|
+
size: mid
|
328
|
+
height: 750
|
329
|
+
width: 500
|
330
|
+
url: http://i1.themoviedb.org/posters/4b0/4bc964ff017a3c57fe02e4b0/transformers-beginnings-mid.jpg
|
331
|
+
id: 4bc964ff017a3c57fe02e4b0
|
332
|
+
- image:
|
333
|
+
type: poster
|
334
|
+
size: cover
|
335
|
+
height: 278
|
336
|
+
width: 185
|
337
|
+
url: http://i1.themoviedb.org/posters/4b0/4bc964ff017a3c57fe02e4b0/transformers-beginnings-cover.jpg
|
338
|
+
id: 4bc964ff017a3c57fe02e4b0
|
339
|
+
- image:
|
340
|
+
type: poster
|
341
|
+
size: thumb
|
342
|
+
height: 138
|
343
|
+
width: 92
|
344
|
+
url: http://i1.themoviedb.org/posters/4b0/4bc964ff017a3c57fe02e4b0/transformers-beginnings-thumb.jpg
|
345
|
+
id: 4bc964ff017a3c57fe02e4b0
|
346
|
+
backdrops:
|
347
|
+
- image:
|
348
|
+
type: backdrop
|
349
|
+
size: original
|
350
|
+
height: 720
|
351
|
+
width: 1280
|
352
|
+
url: http://i2.themoviedb.org/backdrops/4ac/4bc964ff017a3c57fe02e4ac/transformers-beginnings-original.jpg
|
353
|
+
id: 4bc964ff017a3c57fe02e4ac
|
354
|
+
- image:
|
355
|
+
type: backdrop
|
356
|
+
size: poster
|
357
|
+
height: 439
|
358
|
+
width: 780
|
359
|
+
url: http://i1.themoviedb.org/backdrops/4ac/4bc964ff017a3c57fe02e4ac/transformers-beginnings-poster.jpg
|
360
|
+
id: 4bc964ff017a3c57fe02e4ac
|
361
|
+
- image:
|
362
|
+
type: backdrop
|
363
|
+
size: thumb
|
364
|
+
height: 169
|
365
|
+
width: 300
|
366
|
+
url: http://i2.themoviedb.org/backdrops/4ac/4bc964ff017a3c57fe02e4ac/transformers-beginnings-thumb.jpg
|
367
|
+
id: 4bc964ff017a3c57fe02e4ac
|
368
|
+
last_modified_at: 2010-05-12 03:35:43
|
369
|
+
- score: 1
|
370
|
+
popularity: 3
|
371
|
+
translated: true
|
372
|
+
language: en
|
373
|
+
name: Transformations
|
374
|
+
alternative_name:
|
375
|
+
movie_type: movie
|
376
|
+
id: 28800
|
377
|
+
imdb_id: tt0094632
|
378
|
+
url: http://www.themoviedb.org/movie/28800
|
379
|
+
rating: 0.0
|
380
|
+
certification: ""
|
381
|
+
overview: No overview found.
|
382
|
+
released: "1988-09-02"
|
383
|
+
posters:
|
384
|
+
- image:
|
385
|
+
type: poster
|
386
|
+
size: original
|
387
|
+
height: 529
|
388
|
+
width: 326
|
389
|
+
url: http://i3.themoviedb.org/posters/b32/4bc97113017a3c57fe033b32/transformations-original.jpg
|
390
|
+
id: 4bc97113017a3c57fe033b32
|
391
|
+
- image:
|
392
|
+
type: poster
|
393
|
+
size: mid
|
394
|
+
height: 811
|
395
|
+
width: 500
|
396
|
+
url: http://i2.themoviedb.org/posters/b32/4bc97113017a3c57fe033b32/transformations-mid.jpg
|
397
|
+
id: 4bc97113017a3c57fe033b32
|
398
|
+
- image:
|
399
|
+
type: poster
|
400
|
+
size: cover
|
401
|
+
height: 300
|
402
|
+
width: 185
|
403
|
+
url: http://i3.themoviedb.org/posters/b32/4bc97113017a3c57fe033b32/transformations-cover.jpg
|
404
|
+
id: 4bc97113017a3c57fe033b32
|
405
|
+
- image:
|
406
|
+
type: poster
|
407
|
+
size: thumb
|
408
|
+
height: 149
|
409
|
+
width: 92
|
410
|
+
url: http://i2.themoviedb.org/posters/b32/4bc97113017a3c57fe033b32/transformations-thumb.jpg
|
411
|
+
id: 4bc97113017a3c57fe033b32
|
412
|
+
backdrops: []
|
413
|
+
|
414
|
+
last_modified_at: 2010-05-12 03:52:54
|
@@ -0,0 +1,285 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Status: 200 OK
|
3
|
+
Content-Type: text/x-yaml; charset=utf-8
|
4
|
+
Transfer-Encoding: chunked
|
5
|
+
Date: Sun, 16 May 2010 17:56:36 GMT
|
6
|
+
X-Varnish: 4020226933 4014878543
|
7
|
+
Age: 3962
|
8
|
+
Via: 1.1 varnish
|
9
|
+
Connection: keep-alive
|
10
|
+
X-Cache: HIT
|
11
|
+
|
12
|
+
---
|
13
|
+
- popularity: 3
|
14
|
+
name: Brad Pitt
|
15
|
+
known_as: []
|
16
|
+
|
17
|
+
id: 287
|
18
|
+
biography: William Bradley "Brad" Pitt (born December 18, 1963) is an American actor and film producer. Pitt has received two Academy Award nominations and four Golden Globe Award nominations, winning one. He has been described as one of the world's most attractive men, a label for which he has received substantial media attention.
|
19
|
+
known_movies: 40
|
20
|
+
birthday: "1963-12-18"
|
21
|
+
birthplace: Shawnee, Oklahoma, United States
|
22
|
+
url: http://www.themoviedb.org/person/287
|
23
|
+
filmography:
|
24
|
+
- name: Twelve Monkeys
|
25
|
+
id: 63
|
26
|
+
job: Actor
|
27
|
+
department: Actors
|
28
|
+
character: Jeffrey Goines
|
29
|
+
url: http://www.themoviedb.org/movie/63
|
30
|
+
- name: Snatch
|
31
|
+
id: 107
|
32
|
+
job: Actor
|
33
|
+
department: Actors
|
34
|
+
character: Mickey O'Neil
|
35
|
+
url: http://www.themoviedb.org/movie/107
|
36
|
+
- name: Ocean's Eleven
|
37
|
+
id: 161
|
38
|
+
job: Actor
|
39
|
+
department: Actors
|
40
|
+
character: Rusty Ryan
|
41
|
+
url: http://www.themoviedb.org/movie/161
|
42
|
+
- name: Ocean's Twelve
|
43
|
+
id: 163
|
44
|
+
job: Actor
|
45
|
+
department: Actors
|
46
|
+
character: Rusty Ryan
|
47
|
+
url: http://www.themoviedb.org/movie/163
|
48
|
+
- name: A River Runs Throught It
|
49
|
+
id: 293
|
50
|
+
job: Actor
|
51
|
+
department: Actors
|
52
|
+
character: " \tPaul Maclean"
|
53
|
+
url: http://www.themoviedb.org/movie/293
|
54
|
+
- name: Meet Joe Black
|
55
|
+
id: 297
|
56
|
+
job: Actor
|
57
|
+
department: Actors
|
58
|
+
character: Joe Black
|
59
|
+
url: http://www.themoviedb.org/movie/297
|
60
|
+
- name: Ocean's Thirteen
|
61
|
+
id: 298
|
62
|
+
job: Actor
|
63
|
+
department: Actors
|
64
|
+
character: " Robert \xE2\x80\x9CRusty\xE2\x80\x9D Charles Ryan"
|
65
|
+
url: http://www.themoviedb.org/movie/298
|
66
|
+
- name: True Romance
|
67
|
+
id: 319
|
68
|
+
job: Actor
|
69
|
+
department: Actors
|
70
|
+
character: Floyd
|
71
|
+
url: http://www.themoviedb.org/movie/319
|
72
|
+
- name: Being John Malkovich
|
73
|
+
id: 492
|
74
|
+
job: Actor
|
75
|
+
department: Actors
|
76
|
+
character: Himself
|
77
|
+
url: http://www.themoviedb.org/movie/492
|
78
|
+
- name: Fight Club
|
79
|
+
id: 550
|
80
|
+
job: Actor
|
81
|
+
department: Actors
|
82
|
+
character: Tyler Durden
|
83
|
+
url: http://www.themoviedb.org/movie/550
|
84
|
+
- name: Interview with the Vampire
|
85
|
+
id: 628
|
86
|
+
job: Actor
|
87
|
+
department: Actors
|
88
|
+
character: Louis de Pointe du Lac
|
89
|
+
url: http://www.themoviedb.org/movie/628
|
90
|
+
- name: Troy
|
91
|
+
id: 652
|
92
|
+
job: Actor
|
93
|
+
department: Actors
|
94
|
+
character: Achilles
|
95
|
+
url: http://www.themoviedb.org/movie/652
|
96
|
+
- name: Troy
|
97
|
+
id: 652
|
98
|
+
job: Other
|
99
|
+
department: Production
|
100
|
+
character: ""
|
101
|
+
url: http://www.themoviedb.org/movie/652
|
102
|
+
- name: "Mr. & Mrs. Smith "
|
103
|
+
id: 787
|
104
|
+
job: Actor
|
105
|
+
department: Actors
|
106
|
+
character: John Smith
|
107
|
+
url: http://www.themoviedb.org/movie/787
|
108
|
+
- name: Se7en
|
109
|
+
id: 807
|
110
|
+
job: Actor
|
111
|
+
department: Actors
|
112
|
+
character: Detective David Mills
|
113
|
+
url: http://www.themoviedb.org/movie/807
|
114
|
+
- name: Sleepers
|
115
|
+
id: 819
|
116
|
+
job: Actor
|
117
|
+
department: Actors
|
118
|
+
character: Michael Sullivan
|
119
|
+
url: http://www.themoviedb.org/movie/819
|
120
|
+
- name: Seven Years in Tibet
|
121
|
+
id: 978
|
122
|
+
job: Actor
|
123
|
+
department: Actors
|
124
|
+
character: Heinrich Harrer
|
125
|
+
url: http://www.themoviedb.org/movie/978
|
126
|
+
- name: Babel
|
127
|
+
id: 1164
|
128
|
+
job: Actor
|
129
|
+
department: Actors
|
130
|
+
character: Richard
|
131
|
+
url: http://www.themoviedb.org/movie/1164
|
132
|
+
- name: The Departed
|
133
|
+
id: 1422
|
134
|
+
job: Producer
|
135
|
+
department: Production
|
136
|
+
character: ""
|
137
|
+
url: http://www.themoviedb.org/movie/1422
|
138
|
+
- name: Spy Game
|
139
|
+
id: 1535
|
140
|
+
job: Actor
|
141
|
+
department: Actors
|
142
|
+
character: Tom Bishop
|
143
|
+
url: http://www.themoviedb.org/movie/1535
|
144
|
+
- name: "Thelma & Louise "
|
145
|
+
id: 1541
|
146
|
+
job: Actor
|
147
|
+
department: Actors
|
148
|
+
character: J.D.
|
149
|
+
url: http://www.themoviedb.org/movie/1541
|
150
|
+
- name: A Mighty Heart
|
151
|
+
id: 1988
|
152
|
+
job: Producer
|
153
|
+
department: Production
|
154
|
+
character: ""
|
155
|
+
url: http://www.themoviedb.org/movie/1988
|
156
|
+
- name: "Legends of the Fall "
|
157
|
+
id: 4476
|
158
|
+
job: Actor
|
159
|
+
department: Actors
|
160
|
+
character: Tristan Ludlow
|
161
|
+
url: http://www.themoviedb.org/movie/4476
|
162
|
+
- name: "The Devil's Own "
|
163
|
+
id: 4477
|
164
|
+
job: Actor
|
165
|
+
department: Actors
|
166
|
+
character: Frankie McGuire
|
167
|
+
url: http://www.themoviedb.org/movie/4477
|
168
|
+
- name: The Assassination of Jesse James by the Coward Robert Ford
|
169
|
+
id: 4512
|
170
|
+
job: Actor
|
171
|
+
department: Actors
|
172
|
+
character: Jesse James
|
173
|
+
url: http://www.themoviedb.org/movie/4512
|
174
|
+
- name: The Assassination of Jesse James by the Coward Robert Ford
|
175
|
+
id: 4512
|
176
|
+
job: Producer
|
177
|
+
department: Production
|
178
|
+
character: ""
|
179
|
+
url: http://www.themoviedb.org/movie/4512
|
180
|
+
- name: Confessions of a Dangerous Mind
|
181
|
+
id: 4912
|
182
|
+
job: Actor
|
183
|
+
department: Actors
|
184
|
+
character: Game Show Kandidat
|
185
|
+
url: http://www.themoviedb.org/movie/4912
|
186
|
+
- name: The Curious Case of Benjamin Button
|
187
|
+
id: 4922
|
188
|
+
job: Actor
|
189
|
+
department: Actors
|
190
|
+
character: Benjamin Button
|
191
|
+
url: http://www.themoviedb.org/movie/4922
|
192
|
+
- name: Burn After Reading
|
193
|
+
id: 4944
|
194
|
+
job: Actor
|
195
|
+
department: Actors
|
196
|
+
character: Chad Feldheimer
|
197
|
+
url: http://www.themoviedb.org/movie/4944
|
198
|
+
- name: The Mexican
|
199
|
+
id: 6073
|
200
|
+
job: Actor
|
201
|
+
department: Actors
|
202
|
+
character: Jerry Welbach
|
203
|
+
url: http://www.themoviedb.org/movie/6073
|
204
|
+
- name: Running with Scissors
|
205
|
+
id: 7510
|
206
|
+
job: Producer
|
207
|
+
department: Production
|
208
|
+
character: ""
|
209
|
+
url: http://www.themoviedb.org/movie/7510
|
210
|
+
- name: Dirty Tricks
|
211
|
+
id: 8947
|
212
|
+
job: Actor
|
213
|
+
department: Actors
|
214
|
+
character: John Dean
|
215
|
+
url: http://www.themoviedb.org/movie/8947
|
216
|
+
- name: Tree of Life
|
217
|
+
id: 8967
|
218
|
+
job: Actor
|
219
|
+
department: Actors
|
220
|
+
character: n.a.
|
221
|
+
url: http://www.themoviedb.org/movie/8967
|
222
|
+
- name: The Killer
|
223
|
+
id: 10504
|
224
|
+
job: Producer
|
225
|
+
department: Production
|
226
|
+
character: ""
|
227
|
+
url: http://www.themoviedb.org/movie/10504
|
228
|
+
- name: Kalifornia
|
229
|
+
id: 10909
|
230
|
+
job: Actor
|
231
|
+
department: Actors
|
232
|
+
character: Early Grayce
|
233
|
+
url: http://www.themoviedb.org/movie/10909
|
234
|
+
- name: Too Young to Die?
|
235
|
+
id: 10917
|
236
|
+
job: Actor
|
237
|
+
department: Actors
|
238
|
+
character: " \tBilly Canton"
|
239
|
+
url: http://www.themoviedb.org/movie/10917
|
240
|
+
- name: Cool World
|
241
|
+
id: 14239
|
242
|
+
job: Actor
|
243
|
+
department: Actors
|
244
|
+
character: Detective Frank Harris
|
245
|
+
url: http://www.themoviedb.org/movie/14239
|
246
|
+
- name: Sinbad - Legend of the Seven Seas
|
247
|
+
id: 14411
|
248
|
+
job: Actor
|
249
|
+
department: Actors
|
250
|
+
character: Sinbad
|
251
|
+
url: http://www.themoviedb.org/movie/14411
|
252
|
+
- name: Inglourious Basterds
|
253
|
+
id: 16869
|
254
|
+
job: Actor
|
255
|
+
department: Actors
|
256
|
+
character: "Lt. Aldo Raine "
|
257
|
+
url: http://www.themoviedb.org/movie/16869
|
258
|
+
- name: "The Hamster Factor and Other Tales of Twelve Monkeys "
|
259
|
+
id: 30565
|
260
|
+
job: Actor
|
261
|
+
department: Actors
|
262
|
+
character: Himself
|
263
|
+
url: http://www.themoviedb.org/movie/30565
|
264
|
+
profile:
|
265
|
+
- image:
|
266
|
+
type: profile
|
267
|
+
size: original
|
268
|
+
height: 1969
|
269
|
+
width: 1295
|
270
|
+
url: http://i3.themoviedb.org/profiles/00e/4bc977ad017a3c182400000e/brad-pitt-original.jpg
|
271
|
+
id: 4bc977ad017a3c182400000e
|
272
|
+
- image:
|
273
|
+
type: profile
|
274
|
+
size: profile
|
275
|
+
height: 281
|
276
|
+
width: 185
|
277
|
+
url: http://i3.themoviedb.org/profiles/00e/4bc977ad017a3c182400000e/brad-pitt-profile.jpg
|
278
|
+
id: 4bc977ad017a3c182400000e
|
279
|
+
- image:
|
280
|
+
type: profile
|
281
|
+
size: thumb
|
282
|
+
height: 68
|
283
|
+
width: 45
|
284
|
+
url: http://i2.themoviedb.org/profiles/00e/4bc977ad017a3c182400000e/brad-pitt-thumb.jpg
|
285
|
+
id: 4bc977ad017a3c182400000e
|