behance 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +5 -13
  2. data/CHANGELOG.md +15 -0
  3. data/README.md +143 -63
  4. data/lib/behance/client.rb +3 -1
  5. data/lib/behance/collections.rb +24 -16
  6. data/lib/behance/creatives_to_follow.rb +23 -0
  7. data/lib/behance/fields.rb +12 -1
  8. data/lib/behance/project.rb +36 -30
  9. data/lib/behance/user.rb +91 -35
  10. data/lib/behance/version.rb +1 -1
  11. data/lib/behance/wips.rb +19 -22
  12. data/spec/behance/client_spec.rb +1 -1
  13. data/spec/behance/collections_spec.rb +5 -5
  14. data/spec/behance/creatives_to_follow_spec.rb +44 -0
  15. data/spec/behance/fields_spec.rb +20 -1
  16. data/spec/behance/project_spec.rb +4 -4
  17. data/spec/behance/user_spec.rb +122 -28
  18. data/spec/behance/wips_spec.rb +28 -13
  19. data/spec/fixtures/collection.json +218 -34
  20. data/spec/fixtures/collection_projects.json +688 -88
  21. data/spec/fixtures/collections.json +2192 -104
  22. data/spec/fixtures/creatives_to_follow.json +302 -0
  23. data/spec/fixtures/fields.json +323 -26
  24. data/spec/fixtures/project.json +716 -10
  25. data/spec/fixtures/project_comments.json +13140 -271
  26. data/spec/fixtures/projects.json +786 -339
  27. data/spec/fixtures/user.json +165 -31
  28. data/spec/fixtures/user_appreciations.json +1155 -211
  29. data/spec/fixtures/user_collections.json +2153 -70
  30. data/spec/fixtures/user_followers.json +319 -0
  31. data/spec/fixtures/user_following.json +362 -0
  32. data/spec/fixtures/user_projects.json +2076 -172
  33. data/spec/fixtures/user_stats.json +14 -13
  34. data/spec/fixtures/user_wips.json +2095 -46
  35. data/spec/fixtures/user_work_experience.json +37 -29
  36. data/spec/fixtures/users.json +347 -97
  37. data/spec/fixtures/wip.json +72 -23
  38. data/spec/fixtures/wip_revision.json +28 -8
  39. data/spec/fixtures/wip_revision_comments.json +184 -108
  40. data/spec/fixtures/wips.json +1015 -158
  41. metadata +26 -17
@@ -1,16 +1,17 @@
1
1
  {
2
- "stats": {
3
- "today": {
4
- "project_views": 220,
5
- "project_appreciations": 5,
6
- "project_comments": 0,
7
- "profile_views": 28
8
- },
9
- "all_time": {
10
- "project_views": 33488,
11
- "project_appreciations": 1841,
12
- "project_comments": 20,
13
- "profile_views": 6587
14
- }
2
+ "stats": {
3
+ "today": {
4
+ "project_views": 49,
5
+ "project_appreciations": 2,
6
+ "project_comments": 0,
7
+ "profile_views": 4
8
+ },
9
+ "all_time": {
10
+ "project_views": 113229,
11
+ "project_appreciations": 5417,
12
+ "project_comments": 630,
13
+ "profile_views": 18959
15
14
  }
15
+ },
16
+ "http_code": 200
16
17
  }
@@ -1,55 +1,2104 @@
1
1
  {
2
-
3
2
  "wips": [
4
- {
5
- "id": 73,
6
- "title": "Idea execution Poster for the 99% Conference",
3
+ {
4
+ "id": 176555,
5
+ "url": "https://www.behance.net/wip/176555",
6
+ "title": "Union Garage Tshirts",
7
+ "revision_count": 3,
8
+ "project_id": 0,
9
+ "privacy": "public",
10
+ "mature_content": 0,
11
+ "mature_access": "allowed",
12
+ "created_on": 1372183887,
13
+ "stats": {
14
+ "revisions": 3,
15
+ "views": 3666,
16
+ "comments": 49
17
+ },
18
+ "revisions": {
19
+ "381793": {
20
+ "id": 381793,
21
+ "wip_id": 176555,
22
+ "description": "Detail",
23
+ "short_url": "http://be.net/wip/176555/381793",
24
+ "url": "https://www.behance.net/wip/176555/381793",
25
+ "images": {
26
+ "thumbnail_sm": {
27
+ "width": 160,
28
+ "height": 160,
29
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/381793.53e707b6652e2.png"
30
+ },
31
+ "thumbnail": {
32
+ "width": 320,
33
+ "height": 250,
34
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/381793.53e707b6652e2.png"
35
+ },
36
+ "normal_resolution": {
37
+ "width": 710,
38
+ "height": 556,
39
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/381793.53e707b6652e2.png"
40
+ },
41
+ "thumb_40": {
42
+ "width": 40,
43
+ "height": 40,
44
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/381793.53e707b6652e2.png"
45
+ },
46
+ "thumb_80": {
47
+ "width": 80,
48
+ "height": 80,
49
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/381793.53e707b6652e2.png"
50
+ },
51
+ "thumb_120": {
52
+ "width": 120,
53
+ "height": 120,
54
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/381793.53e707b6652e2.png"
55
+ },
56
+ "thumb_240": {
57
+ "width": 240,
58
+ "height": 240,
59
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/381793.53e707b6652e2.png"
60
+ },
61
+ "limit_320": {
62
+ "width": 320,
63
+ "height": 250,
64
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/381793.53e707b6652e2.png"
65
+ },
66
+ "limit_640": {
67
+ "width": 640,
68
+ "height": 501,
69
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/381793.53e707b6652e2.png"
70
+ }
71
+ },
72
+ "number": 3,
73
+ "created_on": 1373925234,
74
+ "tags": [
75
+ "Tshirts",
76
+ "motorcycles",
77
+ "vintage",
78
+ "brooklyn",
79
+ "Black",
80
+ "white",
81
+ "union",
82
+ "moto",
83
+ "nyc",
84
+ "ny",
85
+ "USA",
86
+ "line",
87
+ "classic"
88
+ ]
89
+ },
90
+ "381791": {
91
+ "id": 381791,
92
+ "wip_id": 176555,
93
+ "description": "Another typographic exploration for Union Garage Tshirt line",
94
+ "short_url": "http://be.net/wip/176555/381791",
95
+ "url": "https://www.behance.net/wip/176555/381791",
96
+ "images": {
97
+ "thumbnail_sm": {
98
+ "width": 160,
99
+ "height": 160,
100
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/381791.53e707b5b9205.jpg"
101
+ },
102
+ "thumbnail": {
103
+ "width": 320,
104
+ "height": 244,
105
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/381791.53e707b5b9205.jpg"
106
+ },
107
+ "normal_resolution": {
108
+ "width": 710,
109
+ "height": 542,
110
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/381791.53e707b5b9205.jpg"
111
+ },
112
+ "high_definition": {
113
+ "width": 1240,
114
+ "height": 947,
115
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/381791.53e707b5b9205.jpg"
116
+ },
117
+ "thumb_40": {
118
+ "width": 40,
119
+ "height": 40,
120
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/381791.53e707b5b9205.jpg"
121
+ },
122
+ "thumb_80": {
123
+ "width": 80,
124
+ "height": 80,
125
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/381791.53e707b5b9205.jpg"
126
+ },
127
+ "thumb_120": {
128
+ "width": 120,
129
+ "height": 120,
130
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/381791.53e707b5b9205.jpg"
131
+ },
132
+ "thumb_240": {
133
+ "width": 240,
134
+ "height": 240,
135
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/381791.53e707b5b9205.jpg"
136
+ },
137
+ "limit_320": {
138
+ "width": 320,
139
+ "height": 244,
140
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/381791.53e707b5b9205.jpg"
141
+ },
142
+ "limit_640": {
143
+ "width": 640,
144
+ "height": 489,
145
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/381791.53e707b5b9205.jpg"
146
+ }
147
+ },
148
+ "number": 2,
149
+ "created_on": 1373925152,
150
+ "tags": [
151
+ "Tshirts",
152
+ "motorcycles",
153
+ "vintage",
154
+ "brooklyn",
155
+ "Black",
156
+ "white",
157
+ "union",
158
+ "moto",
159
+ "nyc",
160
+ "ny",
161
+ "USA",
162
+ "line",
163
+ "classic"
164
+ ]
165
+ },
166
+ "344367": {
167
+ "id": 344367,
168
+ "wip_id": 176555,
169
+ "description": "New round of Union Garage Tshirts",
170
+ "short_url": "http://be.net/wip/176555/344367",
171
+ "url": "https://www.behance.net/wip/176555/344367",
172
+ "images": {
173
+ "thumbnail_sm": {
174
+ "width": 160,
175
+ "height": 160,
176
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/344367.53e6af0d62248.png"
177
+ },
178
+ "thumbnail": {
179
+ "width": 320,
180
+ "height": 274,
181
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/344367.53e6af0d62248.png"
182
+ },
183
+ "normal_resolution": {
184
+ "width": 710,
185
+ "height": 609,
186
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/344367.53e6af0d62248.png"
187
+ },
188
+ "high_definition": {
189
+ "width": 1240,
190
+ "height": 1064,
191
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/344367.53e6af0d62248.png"
192
+ },
193
+ "thumb_40": {
194
+ "width": 40,
195
+ "height": 40,
196
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/344367.53e6af0d62248.png"
197
+ },
198
+ "thumb_80": {
199
+ "width": 80,
200
+ "height": 80,
201
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/344367.53e6af0d62248.png"
202
+ },
203
+ "thumb_120": {
204
+ "width": 120,
205
+ "height": 120,
206
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/344367.53e6af0d62248.png"
207
+ },
208
+ "thumb_240": {
209
+ "width": 240,
210
+ "height": 240,
211
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/344367.53e6af0d62248.png"
212
+ },
213
+ "limit_320": {
214
+ "width": 320,
215
+ "height": 274,
216
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/344367.53e6af0d62248.png"
217
+ },
218
+ "limit_640": {
219
+ "width": 640,
220
+ "height": 549,
221
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/344367.53e6af0d62248.png"
222
+ }
223
+ },
224
+ "number": 1,
225
+ "created_on": 1372183887,
226
+ "tags": []
227
+ }
228
+ },
229
+ "owner": {
230
+ "id": 50001,
231
+ "first_name": "Matias",
232
+ "last_name": "Corea",
233
+ "username": "MatiasCorea",
234
+ "city": "Brooklyn",
235
+ "state": "New York",
236
+ "country": "United States",
237
+ "location": "Brooklyn, NY, USA",
238
+ "company": "",
239
+ "occupation": "Co-Founder of Behance",
240
+ "created_on": 1182475806,
241
+ "url": "https://www.behance.net/MatiasCorea",
242
+ "images": {
243
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
244
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
245
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
246
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
247
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
248
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
249
+ },
250
+ "display_name": "Matias Corea",
251
+ "fields": [
252
+ "Graphic Design",
253
+ "Print Design",
254
+ "Interaction Design"
255
+ ],
256
+ "has_default_image": 0,
257
+ "website": "http://www.matiascorea.com"
258
+ }
259
+ },
260
+ {
261
+ "id": 100955,
262
+ "url": "https://www.behance.net/wip/100955",
263
+ "title": "Trip To Toronto 2012",
264
+ "revision_count": 11,
265
+ "project_id": 0,
266
+ "privacy": "public",
267
+ "mature_content": 0,
268
+ "mature_access": "allowed",
269
+ "created_on": 1364350629,
270
+ "stats": {
271
+ "revisions": 11,
272
+ "views": 7185,
273
+ "comments": 40
274
+ },
275
+ "revisions": {
276
+ "237203": {
277
+ "id": 237203,
278
+ "wip_id": 100955,
279
+ "description": "Brian looking for directions...",
280
+ "short_url": "http://be.net/wip/100955/237203",
281
+ "url": "https://www.behance.net/wip/100955/237203",
282
+ "images": {
283
+ "thumbnail_sm": {
284
+ "width": 160,
285
+ "height": 160,
286
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/237203.53e5af4c18848.jpg"
287
+ },
288
+ "thumbnail": {
289
+ "width": 320,
290
+ "height": 212,
291
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/237203.53e5af4c18848.jpg"
292
+ },
293
+ "normal_resolution": {
294
+ "width": 710,
295
+ "height": 471,
296
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/237203.53e5af4c18848.jpg"
297
+ },
298
+ "high_definition": {
299
+ "width": 1240,
300
+ "height": 823,
301
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/237203.53e5af4c18848.jpg"
302
+ },
303
+ "thumb_40": {
304
+ "width": 40,
305
+ "height": 40,
306
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/237203.53e5af4c18848.jpg"
307
+ },
308
+ "thumb_80": {
309
+ "width": 80,
310
+ "height": 80,
311
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/237203.53e5af4c18848.jpg"
312
+ },
313
+ "thumb_120": {
314
+ "width": 120,
315
+ "height": 120,
316
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/237203.53e5af4c18848.jpg"
317
+ },
318
+ "thumb_240": {
319
+ "width": 240,
320
+ "height": 240,
321
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/237203.53e5af4c18848.jpg"
322
+ },
323
+ "limit_320": {
324
+ "width": 320,
325
+ "height": 212,
326
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/237203.53e5af4c18848.jpg"
327
+ },
328
+ "limit_640": {
329
+ "width": 640,
330
+ "height": 424,
331
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/237203.53e5af4c18848.jpg"
332
+ }
333
+ },
334
+ "number": 11,
335
+ "created_on": 1366307046,
336
+ "tags": [
337
+ "Motorcycle",
338
+ "road trip",
339
+ "Photography",
340
+ "fuji x100",
341
+ "digital ",
342
+ "Travel",
343
+ "bmw",
344
+ "lifestyle"
345
+ ]
346
+ },
347
+ "205267": {
348
+ "id": 205267,
349
+ "wip_id": 100955,
350
+ "description": "Pit Stop at Glider diner along some road...",
351
+ "short_url": "http://be.net/wip/100955/205267",
352
+ "url": "https://www.behance.net/wip/100955/205267",
353
+ "images": {
354
+ "thumbnail_sm": {
355
+ "width": 160,
356
+ "height": 160,
357
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/205267.53e564b7686bd.jpg"
358
+ },
359
+ "thumbnail": {
360
+ "width": 320,
361
+ "height": 212,
362
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/205267.53e564b7686bd.jpg"
363
+ },
364
+ "normal_resolution": {
365
+ "width": 710,
366
+ "height": 471,
367
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/205267.53e564b7686bd.jpg"
368
+ },
369
+ "high_definition": {
370
+ "width": 1240,
371
+ "height": 823,
372
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/205267.53e564b7686bd.jpg"
373
+ },
374
+ "thumb_40": {
375
+ "width": 40,
376
+ "height": 40,
377
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/205267.53e564b7686bd.jpg"
378
+ },
379
+ "thumb_80": {
380
+ "width": 80,
381
+ "height": 80,
382
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/205267.53e564b7686bd.jpg"
383
+ },
384
+ "thumb_120": {
385
+ "width": 120,
386
+ "height": 120,
387
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/205267.53e564b7686bd.jpg"
388
+ },
389
+ "thumb_240": {
390
+ "width": 240,
391
+ "height": 240,
392
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/205267.53e564b7686bd.jpg"
393
+ },
394
+ "limit_320": {
395
+ "width": 320,
396
+ "height": 212,
397
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/205267.53e564b7686bd.jpg"
398
+ },
399
+ "limit_640": {
400
+ "width": 640,
401
+ "height": 425,
402
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/205267.53e564b7686bd.jpg"
403
+ }
404
+ },
405
+ "number": 10,
406
+ "created_on": 1364353225,
407
+ "tags": []
408
+ },
409
+ "205265": {
410
+ "id": 205265,
411
+ "wip_id": 100955,
412
+ "description": "The Pool Bar",
413
+ "short_url": "http://be.net/wip/100955/205265",
414
+ "url": "https://www.behance.net/wip/100955/205265",
415
+ "images": {
416
+ "thumbnail_sm": {
417
+ "width": 160,
418
+ "height": 160,
419
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/205265.53e564b6af3b2.jpg"
420
+ },
421
+ "thumbnail": {
422
+ "width": 320,
423
+ "height": 212,
424
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/205265.53e564b6af3b2.jpg"
425
+ },
426
+ "normal_resolution": {
427
+ "width": 710,
428
+ "height": 471,
429
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/205265.53e564b6af3b2.jpg"
430
+ },
431
+ "high_definition": {
432
+ "width": 1240,
433
+ "height": 823,
434
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/205265.53e564b6af3b2.jpg"
435
+ },
436
+ "thumb_40": {
437
+ "width": 40,
438
+ "height": 40,
439
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/205265.53e564b6af3b2.jpg"
440
+ },
441
+ "thumb_80": {
442
+ "width": 80,
443
+ "height": 80,
444
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/205265.53e564b6af3b2.jpg"
445
+ },
446
+ "thumb_120": {
447
+ "width": 120,
448
+ "height": 120,
449
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/205265.53e564b6af3b2.jpg"
450
+ },
451
+ "thumb_240": {
452
+ "width": 240,
453
+ "height": 240,
454
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/205265.53e564b6af3b2.jpg"
455
+ },
456
+ "limit_320": {
457
+ "width": 320,
458
+ "height": 212,
459
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/205265.53e564b6af3b2.jpg"
460
+ },
461
+ "limit_640": {
462
+ "width": 640,
463
+ "height": 425,
464
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/205265.53e564b6af3b2.jpg"
465
+ }
466
+ },
467
+ "number": 9,
468
+ "created_on": 1364353172,
469
+ "tags": []
470
+ },
471
+ "205263": {
472
+ "id": 205263,
473
+ "wip_id": 100955,
474
+ "description": "Niagara Falls. The boat.",
475
+ "short_url": "http://be.net/wip/100955/205263",
476
+ "url": "https://www.behance.net/wip/100955/205263",
477
+ "images": {
478
+ "thumbnail_sm": {
479
+ "width": 160,
480
+ "height": 160,
481
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/205263.53e564b5ef048.jpg"
482
+ },
483
+ "thumbnail": {
484
+ "width": 320,
485
+ "height": 212,
486
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/205263.53e564b5ef048.jpg"
487
+ },
488
+ "normal_resolution": {
489
+ "width": 710,
490
+ "height": 471,
491
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/205263.53e564b5ef048.jpg"
492
+ },
493
+ "high_definition": {
494
+ "width": 1240,
495
+ "height": 823,
496
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/205263.53e564b5ef048.jpg"
497
+ },
498
+ "thumb_40": {
499
+ "width": 40,
500
+ "height": 40,
501
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/205263.53e564b5ef048.jpg"
502
+ },
503
+ "thumb_80": {
504
+ "width": 80,
505
+ "height": 80,
506
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/205263.53e564b5ef048.jpg"
507
+ },
508
+ "thumb_120": {
509
+ "width": 120,
510
+ "height": 120,
511
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/205263.53e564b5ef048.jpg"
512
+ },
513
+ "thumb_240": {
514
+ "width": 240,
515
+ "height": 240,
516
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/205263.53e564b5ef048.jpg"
517
+ },
518
+ "limit_320": {
519
+ "width": 320,
520
+ "height": 212,
521
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/205263.53e564b5ef048.jpg"
522
+ },
523
+ "limit_640": {
524
+ "width": 640,
525
+ "height": 425,
526
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/205263.53e564b5ef048.jpg"
527
+ }
528
+ },
529
+ "number": 8,
530
+ "created_on": 1364353132,
531
+ "tags": [
532
+ "Motorcycle",
533
+ "road trip",
534
+ "Photography",
535
+ "fuji x100",
536
+ "digital ",
537
+ "Travel",
538
+ "bmw",
539
+ "lifestyle"
540
+ ]
541
+ },
542
+ "205261": {
543
+ "id": 205261,
544
+ "wip_id": 100955,
545
+ "description": "Niagara falls, US side. Tourists.",
546
+ "short_url": "http://be.net/wip/100955/205261",
547
+ "url": "https://www.behance.net/wip/100955/205261",
548
+ "images": {
549
+ "thumbnail_sm": {
550
+ "width": 160,
551
+ "height": 160,
552
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/205261.53e564b53f49e.jpg"
553
+ },
554
+ "thumbnail": {
555
+ "width": 320,
556
+ "height": 212,
557
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/205261.53e564b53f49e.jpg"
558
+ },
559
+ "normal_resolution": {
560
+ "width": 710,
561
+ "height": 471,
562
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/205261.53e564b53f49e.jpg"
563
+ },
564
+ "high_definition": {
565
+ "width": 1240,
566
+ "height": 823,
567
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/205261.53e564b53f49e.jpg"
568
+ },
569
+ "thumb_40": {
570
+ "width": 40,
571
+ "height": 40,
572
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/205261.53e564b53f49e.jpg"
573
+ },
574
+ "thumb_80": {
575
+ "width": 80,
576
+ "height": 80,
577
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/205261.53e564b53f49e.jpg"
578
+ },
579
+ "thumb_120": {
580
+ "width": 120,
581
+ "height": 120,
582
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/205261.53e564b53f49e.jpg"
583
+ },
584
+ "thumb_240": {
585
+ "width": 240,
586
+ "height": 240,
587
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/205261.53e564b53f49e.jpg"
588
+ },
589
+ "limit_320": {
590
+ "width": 320,
591
+ "height": 212,
592
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/205261.53e564b53f49e.jpg"
593
+ },
594
+ "limit_640": {
595
+ "width": 640,
596
+ "height": 425,
597
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/205261.53e564b53f49e.jpg"
598
+ }
599
+ },
600
+ "number": 7,
601
+ "created_on": 1364353088,
602
+ "tags": []
603
+ },
604
+ "205241": {
605
+ "id": 205241,
606
+ "wip_id": 100955,
607
+ "description": "Reflections on a hotel window",
608
+ "short_url": "http://be.net/wip/100955/205241",
609
+ "url": "https://www.behance.net/wip/100955/205241",
610
+ "images": {
611
+ "thumbnail_sm": {
612
+ "width": 160,
613
+ "height": 160,
614
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/205241.53e564b16d6f5.jpg"
615
+ },
616
+ "thumbnail": {
617
+ "width": 320,
618
+ "height": 212,
619
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/205241.53e564b16d6f5.jpg"
620
+ },
621
+ "normal_resolution": {
622
+ "width": 710,
623
+ "height": 471,
624
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/205241.53e564b16d6f5.jpg"
625
+ },
626
+ "high_definition": {
627
+ "width": 1240,
628
+ "height": 823,
629
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/205241.53e564b16d6f5.jpg"
630
+ },
631
+ "thumb_40": {
632
+ "width": 40,
633
+ "height": 40,
634
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/205241.53e564b16d6f5.jpg"
635
+ },
636
+ "thumb_80": {
637
+ "width": 80,
638
+ "height": 80,
639
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/205241.53e564b16d6f5.jpg"
640
+ },
641
+ "thumb_120": {
642
+ "width": 120,
643
+ "height": 120,
644
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/205241.53e564b16d6f5.jpg"
645
+ },
646
+ "thumb_240": {
647
+ "width": 240,
648
+ "height": 240,
649
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/205241.53e564b16d6f5.jpg"
650
+ },
651
+ "limit_320": {
652
+ "width": 320,
653
+ "height": 212,
654
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/205241.53e564b16d6f5.jpg"
655
+ },
656
+ "limit_640": {
657
+ "width": 640,
658
+ "height": 425,
659
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/205241.53e564b16d6f5.jpg"
660
+ }
661
+ },
662
+ "number": 6,
663
+ "created_on": 1364351721,
664
+ "tags": []
665
+ },
666
+ "205239": {
667
+ "id": 205239,
668
+ "wip_id": 100955,
669
+ "description": "'Connecting' after a long day on the road.",
670
+ "short_url": "http://be.net/wip/100955/205239",
671
+ "url": "https://www.behance.net/wip/100955/205239",
672
+ "images": {
673
+ "thumbnail_sm": {
674
+ "width": 160,
675
+ "height": 160,
676
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/205239.53e564b06a853.jpg"
677
+ },
678
+ "thumbnail": {
679
+ "width": 320,
680
+ "height": 212,
681
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/205239.53e564b06a853.jpg"
682
+ },
683
+ "normal_resolution": {
684
+ "width": 710,
685
+ "height": 471,
686
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/205239.53e564b06a853.jpg"
687
+ },
688
+ "high_definition": {
689
+ "width": 1240,
690
+ "height": 823,
691
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/205239.53e564b06a853.jpg"
692
+ },
693
+ "thumb_40": {
694
+ "width": 40,
695
+ "height": 40,
696
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/205239.53e564b06a853.jpg"
697
+ },
698
+ "thumb_80": {
699
+ "width": 80,
700
+ "height": 80,
701
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/205239.53e564b06a853.jpg"
702
+ },
703
+ "thumb_120": {
704
+ "width": 120,
705
+ "height": 120,
706
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/205239.53e564b06a853.jpg"
707
+ },
708
+ "thumb_240": {
709
+ "width": 240,
710
+ "height": 240,
711
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/205239.53e564b06a853.jpg"
712
+ },
713
+ "limit_320": {
714
+ "width": 320,
715
+ "height": 212,
716
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/205239.53e564b06a853.jpg"
717
+ },
718
+ "limit_640": {
719
+ "width": 640,
720
+ "height": 425,
721
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/205239.53e564b06a853.jpg"
722
+ }
723
+ },
724
+ "number": 5,
725
+ "created_on": 1364351627,
726
+ "tags": []
727
+ },
728
+ "205233": {
729
+ "id": 205233,
730
+ "wip_id": 100955,
731
+ "description": "Walking around we found a printing shop with a gallery on the front of the house, and there was a mirror. Self portrait.",
732
+ "short_url": "http://be.net/wip/100955/205233",
733
+ "url": "https://www.behance.net/wip/100955/205233",
734
+ "images": {
735
+ "thumbnail_sm": {
736
+ "width": 160,
737
+ "height": 160,
738
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/205233.53e564adefa25.jpg"
739
+ },
740
+ "thumbnail": {
741
+ "width": 320,
742
+ "height": 212,
743
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/205233.53e564adefa25.jpg"
744
+ },
745
+ "normal_resolution": {
746
+ "width": 710,
747
+ "height": 471,
748
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/205233.53e564adefa25.jpg"
749
+ },
750
+ "high_definition": {
751
+ "width": 1240,
752
+ "height": 823,
753
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/205233.53e564adefa25.jpg"
754
+ },
755
+ "thumb_40": {
756
+ "width": 40,
757
+ "height": 40,
758
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/205233.53e564adefa25.jpg"
759
+ },
760
+ "thumb_80": {
761
+ "width": 80,
762
+ "height": 80,
763
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/205233.53e564adefa25.jpg"
764
+ },
765
+ "thumb_120": {
766
+ "width": 120,
767
+ "height": 120,
768
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/205233.53e564adefa25.jpg"
769
+ },
770
+ "thumb_240": {
771
+ "width": 240,
772
+ "height": 240,
773
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/205233.53e564adefa25.jpg"
774
+ },
775
+ "limit_320": {
776
+ "width": 320,
777
+ "height": 212,
778
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/205233.53e564adefa25.jpg"
779
+ },
780
+ "limit_640": {
781
+ "width": 640,
782
+ "height": 425,
783
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/205233.53e564adefa25.jpg"
784
+ }
785
+ },
786
+ "number": 4,
787
+ "created_on": 1364351511,
788
+ "tags": []
789
+ },
790
+ "205229": {
791
+ "id": 205229,
792
+ "wip_id": 100955,
793
+ "description": "",
794
+ "short_url": "http://be.net/wip/100955/205229",
795
+ "url": "https://www.behance.net/wip/100955/205229",
796
+ "images": {
797
+ "thumbnail_sm": {
798
+ "width": 160,
799
+ "height": 160,
800
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/205229.53e564ac2e42f.jpg"
801
+ },
802
+ "thumbnail": {
803
+ "width": 320,
804
+ "height": 212,
805
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/205229.53e564ac2e42f.jpg"
806
+ },
807
+ "normal_resolution": {
808
+ "width": 710,
809
+ "height": 471,
810
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/205229.53e564ac2e42f.jpg"
811
+ },
812
+ "high_definition": {
813
+ "width": 1240,
814
+ "height": 823,
815
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/205229.53e564ac2e42f.jpg"
816
+ },
817
+ "thumb_40": {
818
+ "width": 40,
819
+ "height": 40,
820
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/205229.53e564ac2e42f.jpg"
821
+ },
822
+ "thumb_80": {
823
+ "width": 80,
824
+ "height": 80,
825
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/205229.53e564ac2e42f.jpg"
826
+ },
827
+ "thumb_120": {
828
+ "width": 120,
829
+ "height": 120,
830
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/205229.53e564ac2e42f.jpg"
831
+ },
832
+ "thumb_240": {
833
+ "width": 240,
834
+ "height": 240,
835
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/205229.53e564ac2e42f.jpg"
836
+ },
837
+ "limit_320": {
838
+ "width": 320,
839
+ "height": 212,
840
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/205229.53e564ac2e42f.jpg"
841
+ },
842
+ "limit_640": {
843
+ "width": 640,
844
+ "height": 425,
845
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/205229.53e564ac2e42f.jpg"
846
+ }
847
+ },
848
+ "number": 3,
849
+ "created_on": 1364351279,
850
+ "tags": []
851
+ },
852
+ "205221": {
853
+ "id": 205221,
854
+ "wip_id": 100955,
855
+ "description": "",
856
+ "short_url": "http://be.net/wip/100955/205221",
857
+ "url": "https://www.behance.net/wip/100955/205221",
858
+ "images": {
859
+ "thumbnail_sm": {
860
+ "width": 160,
861
+ "height": 160,
862
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/205221.53e564a954aaf.jpg"
863
+ },
864
+ "thumbnail": {
865
+ "width": 320,
866
+ "height": 212,
867
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/205221.53e564a954aaf.jpg"
868
+ },
869
+ "normal_resolution": {
870
+ "width": 710,
871
+ "height": 471,
872
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/205221.53e564a954aaf.jpg"
873
+ },
874
+ "high_definition": {
875
+ "width": 1240,
876
+ "height": 823,
877
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/205221.53e564a954aaf.jpg"
878
+ },
879
+ "thumb_40": {
880
+ "width": 40,
881
+ "height": 40,
882
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/205221.53e564a954aaf.jpg"
883
+ },
884
+ "thumb_80": {
885
+ "width": 80,
886
+ "height": 80,
887
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/205221.53e564a954aaf.jpg"
888
+ },
889
+ "thumb_120": {
890
+ "width": 120,
891
+ "height": 120,
892
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/205221.53e564a954aaf.jpg"
893
+ },
894
+ "thumb_240": {
895
+ "width": 240,
896
+ "height": 240,
897
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/205221.53e564a954aaf.jpg"
898
+ },
899
+ "limit_320": {
900
+ "width": 320,
901
+ "height": 212,
902
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/205221.53e564a954aaf.jpg"
903
+ },
904
+ "limit_640": {
905
+ "width": 640,
906
+ "height": 425,
907
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/205221.53e564a954aaf.jpg"
908
+ }
909
+ },
910
+ "number": 2,
911
+ "created_on": 1364351106,
912
+ "tags": []
913
+ },
914
+ "205207": {
915
+ "id": 205207,
916
+ "wip_id": 100955,
917
+ "description": "Bryan Lattem, Joel Estopa and me went from Brooklyn to Toronto on 3 BMW motorcycles. A 1982 R80, a 1992 R100 GS and a 2011 R1200 GS Adv. We made it there and back. This are some of the images.",
918
+ "short_url": "http://be.net/wip/100955/205207",
919
+ "url": "https://www.behance.net/wip/100955/205207",
920
+ "images": {
921
+ "thumbnail_sm": {
922
+ "width": 160,
923
+ "height": 160,
924
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/205207.53e564a41b9c3.jpg"
925
+ },
926
+ "thumbnail": {
927
+ "width": 320,
928
+ "height": 212,
929
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/205207.53e564a41b9c3.jpg"
930
+ },
931
+ "normal_resolution": {
932
+ "width": 710,
933
+ "height": 471,
934
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/205207.53e564a41b9c3.jpg"
935
+ },
936
+ "high_definition": {
937
+ "width": 1240,
938
+ "height": 823,
939
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/205207.53e564a41b9c3.jpg"
940
+ },
941
+ "thumb_40": {
942
+ "width": 40,
943
+ "height": 40,
944
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/205207.53e564a41b9c3.jpg"
945
+ },
946
+ "thumb_80": {
947
+ "width": 80,
948
+ "height": 80,
949
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/205207.53e564a41b9c3.jpg"
950
+ },
951
+ "thumb_120": {
952
+ "width": 120,
953
+ "height": 120,
954
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/205207.53e564a41b9c3.jpg"
955
+ },
956
+ "thumb_240": {
957
+ "width": 240,
958
+ "height": 240,
959
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/205207.53e564a41b9c3.jpg"
960
+ },
961
+ "limit_320": {
962
+ "width": 320,
963
+ "height": 212,
964
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/205207.53e564a41b9c3.jpg"
965
+ },
966
+ "limit_640": {
967
+ "width": 640,
968
+ "height": 425,
969
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/205207.53e564a41b9c3.jpg"
970
+ }
971
+ },
972
+ "number": 1,
973
+ "created_on": 1364350629,
974
+ "tags": []
975
+ }
976
+ },
977
+ "owner": {
978
+ "id": 50001,
979
+ "first_name": "Matias",
980
+ "last_name": "Corea",
981
+ "username": "MatiasCorea",
982
+ "city": "Brooklyn",
983
+ "state": "New York",
984
+ "country": "United States",
985
+ "location": "Brooklyn, NY, USA",
986
+ "company": "",
987
+ "occupation": "Co-Founder of Behance",
988
+ "created_on": 1182475806,
989
+ "url": "https://www.behance.net/MatiasCorea",
990
+ "images": {
991
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
992
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
993
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
994
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
995
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
996
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
997
+ },
998
+ "display_name": "Matias Corea",
999
+ "fields": [
1000
+ "Graphic Design",
1001
+ "Print Design",
1002
+ "Interaction Design"
1003
+ ],
1004
+ "has_default_image": 0,
1005
+ "website": "http://www.matiascorea.com"
1006
+ }
1007
+ },
1008
+ {
1009
+ "id": 77053,
1010
+ "url": "https://www.behance.net/wip/77053",
1011
+ "title": "BMW Tshirt",
7
1012
  "revision_count": 4,
8
- "latest_rev_id": 281,
9
- "latest_rev_tags": [
10
- "poster",
11
- "typography",
12
- "infographics",
13
- "conference",
14
- "red",
15
- "grey",
16
- "white",
17
- "behance",
18
- "illustrator",
19
- "vectors",
20
- "printed"
1013
+ "project_id": 0,
1014
+ "privacy": "public",
1015
+ "mature_content": 0,
1016
+ "mature_access": "allowed",
1017
+ "created_on": 1361247646,
1018
+ "stats": {
1019
+ "revisions": 4,
1020
+ "views": 1445,
1021
+ "comments": 29
1022
+ },
1023
+ "revisions": {
1024
+ "158241": {
1025
+ "id": 158241,
1026
+ "wip_id": 77053,
1027
+ "description": "Added some more details to the illustration",
1028
+ "short_url": "http://be.net/wip/77053/158241",
1029
+ "url": "https://www.behance.net/wip/77053/158241",
1030
+ "images": {
1031
+ "thumbnail_sm": {
1032
+ "width": 160,
1033
+ "height": 160,
1034
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/158241.53e4f9de02e58.jpg"
1035
+ },
1036
+ "thumbnail": {
1037
+ "width": 320,
1038
+ "height": 266,
1039
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/158241.53e4f9de02e58.jpg"
1040
+ },
1041
+ "normal_resolution": {
1042
+ "width": 710,
1043
+ "height": 591,
1044
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/158241.53e4f9de02e58.jpg"
1045
+ },
1046
+ "high_definition": {
1047
+ "width": 1240,
1048
+ "height": 1032,
1049
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/158241.53e4f9de02e58.jpg"
1050
+ },
1051
+ "thumb_40": {
1052
+ "width": 40,
1053
+ "height": 40,
1054
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/158241.53e4f9de02e58.jpg"
1055
+ },
1056
+ "thumb_80": {
1057
+ "width": 80,
1058
+ "height": 80,
1059
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/158241.53e4f9de02e58.jpg"
1060
+ },
1061
+ "thumb_120": {
1062
+ "width": 120,
1063
+ "height": 120,
1064
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/158241.53e4f9de02e58.jpg"
1065
+ },
1066
+ "thumb_240": {
1067
+ "width": 240,
1068
+ "height": 240,
1069
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/158241.53e4f9de02e58.jpg"
1070
+ },
1071
+ "limit_320": {
1072
+ "width": 320,
1073
+ "height": 266,
1074
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/158241.53e4f9de02e58.jpg"
1075
+ },
1076
+ "limit_640": {
1077
+ "width": 640,
1078
+ "height": 533,
1079
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/158241.53e4f9de02e58.jpg"
1080
+ }
1081
+ },
1082
+ "number": 4,
1083
+ "created_on": 1361248039,
1084
+ "tags": [
1085
+ "bmw",
1086
+ "moto",
1087
+ "vibtage",
1088
+ "beemer"
1089
+ ]
1090
+ },
1091
+ "158237": {
1092
+ "id": 158237,
1093
+ "wip_id": 77053,
1094
+ "description": "",
1095
+ "short_url": "http://be.net/wip/77053/158237",
1096
+ "url": "https://www.behance.net/wip/77053/158237",
1097
+ "images": {
1098
+ "thumbnail_sm": {
1099
+ "width": 160,
1100
+ "height": 160,
1101
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/158237.53e4f9dbb5e40.jpg"
1102
+ },
1103
+ "thumbnail": {
1104
+ "width": 320,
1105
+ "height": 320,
1106
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/158237.53e4f9dbb5e40.jpg"
1107
+ },
1108
+ "normal_resolution": {
1109
+ "width": 710,
1110
+ "height": 710,
1111
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/158237.53e4f9dbb5e40.jpg"
1112
+ },
1113
+ "high_definition": {
1114
+ "width": 1240,
1115
+ "height": 1240,
1116
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/158237.53e4f9dbb5e40.jpg"
1117
+ },
1118
+ "thumb_40": {
1119
+ "width": 40,
1120
+ "height": 40,
1121
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/158237.53e4f9dbb5e40.jpg"
1122
+ },
1123
+ "thumb_80": {
1124
+ "width": 80,
1125
+ "height": 80,
1126
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/158237.53e4f9dbb5e40.jpg"
1127
+ },
1128
+ "thumb_120": {
1129
+ "width": 120,
1130
+ "height": 120,
1131
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/158237.53e4f9dbb5e40.jpg"
1132
+ },
1133
+ "thumb_240": {
1134
+ "width": 240,
1135
+ "height": 240,
1136
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/158237.53e4f9dbb5e40.jpg"
1137
+ },
1138
+ "limit_320": {
1139
+ "width": 320,
1140
+ "height": 320,
1141
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/158237.53e4f9dbb5e40.jpg"
1142
+ },
1143
+ "limit_640": {
1144
+ "width": 640,
1145
+ "height": 640,
1146
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/158237.53e4f9dbb5e40.jpg"
1147
+ }
1148
+ },
1149
+ "number": 3,
1150
+ "created_on": 1361247912,
1151
+ "tags": [
1152
+ "Motorcycle",
1153
+ "vintage",
1154
+ "tahirt",
1155
+ "inverted"
1156
+ ]
1157
+ },
1158
+ "158235": {
1159
+ "id": 158235,
1160
+ "wip_id": 77053,
1161
+ "description": "",
1162
+ "short_url": "http://be.net/wip/77053/158235",
1163
+ "url": "https://www.behance.net/wip/77053/158235",
1164
+ "images": {
1165
+ "thumbnail_sm": {
1166
+ "width": 160,
1167
+ "height": 160,
1168
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/158235.53e4f9dae38e6.jpg"
1169
+ },
1170
+ "thumbnail": {
1171
+ "width": 320,
1172
+ "height": 320,
1173
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/158235.53e4f9dae38e6.jpg"
1174
+ },
1175
+ "normal_resolution": {
1176
+ "width": 710,
1177
+ "height": 710,
1178
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/158235.53e4f9dae38e6.jpg"
1179
+ },
1180
+ "high_definition": {
1181
+ "width": 1240,
1182
+ "height": 1240,
1183
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/158235.53e4f9dae38e6.jpg"
1184
+ },
1185
+ "thumb_40": {
1186
+ "width": 40,
1187
+ "height": 40,
1188
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/158235.53e4f9dae38e6.jpg"
1189
+ },
1190
+ "thumb_80": {
1191
+ "width": 80,
1192
+ "height": 80,
1193
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/158235.53e4f9dae38e6.jpg"
1194
+ },
1195
+ "thumb_120": {
1196
+ "width": 120,
1197
+ "height": 120,
1198
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/158235.53e4f9dae38e6.jpg"
1199
+ },
1200
+ "thumb_240": {
1201
+ "width": 240,
1202
+ "height": 240,
1203
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/158235.53e4f9dae38e6.jpg"
1204
+ },
1205
+ "limit_320": {
1206
+ "width": 320,
1207
+ "height": 320,
1208
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/158235.53e4f9dae38e6.jpg"
1209
+ },
1210
+ "limit_640": {
1211
+ "width": 640,
1212
+ "height": 640,
1213
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/158235.53e4f9dae38e6.jpg"
1214
+ }
1215
+ },
1216
+ "number": 2,
1217
+ "created_on": 1361247844,
1218
+ "tags": []
1219
+ },
1220
+ "158233": {
1221
+ "id": 158233,
1222
+ "wip_id": 77053,
1223
+ "description": "",
1224
+ "short_url": "http://be.net/wip/77053/158233",
1225
+ "url": "https://www.behance.net/wip/77053/158233",
1226
+ "images": {
1227
+ "thumbnail_sm": {
1228
+ "width": 160,
1229
+ "height": 160,
1230
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/158233.53e4f9d9d86e2.jpg"
1231
+ },
1232
+ "thumbnail": {
1233
+ "width": 320,
1234
+ "height": 312,
1235
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/158233.53e4f9d9d86e2.jpg"
1236
+ },
1237
+ "normal_resolution": {
1238
+ "width": 710,
1239
+ "height": 693,
1240
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/158233.53e4f9d9d86e2.jpg"
1241
+ },
1242
+ "high_definition": {
1243
+ "width": 1240,
1244
+ "height": 1210,
1245
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/158233.53e4f9d9d86e2.jpg"
1246
+ },
1247
+ "thumb_40": {
1248
+ "width": 40,
1249
+ "height": 40,
1250
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/158233.53e4f9d9d86e2.jpg"
1251
+ },
1252
+ "thumb_80": {
1253
+ "width": 80,
1254
+ "height": 80,
1255
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/158233.53e4f9d9d86e2.jpg"
1256
+ },
1257
+ "thumb_120": {
1258
+ "width": 120,
1259
+ "height": 120,
1260
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/158233.53e4f9d9d86e2.jpg"
1261
+ },
1262
+ "thumb_240": {
1263
+ "width": 240,
1264
+ "height": 240,
1265
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/158233.53e4f9d9d86e2.jpg"
1266
+ },
1267
+ "limit_320": {
1268
+ "width": 320,
1269
+ "height": 312,
1270
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/158233.53e4f9d9d86e2.jpg"
1271
+ },
1272
+ "limit_640": {
1273
+ "width": 640,
1274
+ "height": 625,
1275
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/158233.53e4f9d9d86e2.jpg"
1276
+ }
1277
+ },
1278
+ "number": 1,
1279
+ "created_on": 1361247646,
1280
+ "tags": [
1281
+ "r69S",
1282
+ "Black",
1283
+ "white"
1284
+ ]
1285
+ }
1286
+ },
1287
+ "owner": {
1288
+ "id": 50001,
1289
+ "first_name": "Matias",
1290
+ "last_name": "Corea",
1291
+ "username": "MatiasCorea",
1292
+ "city": "Brooklyn",
1293
+ "state": "New York",
1294
+ "country": "United States",
1295
+ "location": "Brooklyn, NY, USA",
1296
+ "company": "",
1297
+ "occupation": "Co-Founder of Behance",
1298
+ "created_on": 1182475806,
1299
+ "url": "https://www.behance.net/MatiasCorea",
1300
+ "images": {
1301
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
1302
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
1303
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
1304
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
1305
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
1306
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
1307
+ },
1308
+ "display_name": "Matias Corea",
1309
+ "fields": [
1310
+ "Graphic Design",
1311
+ "Print Design",
1312
+ "Interaction Design"
21
1313
  ],
22
- "latest_rev_image": "http://behance.vo.llnwd.net/profiles/50001/wips/73/disp_fef7c7756464fa218c64f7b6a83f1c8d.jpg",
23
- "latest_rev_thumb": "http://behance.vo.llnwd.net/profiles/50001/wips/73/thumb_fef7c7756464fa218c64f7b6a83f1c8d.jpg",
24
- "url": "http://www.behance.net/wip/73",
1314
+ "has_default_image": 0,
1315
+ "website": "http://www.matiascorea.com"
1316
+ }
1317
+ },
1318
+ {
1319
+ "id": 73,
1320
+ "url": "https://www.behance.net/wip/73",
1321
+ "title": "Idea execution Poster for the 99% Conference",
1322
+ "revision_count": 4,
1323
+ "project_id": 0,
1324
+ "privacy": "public",
1325
+ "mature_content": 0,
1326
+ "mature_access": "allowed",
25
1327
  "created_on": 1338927695,
26
1328
  "stats": {
27
- "views": 3305,
28
- "comments": 28
1329
+ "revisions": 4,
1330
+ "views": 4416,
1331
+ "comments": 30
1332
+ },
1333
+ "revisions": {
1334
+ "281": {
1335
+ "id": 281,
1336
+ "wip_id": 73,
1337
+ "description": "This is the finished piece. The poster is very large like 23x28 inches",
1338
+ "short_url": "http://be.net/wip/73/281",
1339
+ "url": "https://www.behance.net/wip/73/281",
1340
+ "images": {
1341
+ "thumbnail_sm": {
1342
+ "width": 160,
1343
+ "height": 160,
1344
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/281.53e39597cf8d4.jpg"
1345
+ },
1346
+ "thumbnail": {
1347
+ "width": 320,
1348
+ "height": 420,
1349
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/281.53e39597cf8d4.jpg"
1350
+ },
1351
+ "normal_resolution": {
1352
+ "width": 710,
1353
+ "height": 933,
1354
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/281.53e39597cf8d4.jpg"
1355
+ },
1356
+ "thumb_40": {
1357
+ "width": 40,
1358
+ "height": 40,
1359
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/281.53e39597cf8d4.jpg"
1360
+ },
1361
+ "thumb_80": {
1362
+ "width": 80,
1363
+ "height": 80,
1364
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/281.53e39597cf8d4.jpg"
1365
+ },
1366
+ "thumb_120": {
1367
+ "width": 120,
1368
+ "height": 120,
1369
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/281.53e39597cf8d4.jpg"
1370
+ },
1371
+ "thumb_240": {
1372
+ "width": 240,
1373
+ "height": 240,
1374
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/281.53e39597cf8d4.jpg"
1375
+ },
1376
+ "limit_320": {
1377
+ "width": 320,
1378
+ "height": 420,
1379
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/281.53e39597cf8d4.jpg"
1380
+ },
1381
+ "limit_640": {
1382
+ "width": 640,
1383
+ "height": 841,
1384
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/281.53e39597cf8d4.jpg"
1385
+ }
1386
+ },
1387
+ "number": 4,
1388
+ "created_on": 1338993241,
1389
+ "tags": [
1390
+ "poster",
1391
+ "typography",
1392
+ "infographics",
1393
+ "conference",
1394
+ "red",
1395
+ "grey",
1396
+ "white",
1397
+ "behance",
1398
+ "illustrator",
1399
+ "vectors",
1400
+ "printed"
1401
+ ]
1402
+ },
1403
+ "277": {
1404
+ "id": 277,
1405
+ "wip_id": 73,
1406
+ "description": "This is a detail of the finished piece",
1407
+ "short_url": "http://be.net/wip/73/277",
1408
+ "url": "https://www.behance.net/wip/73/277",
1409
+ "images": {
1410
+ "thumbnail_sm": {
1411
+ "width": 160,
1412
+ "height": 160,
1413
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/277.53e39595f1920.jpg"
1414
+ },
1415
+ "thumbnail": {
1416
+ "width": 320,
1417
+ "height": 213,
1418
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/277.53e39595f1920.jpg"
1419
+ },
1420
+ "normal_resolution": {
1421
+ "width": 710,
1422
+ "height": 473,
1423
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/277.53e39595f1920.jpg"
1424
+ },
1425
+ "high_definition": {
1426
+ "width": 1240,
1427
+ "height": 826,
1428
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/277.53e39595f1920.jpg"
1429
+ },
1430
+ "thumb_40": {
1431
+ "width": 40,
1432
+ "height": 40,
1433
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/277.53e39595f1920.jpg"
1434
+ },
1435
+ "thumb_80": {
1436
+ "width": 80,
1437
+ "height": 80,
1438
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/277.53e39595f1920.jpg"
1439
+ },
1440
+ "thumb_120": {
1441
+ "width": 120,
1442
+ "height": 120,
1443
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/277.53e39595f1920.jpg"
1444
+ },
1445
+ "thumb_240": {
1446
+ "width": 240,
1447
+ "height": 240,
1448
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/277.53e39595f1920.jpg"
1449
+ },
1450
+ "limit_320": {
1451
+ "width": 320,
1452
+ "height": 213,
1453
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/277.53e39595f1920.jpg"
1454
+ },
1455
+ "limit_640": {
1456
+ "width": 640,
1457
+ "height": 426,
1458
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/277.53e39595f1920.jpg"
1459
+ }
1460
+ },
1461
+ "number": 3,
1462
+ "created_on": 1338993159,
1463
+ "tags": [
1464
+ "poster",
1465
+ "typography",
1466
+ "infographics",
1467
+ "conference",
1468
+ "red",
1469
+ "grey",
1470
+ "white",
1471
+ "behance",
1472
+ "illustrator",
1473
+ "vectors"
1474
+ ]
1475
+ },
1476
+ "141": {
1477
+ "id": 141,
1478
+ "wip_id": 73,
1479
+ "description": "I got 6 more pieces done, I think it's advancing pretty decently. Any graphics you think are not working? I'm not so sure about the order/balance of all of them.",
1480
+ "short_url": "http://be.net/wip/73/141",
1481
+ "url": "https://www.behance.net/wip/73/141",
1482
+ "images": {
1483
+ "thumbnail_sm": {
1484
+ "width": 160,
1485
+ "height": 160,
1486
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/141.53e39575923d8.jpg"
1487
+ },
1488
+ "thumbnail": {
1489
+ "width": 320,
1490
+ "height": 320,
1491
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/141.53e39575923d8.jpg"
1492
+ },
1493
+ "normal_resolution": {
1494
+ "width": 710,
1495
+ "height": 710,
1496
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/141.53e39575923d8.jpg"
1497
+ },
1498
+ "high_definition": {
1499
+ "width": 1240,
1500
+ "height": 1240,
1501
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/141.53e39575923d8.jpg"
1502
+ },
1503
+ "thumb_40": {
1504
+ "width": 40,
1505
+ "height": 40,
1506
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/141.53e39575923d8.jpg"
1507
+ },
1508
+ "thumb_80": {
1509
+ "width": 80,
1510
+ "height": 80,
1511
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/141.53e39575923d8.jpg"
1512
+ },
1513
+ "thumb_120": {
1514
+ "width": 120,
1515
+ "height": 120,
1516
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/141.53e39575923d8.jpg"
1517
+ },
1518
+ "thumb_240": {
1519
+ "width": 240,
1520
+ "height": 240,
1521
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/141.53e39575923d8.jpg"
1522
+ },
1523
+ "limit_320": {
1524
+ "width": 320,
1525
+ "height": 320,
1526
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/141.53e39575923d8.jpg"
1527
+ },
1528
+ "limit_640": {
1529
+ "width": 640,
1530
+ "height": 640,
1531
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/141.53e39575923d8.jpg"
1532
+ }
1533
+ },
1534
+ "number": 2,
1535
+ "created_on": 1338927814,
1536
+ "tags": [
1537
+ "poster",
1538
+ "typography",
1539
+ "infographics",
1540
+ "conference",
1541
+ "red",
1542
+ "grey",
1543
+ "white",
1544
+ "behance",
1545
+ "illustrator",
1546
+ "vectors"
1547
+ ]
1548
+ },
1549
+ "139": {
1550
+ "id": 139,
1551
+ "wip_id": 73,
1552
+ "description": "I've started working on the 2012 Idea execution audit. I don't plan every single graphic in advance, I just try different designs till I find the best representation of the information we're trying to communicate.",
1553
+ "short_url": "http://be.net/wip/73/139",
1554
+ "url": "https://www.behance.net/wip/73/139",
1555
+ "images": {
1556
+ "thumbnail_sm": {
1557
+ "width": 160,
1558
+ "height": 160,
1559
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/139.53e39574845a4.jpg"
1560
+ },
1561
+ "thumbnail": {
1562
+ "width": 320,
1563
+ "height": 320,
1564
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/139.53e39574845a4.jpg"
1565
+ },
1566
+ "normal_resolution": {
1567
+ "width": 710,
1568
+ "height": 710,
1569
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/139.53e39574845a4.jpg"
1570
+ },
1571
+ "high_definition": {
1572
+ "width": 1240,
1573
+ "height": 1240,
1574
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/139.53e39574845a4.jpg"
1575
+ },
1576
+ "thumb_40": {
1577
+ "width": 40,
1578
+ "height": 40,
1579
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/139.53e39574845a4.jpg"
1580
+ },
1581
+ "thumb_80": {
1582
+ "width": 80,
1583
+ "height": 80,
1584
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/139.53e39574845a4.jpg"
1585
+ },
1586
+ "thumb_120": {
1587
+ "width": 120,
1588
+ "height": 120,
1589
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/139.53e39574845a4.jpg"
1590
+ },
1591
+ "thumb_240": {
1592
+ "width": 240,
1593
+ "height": 240,
1594
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/139.53e39574845a4.jpg"
1595
+ },
1596
+ "limit_320": {
1597
+ "width": 320,
1598
+ "height": 320,
1599
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/139.53e39574845a4.jpg"
1600
+ },
1601
+ "limit_640": {
1602
+ "width": 640,
1603
+ "height": 640,
1604
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/139.53e39574845a4.jpg"
1605
+ }
1606
+ },
1607
+ "number": 1,
1608
+ "created_on": 1338927695,
1609
+ "tags": []
1610
+ }
1611
+ },
1612
+ "owner": {
1613
+ "id": 50001,
1614
+ "first_name": "Matias",
1615
+ "last_name": "Corea",
1616
+ "username": "MatiasCorea",
1617
+ "city": "Brooklyn",
1618
+ "state": "New York",
1619
+ "country": "United States",
1620
+ "location": "Brooklyn, NY, USA",
1621
+ "company": "",
1622
+ "occupation": "Co-Founder of Behance",
1623
+ "created_on": 1182475806,
1624
+ "url": "https://www.behance.net/MatiasCorea",
1625
+ "images": {
1626
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
1627
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
1628
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
1629
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
1630
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
1631
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
1632
+ },
1633
+ "display_name": "Matias Corea",
1634
+ "fields": [
1635
+ "Graphic Design",
1636
+ "Print Design",
1637
+ "Interaction Design"
1638
+ ],
1639
+ "has_default_image": 0,
1640
+ "website": "http://www.matiascorea.com"
1641
+ }
1642
+ },
1643
+ {
1644
+ "id": 77,
1645
+ "url": "https://www.behance.net/wip/77",
1646
+ "title": "The Alva Award design",
1647
+ "revision_count": 7,
1648
+ "project_id": 0,
1649
+ "privacy": "public",
1650
+ "mature_content": 0,
1651
+ "mature_access": "allowed",
1652
+ "created_on": 1338929566,
1653
+ "stats": {
1654
+ "revisions": 7,
1655
+ "views": 5260,
1656
+ "comments": 36
1657
+ },
1658
+ "revisions": {
1659
+ "177": {
1660
+ "id": 177,
1661
+ "wip_id": 77,
1662
+ "description": "The finished piece",
1663
+ "short_url": "http://be.net/wip/77/177",
1664
+ "url": "https://www.behance.net/wip/77/177",
1665
+ "images": {
1666
+ "thumbnail_sm": {
1667
+ "width": 160,
1668
+ "height": 160,
1669
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/177.53e3957eeb3f5.jpg"
1670
+ },
1671
+ "thumbnail": {
1672
+ "width": 320,
1673
+ "height": 213,
1674
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/177.53e3957eeb3f5.jpg"
1675
+ },
1676
+ "normal_resolution": {
1677
+ "width": 710,
1678
+ "height": 473,
1679
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/177.53e3957eeb3f5.jpg"
1680
+ },
1681
+ "thumb_40": {
1682
+ "width": 40,
1683
+ "height": 40,
1684
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/177.53e3957eeb3f5.jpg"
1685
+ },
1686
+ "thumb_80": {
1687
+ "width": 80,
1688
+ "height": 80,
1689
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/177.53e3957eeb3f5.jpg"
1690
+ },
1691
+ "thumb_120": {
1692
+ "width": 120,
1693
+ "height": 120,
1694
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/177.53e3957eeb3f5.jpg"
1695
+ },
1696
+ "thumb_240": {
1697
+ "width": 240,
1698
+ "height": 240,
1699
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/177.53e3957eeb3f5.jpg"
1700
+ },
1701
+ "limit_320": {
1702
+ "width": 320,
1703
+ "height": 213,
1704
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/177.53e3957eeb3f5.jpg"
1705
+ },
1706
+ "limit_640": {
1707
+ "width": 640,
1708
+ "height": 426,
1709
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/177.53e3957eeb3f5.jpg"
1710
+ }
1711
+ },
1712
+ "number": 7,
1713
+ "created_on": 1338930459,
1714
+ "tags": []
1715
+ },
1716
+ "175": {
1717
+ "id": 175,
1718
+ "wip_id": 77,
1719
+ "description": "The base is magnetized so the A can live by itself",
1720
+ "short_url": "http://be.net/wip/77/175",
1721
+ "url": "https://www.behance.net/wip/77/175",
1722
+ "images": {
1723
+ "thumbnail_sm": {
1724
+ "width": 160,
1725
+ "height": 160,
1726
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/175.53e3957e2ebf0.jpg"
1727
+ },
1728
+ "thumbnail": {
1729
+ "width": 320,
1730
+ "height": 213,
1731
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/175.53e3957e2ebf0.jpg"
1732
+ },
1733
+ "normal_resolution": {
1734
+ "width": 710,
1735
+ "height": 473,
1736
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/175.53e3957e2ebf0.jpg"
1737
+ },
1738
+ "thumb_40": {
1739
+ "width": 40,
1740
+ "height": 40,
1741
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/175.53e3957e2ebf0.jpg"
1742
+ },
1743
+ "thumb_80": {
1744
+ "width": 80,
1745
+ "height": 80,
1746
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/175.53e3957e2ebf0.jpg"
1747
+ },
1748
+ "thumb_120": {
1749
+ "width": 120,
1750
+ "height": 120,
1751
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/175.53e3957e2ebf0.jpg"
1752
+ },
1753
+ "thumb_240": {
1754
+ "width": 240,
1755
+ "height": 240,
1756
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/175.53e3957e2ebf0.jpg"
1757
+ },
1758
+ "limit_320": {
1759
+ "width": 320,
1760
+ "height": 213,
1761
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/175.53e3957e2ebf0.jpg"
1762
+ },
1763
+ "limit_640": {
1764
+ "width": 640,
1765
+ "height": 426,
1766
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/175.53e3957e2ebf0.jpg"
1767
+ }
1768
+ },
1769
+ "number": 6,
1770
+ "created_on": 1338930419,
1771
+ "tags": [
1772
+ "award",
1773
+ "3D",
1774
+ "Black",
1775
+ "typography",
1776
+ "cardboard",
1777
+ "model"
1778
+ ]
1779
+ },
1780
+ "173": {
1781
+ "id": 173,
1782
+ "wip_id": 77,
1783
+ "description": "The award came back from production, I'm very happy with it.",
1784
+ "short_url": "http://be.net/wip/77/173",
1785
+ "url": "https://www.behance.net/wip/77/173",
1786
+ "images": {
1787
+ "thumbnail_sm": {
1788
+ "width": 160,
1789
+ "height": 160,
1790
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/173.53e3957d5e04e.jpg"
1791
+ },
1792
+ "thumbnail": {
1793
+ "width": 320,
1794
+ "height": 213,
1795
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/173.53e3957d5e04e.jpg"
1796
+ },
1797
+ "normal_resolution": {
1798
+ "width": 710,
1799
+ "height": 473,
1800
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/173.53e3957d5e04e.jpg"
1801
+ },
1802
+ "thumb_40": {
1803
+ "width": 40,
1804
+ "height": 40,
1805
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/173.53e3957d5e04e.jpg"
1806
+ },
1807
+ "thumb_80": {
1808
+ "width": 80,
1809
+ "height": 80,
1810
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/173.53e3957d5e04e.jpg"
1811
+ },
1812
+ "thumb_120": {
1813
+ "width": 120,
1814
+ "height": 120,
1815
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/173.53e3957d5e04e.jpg"
1816
+ },
1817
+ "thumb_240": {
1818
+ "width": 240,
1819
+ "height": 240,
1820
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/173.53e3957d5e04e.jpg"
1821
+ },
1822
+ "limit_320": {
1823
+ "width": 320,
1824
+ "height": 213,
1825
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/173.53e3957d5e04e.jpg"
1826
+ },
1827
+ "limit_640": {
1828
+ "width": 640,
1829
+ "height": 426,
1830
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/173.53e3957d5e04e.jpg"
1831
+ }
1832
+ },
1833
+ "number": 5,
1834
+ "created_on": 1338930302,
1835
+ "tags": []
1836
+ },
1837
+ "169": {
1838
+ "id": 169,
1839
+ "wip_id": 77,
1840
+ "description": "I'm still figuring out the right proportion, I think it needs to be wider and maybe shallower.",
1841
+ "short_url": "http://be.net/wip/77/169",
1842
+ "url": "https://www.behance.net/wip/77/169",
1843
+ "images": {
1844
+ "thumbnail_sm": {
1845
+ "width": 160,
1846
+ "height": 160,
1847
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/169.53e3957c959df.jpg"
1848
+ },
1849
+ "thumbnail": {
1850
+ "width": 320,
1851
+ "height": 320,
1852
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/169.53e3957c959df.jpg"
1853
+ },
1854
+ "normal_resolution": {
1855
+ "width": 710,
1856
+ "height": 710,
1857
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/169.53e3957c959df.jpg"
1858
+ },
1859
+ "high_definition": {
1860
+ "width": 1240,
1861
+ "height": 1240,
1862
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/hd/169.53e3957c959df.jpg"
1863
+ },
1864
+ "thumb_40": {
1865
+ "width": 40,
1866
+ "height": 40,
1867
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/169.53e3957c959df.jpg"
1868
+ },
1869
+ "thumb_80": {
1870
+ "width": 80,
1871
+ "height": 80,
1872
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/169.53e3957c959df.jpg"
1873
+ },
1874
+ "thumb_120": {
1875
+ "width": 120,
1876
+ "height": 120,
1877
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/169.53e3957c959df.jpg"
1878
+ },
1879
+ "thumb_240": {
1880
+ "width": 240,
1881
+ "height": 240,
1882
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/169.53e3957c959df.jpg"
1883
+ },
1884
+ "limit_320": {
1885
+ "width": 320,
1886
+ "height": 320,
1887
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/169.53e3957c959df.jpg"
1888
+ },
1889
+ "limit_640": {
1890
+ "width": 640,
1891
+ "height": 640,
1892
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/169.53e3957c959df.jpg"
1893
+ }
1894
+ },
1895
+ "number": 4,
1896
+ "created_on": 1338930226,
1897
+ "tags": []
1898
+ },
1899
+ "167": {
1900
+ "id": 167,
1901
+ "wip_id": 77,
1902
+ "description": "I've been playing with a rectangular base but I ended up with a circular one, seems more 'awardy' and lighter overall.",
1903
+ "short_url": "http://be.net/wip/77/167",
1904
+ "url": "https://www.behance.net/wip/77/167",
1905
+ "images": {
1906
+ "thumbnail_sm": {
1907
+ "width": 160,
1908
+ "height": 160,
1909
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/167.53e3957b9ef9c.jpg"
1910
+ },
1911
+ "thumbnail": {
1912
+ "width": 320,
1913
+ "height": 221,
1914
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/167.53e3957b9ef9c.jpg"
1915
+ },
1916
+ "normal_resolution": {
1917
+ "width": 710,
1918
+ "height": 490,
1919
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/167.53e3957b9ef9c.jpg"
1920
+ },
1921
+ "thumb_40": {
1922
+ "width": 40,
1923
+ "height": 40,
1924
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/167.53e3957b9ef9c.jpg"
1925
+ },
1926
+ "thumb_80": {
1927
+ "width": 80,
1928
+ "height": 80,
1929
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/167.53e3957b9ef9c.jpg"
1930
+ },
1931
+ "thumb_120": {
1932
+ "width": 120,
1933
+ "height": 120,
1934
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/167.53e3957b9ef9c.jpg"
1935
+ },
1936
+ "thumb_240": {
1937
+ "width": 240,
1938
+ "height": 240,
1939
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/167.53e3957b9ef9c.jpg"
1940
+ },
1941
+ "limit_320": {
1942
+ "width": 320,
1943
+ "height": 221,
1944
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/167.53e3957b9ef9c.jpg"
1945
+ },
1946
+ "limit_640": {
1947
+ "width": 640,
1948
+ "height": 442,
1949
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/167.53e3957b9ef9c.jpg"
1950
+ }
1951
+ },
1952
+ "number": 3,
1953
+ "created_on": 1338930126,
1954
+ "tags": []
1955
+ },
1956
+ "151": {
1957
+ "id": 151,
1958
+ "wip_id": 77,
1959
+ "description": "I realized that the abstract shapes are making it very difficult to relate to the name and make it easier to remember. I landed in a simple A.",
1960
+ "short_url": "http://be.net/wip/77/151",
1961
+ "url": "https://www.behance.net/wip/77/151",
1962
+ "images": {
1963
+ "thumbnail_sm": {
1964
+ "width": 160,
1965
+ "height": 160,
1966
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/151.53e3957967f26.jpg"
1967
+ },
1968
+ "thumbnail": {
1969
+ "width": 320,
1970
+ "height": 213,
1971
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/151.53e3957967f26.jpg"
1972
+ },
1973
+ "normal_resolution": {
1974
+ "width": 710,
1975
+ "height": 473,
1976
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/151.53e3957967f26.jpg"
1977
+ },
1978
+ "thumb_40": {
1979
+ "width": 40,
1980
+ "height": 40,
1981
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/151.53e3957967f26.jpg"
1982
+ },
1983
+ "thumb_80": {
1984
+ "width": 80,
1985
+ "height": 80,
1986
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/151.53e3957967f26.jpg"
1987
+ },
1988
+ "thumb_120": {
1989
+ "width": 120,
1990
+ "height": 120,
1991
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/151.53e3957967f26.jpg"
1992
+ },
1993
+ "thumb_240": {
1994
+ "width": 240,
1995
+ "height": 240,
1996
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/151.53e3957967f26.jpg"
1997
+ },
1998
+ "limit_320": {
1999
+ "width": 320,
2000
+ "height": 213,
2001
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/151.53e3957967f26.jpg"
2002
+ },
2003
+ "limit_640": {
2004
+ "width": 640,
2005
+ "height": 426,
2006
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/151.53e3957967f26.jpg"
2007
+ }
2008
+ },
2009
+ "number": 2,
2010
+ "created_on": 1338929704,
2011
+ "tags": []
2012
+ },
2013
+ "145": {
2014
+ "id": 145,
2015
+ "wip_id": 77,
2016
+ "description": "The Alva Award is given to creatives at the 99% Conference to the most innovative creatives today. I'm trying to design an object which is both innovative but not over-thought. So far I've been finding triangles, diagonal lines and pyramid shapes quite attractive but not sure where it will en up.",
2017
+ "short_url": "http://be.net/wip/77/145",
2018
+ "url": "https://www.behance.net/wip/77/145",
2019
+ "images": {
2020
+ "thumbnail_sm": {
2021
+ "width": 160,
2022
+ "height": 160,
2023
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb/145.53e3957686a31.jpg"
2024
+ },
2025
+ "thumbnail": {
2026
+ "width": 320,
2027
+ "height": 213,
2028
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/320pxthumb/145.53e3957686a31.jpg"
2029
+ },
2030
+ "normal_resolution": {
2031
+ "width": 710,
2032
+ "height": 473,
2033
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/disp/145.53e3957686a31.jpg"
2034
+ },
2035
+ "thumb_40": {
2036
+ "width": 40,
2037
+ "height": 40,
2038
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_40/145.53e3957686a31.jpg"
2039
+ },
2040
+ "thumb_80": {
2041
+ "width": 80,
2042
+ "height": 80,
2043
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_80/145.53e3957686a31.jpg"
2044
+ },
2045
+ "thumb_120": {
2046
+ "width": 120,
2047
+ "height": 120,
2048
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_120/145.53e3957686a31.jpg"
2049
+ },
2050
+ "thumb_240": {
2051
+ "width": 240,
2052
+ "height": 240,
2053
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/thumb_240/145.53e3957686a31.jpg"
2054
+ },
2055
+ "limit_320": {
2056
+ "width": 320,
2057
+ "height": 213,
2058
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_320/145.53e3957686a31.jpg"
2059
+ },
2060
+ "limit_640": {
2061
+ "width": 640,
2062
+ "height": 426,
2063
+ "url": "https://mir-s3-cdn-cf.behance.net/wip/limit_640/145.53e3957686a31.jpg"
2064
+ }
2065
+ },
2066
+ "number": 1,
2067
+ "created_on": 1338929566,
2068
+ "tags": []
2069
+ }
2070
+ },
2071
+ "owner": {
2072
+ "id": 50001,
2073
+ "first_name": "Matias",
2074
+ "last_name": "Corea",
2075
+ "username": "MatiasCorea",
2076
+ "city": "Brooklyn",
2077
+ "state": "New York",
2078
+ "country": "United States",
2079
+ "location": "Brooklyn, NY, USA",
2080
+ "company": "",
2081
+ "occupation": "Co-Founder of Behance",
2082
+ "created_on": 1182475806,
2083
+ "url": "https://www.behance.net/MatiasCorea",
2084
+ "images": {
2085
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
2086
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
2087
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
2088
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
2089
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
2090
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
2091
+ },
2092
+ "display_name": "Matias Corea",
2093
+ "fields": [
2094
+ "Graphic Design",
2095
+ "Print Design",
2096
+ "Interaction Design"
2097
+ ],
2098
+ "has_default_image": 0,
2099
+ "website": "http://www.matiascorea.com"
29
2100
  }
30
- },
31
- {
32
- "id": 77,
33
- "title": "The Alva Award design",
34
- "revision_count": 7,
35
- "latest_rev_id": 177,
36
- "latest_rev_tags": [
37
- "award",
38
- "3D",
39
- "Black",
40
- "typography",
41
- "cardboard",
42
- "model"
43
- ],
44
- "latest_rev_image": "http://behance.vo.llnwd.net/profiles/50001/wips/77/disp_7f4f5437af607075af9af6a2a61d9a4b.jpg",
45
- "latest_rev_thumb": "http://behance.vo.llnwd.net/profiles/50001/wips/77/thumb_7f4f5437af607075af9af6a2a61d9a4b.jpg",
46
- "url": "http://www.behance.net/wip/77",
47
- "created_on": 1338929566,
48
- "stats": {
49
- "views": 3929,
50
- "comments": 35
51
2101
  }
52
- }
53
- ]
54
-
2102
+ ],
2103
+ "http_code": 200
55
2104
  }