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,24 +1,1418 @@
1
1
  {
2
-
3
2
  "projects": [
4
- {
5
- "id": 3882857,
6
- "name": "The ALVA Award",
3
+ {
4
+ "id": 23786915,
5
+ "name": "The Behance Book of Creative Work :: Super-Modified",
6
+ "published_on": 1424803589,
7
+ "created_on": 1424287126,
8
+ "modified_on": 1428591460,
9
+ "url": "https://www.behance.net/gallery/23786915/The-Behance-Book-of-Creative-Work-Super-Modified",
10
+ "privacy": "public",
11
+ "fields": [
12
+ "Editorial Design",
13
+ "Graphic Design",
14
+ "Print Design"
15
+ ],
16
+ "covers": {
17
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/1d6e1a23786915.54e7abe3596d2.jpg",
18
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/1d6e1a23786915.54e7abe3596d2.jpg",
19
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/1d6e1a23786915.54e7abe3596d2.jpg",
20
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/1d6e1a23786915.54e7abe3596d2.jpg"
21
+ },
22
+ "mature_content": 0,
23
+ "mature_access": "allowed",
24
+ "owners": [
25
+ {
26
+ "id": 371633,
27
+ "first_name": "Raewyn",
28
+ "last_name": "Brandon",
29
+ "username": "raewynbrandon",
30
+ "city": "New York",
31
+ "state": "New York",
32
+ "country": "United States",
33
+ "location": "New York, NY, USA",
34
+ "company": "Behance",
35
+ "occupation": "Lead Designer",
36
+ "created_on": 1300570825,
37
+ "url": "https://www.behance.net/raewynbrandon",
38
+ "images": {
39
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/371633.53ad927444324.jpg",
40
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/371633.53ad927444324.jpg",
41
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/371633.53ad927444324.jpg"
42
+ },
43
+ "display_name": "Raewyn Brandon",
44
+ "fields": [
45
+ "Graphic Design",
46
+ "Print Design",
47
+ "Editorial Design"
48
+ ],
49
+ "has_default_image": 0,
50
+ "website": "www.raewynbrandon.com"
51
+ },
52
+ {
53
+ "id": 50001,
54
+ "first_name": "Matias",
55
+ "last_name": "Corea",
56
+ "username": "MatiasCorea",
57
+ "city": "Brooklyn",
58
+ "state": "New York",
59
+ "country": "United States",
60
+ "location": "Brooklyn, NY, USA",
61
+ "company": "",
62
+ "occupation": "Co-Founder of Behance",
63
+ "created_on": 1182475806,
64
+ "url": "https://www.behance.net/MatiasCorea",
65
+ "images": {
66
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
67
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
68
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
69
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
70
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
71
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
72
+ },
73
+ "display_name": "Matias Corea",
74
+ "fields": [
75
+ "Graphic Design",
76
+ "Print Design",
77
+ "Interaction Design"
78
+ ],
79
+ "has_default_image": 0,
80
+ "website": "http://www.matiascorea.com"
81
+ },
82
+ {
83
+ "id": 136414,
84
+ "first_name": "Sarah",
85
+ "last_name": "Rapp",
86
+ "username": "SarahRapp",
87
+ "city": "Morristown",
88
+ "state": "New Jersey",
89
+ "country": "United States",
90
+ "location": "Morristown, NJ, USA",
91
+ "company": "Behance",
92
+ "occupation": "Community Manager",
93
+ "created_on": 1260565507,
94
+ "url": "https://www.behance.net/SarahRapp",
95
+ "images": {
96
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/136414.53abb90ed0894.png",
97
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/136414.53abb90ed0894.png",
98
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/136414.53abb90ed0894.png"
99
+ },
100
+ "display_name": "Sarah Rapp",
101
+ "fields": [
102
+ "Print Design",
103
+ "Graphic Design",
104
+ "Photojournalism"
105
+ ],
106
+ "has_default_image": 0,
107
+ "website": "www.behance.net"
108
+ },
109
+ {
110
+ "id": 93628,
111
+ "first_name": "Oscar",
112
+ "last_name": "Ramos Orozco",
113
+ "username": "oscarramosorozco",
114
+ "city": "New York",
115
+ "state": "New York",
116
+ "country": "United States",
117
+ "location": "New York, NY, USA",
118
+ "company": "Behance",
119
+ "occupation": "Head Curator",
120
+ "created_on": 1233681049,
121
+ "url": "https://www.behance.net/oscarramosorozco",
122
+ "images": {
123
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/93628.53ab454c09b71.jpg",
124
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/93628.53ab454c09b71.jpg",
125
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/93628.53ab454c09b71.jpg"
126
+ },
127
+ "display_name": "Oscar Ramos Orozco",
128
+ "fields": [
129
+ "Print Design",
130
+ "Photography",
131
+ "Graphic Design"
132
+ ],
133
+ "has_default_image": 0,
134
+ "website": "http://oscarramosorozco.com"
135
+ },
136
+ {
137
+ "id": 216667,
138
+ "first_name": "Jocelyn K.",
139
+ "last_name": "Glei",
140
+ "username": "jkglei",
141
+ "city": "New York",
142
+ "state": "New York",
143
+ "country": "United States",
144
+ "location": "New York, NY, USA",
145
+ "company": "99U",
146
+ "occupation": "Director & Editor-in-Chief",
147
+ "created_on": 1281999212,
148
+ "url": "https://www.behance.net/jkglei",
149
+ "images": {
150
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/216667.53ac72abdeb1e.jpg",
151
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/216667.53ac72abdeb1e.jpg",
152
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/216667.53ac72abdeb1e.jpg"
153
+ },
154
+ "display_name": "Jocelyn K. Glei",
155
+ "fields": [
156
+ "Graphic Design",
157
+ "Print Design",
158
+ "Editorial Design"
159
+ ],
160
+ "has_default_image": 0,
161
+ "website": "http://99u.com"
162
+ },
163
+ {
164
+ "id": 50004,
165
+ "first_name": "Scott",
166
+ "last_name": "Belsky",
167
+ "username": "sbelsky",
168
+ "city": "New York",
169
+ "state": "New York",
170
+ "country": "United States",
171
+ "location": "New York, NY, USA",
172
+ "company": "Adobe",
173
+ "occupation": "Head of Behance; Community",
174
+ "created_on": 1182480652,
175
+ "url": "https://www.behance.net/sbelsky",
176
+ "images": {
177
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50004.53a9829c17328.jpg",
178
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50004.53a9829c17328.jpg",
179
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50004.53a9829c17328.jpg"
180
+ },
181
+ "display_name": "Scott Belsky",
182
+ "fields": [
183
+ "Interaction Design",
184
+ "UI/UX",
185
+ "Web Design"
186
+ ],
187
+ "has_default_image": 0,
188
+ "website": "http://www.scottbelsky.com"
189
+ },
190
+ {
191
+ "id": 54101,
192
+ "first_name": "Alexander ",
193
+ "last_name": "Krug",
194
+ "username": "AlexKrug",
195
+ "city": "New York",
196
+ "state": "New York",
197
+ "country": "United States",
198
+ "location": "New York, NY, USA",
199
+ "company": "Behance LLC",
200
+ "occupation": "Vice President",
201
+ "created_on": 1194271386,
202
+ "url": "https://www.behance.net/AlexKrug",
203
+ "images": {
204
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/54101.53a9f68827326.png",
205
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/54101.53a9f68827326.png",
206
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/54101.53a9f68827326.png"
207
+ },
208
+ "display_name": "Alexander Krug",
209
+ "fields": [
210
+ "Photography",
211
+ "Creative Direction",
212
+ "Web Design"
213
+ ],
214
+ "has_default_image": 0,
215
+ "website": "http://www.behance.net"
216
+ }
217
+ ],
218
+ "stats": {
219
+ "views": 34166,
220
+ "appreciations": 2893,
221
+ "comments": 207
222
+ },
223
+ "conceived_on": -62169984000
224
+ },
225
+ {
226
+ "id": 20765613,
227
+ "name": "99U Book Design :: Make Your Mark (Vol 3.)",
228
+ "published_on": 1414433896,
229
+ "created_on": 1414162194,
230
+ "modified_on": 1414509978,
231
+ "url": "https://www.behance.net/gallery/20765613/99U-Book-Design-Make-Your-Mark-(Vol-3)",
232
+ "privacy": "public",
233
+ "fields": [
234
+ "Editorial Design",
235
+ "Graphic Design",
236
+ "Print Design"
237
+ ],
238
+ "covers": {
239
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/20765613.544acb53786e8.jpg",
240
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/20765613.544acb53786e8.jpg",
241
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/20765613.544acb53786e8.jpg",
242
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/20765613.544acb53786e8.jpg"
243
+ },
244
+ "mature_content": 0,
245
+ "mature_access": "allowed",
246
+ "owners": [
247
+ {
248
+ "id": 371633,
249
+ "first_name": "Raewyn",
250
+ "last_name": "Brandon",
251
+ "username": "raewynbrandon",
252
+ "city": "New York",
253
+ "state": "New York",
254
+ "country": "United States",
255
+ "location": "New York, NY, USA",
256
+ "company": "Behance",
257
+ "occupation": "Lead Designer",
258
+ "created_on": 1300570825,
259
+ "url": "https://www.behance.net/raewynbrandon",
260
+ "images": {
261
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/371633.53ad927444324.jpg",
262
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/371633.53ad927444324.jpg",
263
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/371633.53ad927444324.jpg"
264
+ },
265
+ "display_name": "Raewyn Brandon",
266
+ "fields": [
267
+ "Graphic Design",
268
+ "Print Design",
269
+ "Editorial Design"
270
+ ],
271
+ "has_default_image": 0,
272
+ "website": "www.raewynbrandon.com"
273
+ },
274
+ {
275
+ "id": 216667,
276
+ "first_name": "Jocelyn K.",
277
+ "last_name": "Glei",
278
+ "username": "jkglei",
279
+ "city": "New York",
280
+ "state": "New York",
281
+ "country": "United States",
282
+ "location": "New York, NY, USA",
283
+ "company": "99U",
284
+ "occupation": "Director & Editor-in-Chief",
285
+ "created_on": 1281999212,
286
+ "url": "https://www.behance.net/jkglei",
287
+ "images": {
288
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/216667.53ac72abdeb1e.jpg",
289
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/216667.53ac72abdeb1e.jpg",
290
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/216667.53ac72abdeb1e.jpg"
291
+ },
292
+ "display_name": "Jocelyn K. Glei",
293
+ "fields": [
294
+ "Graphic Design",
295
+ "Print Design",
296
+ "Editorial Design"
297
+ ],
298
+ "has_default_image": 0,
299
+ "website": "http://99u.com"
300
+ },
301
+ {
302
+ "id": 50001,
303
+ "first_name": "Matias",
304
+ "last_name": "Corea",
305
+ "username": "MatiasCorea",
306
+ "city": "Brooklyn",
307
+ "state": "New York",
308
+ "country": "United States",
309
+ "location": "Brooklyn, NY, USA",
310
+ "company": "",
311
+ "occupation": "Co-Founder of Behance",
312
+ "created_on": 1182475806,
313
+ "url": "https://www.behance.net/MatiasCorea",
314
+ "images": {
315
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
316
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
317
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
318
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
319
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
320
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
321
+ },
322
+ "display_name": "Matias Corea",
323
+ "fields": [
324
+ "Graphic Design",
325
+ "Print Design",
326
+ "Interaction Design"
327
+ ],
328
+ "has_default_image": 0,
329
+ "website": "http://www.matiascorea.com"
330
+ }
331
+ ],
332
+ "stats": {
333
+ "views": 6798,
334
+ "appreciations": 507,
335
+ "comments": 25
336
+ },
337
+ "conceived_on": -62169984000
338
+ },
339
+ {
340
+ "id": 3882857,
341
+ "name": "The ALVA Award Design",
7
342
  "published_on": 1338993558,
8
343
  "created_on": 1336591701,
9
- "modified_on": 1338993615,
10
- "url": "http://www.behance.net/gallery/The-ALVA-Award/3882857",
344
+ "modified_on": 1369061541,
345
+ "url": "https://www.behance.net/gallery/3882857/The-ALVA-Award-Design",
346
+ "privacy": "public",
347
+ "fields": [
348
+ "Branding",
349
+ "Product Design"
350
+ ],
351
+ "covers": {
352
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/3882857.545f48788f080.jpg",
353
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/3882857.545f48788f080.jpg",
354
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/3882857.545f48788f080.jpg",
355
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/3882857.545f48788f080.jpg"
356
+ },
357
+ "mature_content": 0,
358
+ "mature_access": "allowed",
359
+ "owners": [
360
+ {
361
+ "id": 50001,
362
+ "first_name": "Matias",
363
+ "last_name": "Corea",
364
+ "username": "MatiasCorea",
365
+ "city": "Brooklyn",
366
+ "state": "New York",
367
+ "country": "United States",
368
+ "location": "Brooklyn, NY, USA",
369
+ "company": "",
370
+ "occupation": "Co-Founder of Behance",
371
+ "created_on": 1182475806,
372
+ "url": "https://www.behance.net/MatiasCorea",
373
+ "images": {
374
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
375
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
376
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
377
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
378
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
379
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
380
+ },
381
+ "display_name": "Matias Corea",
382
+ "fields": [
383
+ "Graphic Design",
384
+ "Print Design",
385
+ "Interaction Design"
386
+ ],
387
+ "has_default_image": 0,
388
+ "website": "http://www.matiascorea.com"
389
+ },
390
+ {
391
+ "id": 216667,
392
+ "first_name": "Jocelyn K.",
393
+ "last_name": "Glei",
394
+ "username": "jkglei",
395
+ "city": "New York",
396
+ "state": "New York",
397
+ "country": "United States",
398
+ "location": "New York, NY, USA",
399
+ "company": "99U",
400
+ "occupation": "Director & Editor-in-Chief",
401
+ "created_on": 1281999212,
402
+ "url": "https://www.behance.net/jkglei",
403
+ "images": {
404
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/216667.53ac72abdeb1e.jpg",
405
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/216667.53ac72abdeb1e.jpg",
406
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/216667.53ac72abdeb1e.jpg"
407
+ },
408
+ "display_name": "Jocelyn K. Glei",
409
+ "fields": [
410
+ "Graphic Design",
411
+ "Print Design",
412
+ "Editorial Design"
413
+ ],
414
+ "has_default_image": 0,
415
+ "website": "http://99u.com"
416
+ }
417
+ ],
418
+ "stats": {
419
+ "views": 9001,
420
+ "appreciations": 441,
421
+ "comments": 38
422
+ },
423
+ "conceived_on": -62169984000
424
+ },
425
+ {
426
+ "id": 22886287,
427
+ "name": "99U Quarterly Magazine :: Issue No.4",
428
+ "published_on": 1422026056,
429
+ "created_on": 1421696356,
430
+ "modified_on": 1426993202,
431
+ "url": "https://www.behance.net/gallery/22886287/99U-Quarterly-Magazine-Issue-No4",
432
+ "privacy": "public",
433
+ "fields": [
434
+ "Editorial Design",
435
+ "Graphic Design",
436
+ "Print Design"
437
+ ],
438
+ "covers": {
439
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/22886287.54bee303e2c04.jpg",
440
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/22886287.54bee303e2c04.jpg",
441
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/22886287.54bee303e2c04.jpg",
442
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/22886287.54bee303e2c04.jpg"
443
+ },
444
+ "mature_content": 0,
445
+ "mature_access": "allowed",
446
+ "owners": [
447
+ {
448
+ "id": 371633,
449
+ "first_name": "Raewyn",
450
+ "last_name": "Brandon",
451
+ "username": "raewynbrandon",
452
+ "city": "New York",
453
+ "state": "New York",
454
+ "country": "United States",
455
+ "location": "New York, NY, USA",
456
+ "company": "Behance",
457
+ "occupation": "Lead Designer",
458
+ "created_on": 1300570825,
459
+ "url": "https://www.behance.net/raewynbrandon",
460
+ "images": {
461
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/371633.53ad927444324.jpg",
462
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/371633.53ad927444324.jpg",
463
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/371633.53ad927444324.jpg"
464
+ },
465
+ "display_name": "Raewyn Brandon",
466
+ "fields": [
467
+ "Graphic Design",
468
+ "Print Design",
469
+ "Editorial Design"
470
+ ],
471
+ "has_default_image": 0,
472
+ "website": "www.raewynbrandon.com"
473
+ },
474
+ {
475
+ "id": 2793831,
476
+ "first_name": "Sasha",
477
+ "last_name": "VanHoven",
478
+ "username": "svanho",
479
+ "city": "New York",
480
+ "state": "New York",
481
+ "country": "United States",
482
+ "location": "New York, NY, USA",
483
+ "company": "",
484
+ "occupation": "",
485
+ "created_on": 1369857560,
486
+ "url": "https://www.behance.net/svanho",
487
+ "images": {
488
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/2793831.53baa56d75e27.jpg",
489
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/2793831.53baa56d75e27.jpg",
490
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/2793831.53baa56d75e27.jpg",
491
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/2793831.53baa56d75e27.jpg",
492
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/2793831.53baa56d75e27.jpg",
493
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/2793831.53baa56d75e27.jpg"
494
+ },
495
+ "display_name": "Sasha VanHoven",
496
+ "fields": [
497
+ "Print Design",
498
+ "Graphic Design",
499
+ "Editorial Design"
500
+ ],
501
+ "has_default_image": 0,
502
+ "website": "www.sashavanhoven.com"
503
+ },
504
+ {
505
+ "id": 3156423,
506
+ "first_name": "Steven",
507
+ "last_name": "Darden",
508
+ "username": "stevendarden",
509
+ "city": "Savannah",
510
+ "state": "Georgia",
511
+ "country": "United States",
512
+ "location": "Savannah, GA, USA",
513
+ "company": "",
514
+ "occupation": "Illustrator",
515
+ "created_on": 1374589348,
516
+ "url": "https://www.behance.net/stevendarden",
517
+ "images": {
518
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/3156423.53bbf89766dbe.jpg",
519
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/3156423.53bbf89766dbe.jpg",
520
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/3156423.53bbf89766dbe.jpg",
521
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/3156423.53bbf89766dbe.jpg",
522
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/3156423.53bbf89766dbe.jpg",
523
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/3156423.53bbf89766dbe.jpg"
524
+ },
525
+ "display_name": "Steven Darden",
526
+ "fields": [
527
+ "Illustration",
528
+ "Character Design",
529
+ "Digital Art"
530
+ ],
531
+ "has_default_image": 0,
532
+ "website": "http://stevendarden.com"
533
+ },
534
+ {
535
+ "id": 50001,
536
+ "first_name": "Matias",
537
+ "last_name": "Corea",
538
+ "username": "MatiasCorea",
539
+ "city": "Brooklyn",
540
+ "state": "New York",
541
+ "country": "United States",
542
+ "location": "Brooklyn, NY, USA",
543
+ "company": "",
544
+ "occupation": "Co-Founder of Behance",
545
+ "created_on": 1182475806,
546
+ "url": "https://www.behance.net/MatiasCorea",
547
+ "images": {
548
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
549
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
550
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
551
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
552
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
553
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
554
+ },
555
+ "display_name": "Matias Corea",
556
+ "fields": [
557
+ "Graphic Design",
558
+ "Print Design",
559
+ "Interaction Design"
560
+ ],
561
+ "has_default_image": 0,
562
+ "website": "http://www.matiascorea.com"
563
+ },
564
+ {
565
+ "id": 1254153,
566
+ "first_name": "Sean",
567
+ "last_name": "Blanda",
568
+ "username": "Blanda",
569
+ "city": "New York",
570
+ "state": "New York",
571
+ "country": "United States",
572
+ "location": "New York, NY, USA",
573
+ "company": "Behance/99U",
574
+ "occupation": "EIC",
575
+ "created_on": 1339872868,
576
+ "url": "https://www.behance.net/Blanda",
577
+ "images": {
578
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/1254153.53b3cf62a46b4.jpg",
579
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/1254153.53b3cf62a46b4.jpg",
580
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/1254153.53b3cf62a46b4.jpg",
581
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/1254153.53b3cf62a46b4.jpg",
582
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/1254153.53b3cf62a46b4.jpg",
583
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/1254153.53b3cf62a46b4.jpg"
584
+ },
585
+ "display_name": "Sean Blanda",
586
+ "fields": [
587
+ "Print Design",
588
+ "Graphic Design",
589
+ "Editorial Design"
590
+ ],
591
+ "has_default_image": 0,
592
+ "website": "http://99U.com"
593
+ },
594
+ {
595
+ "id": 216667,
596
+ "first_name": "Jocelyn K.",
597
+ "last_name": "Glei",
598
+ "username": "jkglei",
599
+ "city": "New York",
600
+ "state": "New York",
601
+ "country": "United States",
602
+ "location": "New York, NY, USA",
603
+ "company": "99U",
604
+ "occupation": "Director & Editor-in-Chief",
605
+ "created_on": 1281999212,
606
+ "url": "https://www.behance.net/jkglei",
607
+ "images": {
608
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/216667.53ac72abdeb1e.jpg",
609
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/216667.53ac72abdeb1e.jpg",
610
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/216667.53ac72abdeb1e.jpg"
611
+ },
612
+ "display_name": "Jocelyn K. Glei",
613
+ "fields": [
614
+ "Graphic Design",
615
+ "Print Design",
616
+ "Editorial Design"
617
+ ],
618
+ "has_default_image": 0,
619
+ "website": "http://99u.com"
620
+ }
621
+ ],
622
+ "stats": {
623
+ "views": 14314,
624
+ "appreciations": 1282,
625
+ "comments": 53
626
+ },
627
+ "conceived_on": -62169984000,
628
+ "features": [
629
+ {
630
+ "featured_on": 1426993202,
631
+ "url": "portfolios.scad.edu/gallery/22886287/99U-Quarterly-Magazine-Issue-No4",
632
+ "site": {
633
+ "id": 113,
634
+ "name": "SCAD Portfolios",
635
+ "key": "scad",
636
+ "icon": "https://a3.behance.net/img/galleries/composed/scad.png",
637
+ "domain": "portfolios.scad.edu",
638
+ "url": "http://portfolios.scad.edu",
639
+ "network_id": 21,
640
+ "ribbon": {
641
+ "image": "https://a3.behance.net/img/galleries/ribbons/1x/scad.png",
642
+ "image_2x": "https://a3.behance.net/img/galleries/ribbons/2x/scad@2x.png"
643
+ }
644
+ }
645
+ }
646
+ ]
647
+ },
648
+ {
649
+ "id": 12139157,
650
+ "name": "Waxed Cotton Robinson Jacket by Union Garage",
651
+ "published_on": 1384461409,
652
+ "created_on": 1384459631,
653
+ "modified_on": 1396286110,
654
+ "url": "https://www.behance.net/gallery/12139157/Waxed-Cotton-Robinson-Jacket-by-Union-Garage",
655
+ "privacy": "public",
656
+ "fields": [
657
+ "Fashion",
658
+ "Product Design"
659
+ ],
660
+ "covers": {
661
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/12139157.5482610d79954.jpg",
662
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/12139157.5482610d79954.jpg",
663
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/12139157.5482610d79954.jpg",
664
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/12139157.5482610d79954.jpg"
665
+ },
666
+ "mature_content": 0,
667
+ "mature_access": "allowed",
668
+ "owners": [
669
+ {
670
+ "id": 50001,
671
+ "first_name": "Matias",
672
+ "last_name": "Corea",
673
+ "username": "MatiasCorea",
674
+ "city": "Brooklyn",
675
+ "state": "New York",
676
+ "country": "United States",
677
+ "location": "Brooklyn, NY, USA",
678
+ "company": "",
679
+ "occupation": "Co-Founder of Behance",
680
+ "created_on": 1182475806,
681
+ "url": "https://www.behance.net/MatiasCorea",
682
+ "images": {
683
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
684
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
685
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
686
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
687
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
688
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
689
+ },
690
+ "display_name": "Matias Corea",
691
+ "fields": [
692
+ "Graphic Design",
693
+ "Print Design",
694
+ "Interaction Design"
695
+ ],
696
+ "has_default_image": 0,
697
+ "website": "http://www.matiascorea.com"
698
+ }
699
+ ],
700
+ "stats": {
701
+ "views": 17237,
702
+ "appreciations": 655,
703
+ "comments": 44
704
+ },
705
+ "conceived_on": -62169984000,
706
+ "features": [
707
+ {
708
+ "featured_on": 1396281602,
709
+ "url": "https://www.behance.net/gallery/12139157/Waxed-Cotton-Robinson-Jacket-by-Union-Garage",
710
+ "site": {
711
+ "id": 1,
712
+ "name": "Behance.net",
713
+ "key": "net",
714
+ "icon": "https://a3.behance.net/img/site/favicon.ico",
715
+ "url": "http://www.behance.net",
716
+ "domain": "www.behance.net",
717
+ "ribbon": {
718
+ "image": "https://a3.behance.net/img/galleries/ribbons/1x/net.png",
719
+ "image_2x": "https://a3.behance.net/img/galleries/ribbons/2x/net@2x.png"
720
+ }
721
+ }
722
+ }
723
+ ]
724
+ },
725
+ {
726
+ "id": 20742761,
727
+ "name": "99U Quarterly Magazine :: Issue No.2",
728
+ "published_on": 1414530019,
729
+ "created_on": 1414085402,
730
+ "modified_on": 1421857655,
731
+ "url": "https://www.behance.net/gallery/20742761/99U-Quarterly-Magazine-Issue-No2",
732
+ "privacy": "public",
733
+ "fields": [
734
+ "Editorial Design",
735
+ "Graphic Design",
736
+ "Print Design"
737
+ ],
738
+ "covers": {
739
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/20742761.544ec0e7a86c0.jpg",
740
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/20742761.544ec0e7a86c0.jpg",
741
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/20742761.544ec0e7a86c0.jpg",
742
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/20742761.544ec0e7a86c0.jpg"
743
+ },
744
+ "mature_content": 0,
745
+ "mature_access": "allowed",
746
+ "owners": [
747
+ {
748
+ "id": 371633,
749
+ "first_name": "Raewyn",
750
+ "last_name": "Brandon",
751
+ "username": "raewynbrandon",
752
+ "city": "New York",
753
+ "state": "New York",
754
+ "country": "United States",
755
+ "location": "New York, NY, USA",
756
+ "company": "Behance",
757
+ "occupation": "Lead Designer",
758
+ "created_on": 1300570825,
759
+ "url": "https://www.behance.net/raewynbrandon",
760
+ "images": {
761
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/371633.53ad927444324.jpg",
762
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/371633.53ad927444324.jpg",
763
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/371633.53ad927444324.jpg"
764
+ },
765
+ "display_name": "Raewyn Brandon",
766
+ "fields": [
767
+ "Graphic Design",
768
+ "Print Design",
769
+ "Editorial Design"
770
+ ],
771
+ "has_default_image": 0,
772
+ "website": "www.raewynbrandon.com"
773
+ },
774
+ {
775
+ "id": 1254153,
776
+ "first_name": "Sean",
777
+ "last_name": "Blanda",
778
+ "username": "Blanda",
779
+ "city": "New York",
780
+ "state": "New York",
781
+ "country": "United States",
782
+ "location": "New York, NY, USA",
783
+ "company": "Behance/99U",
784
+ "occupation": "EIC",
785
+ "created_on": 1339872868,
786
+ "url": "https://www.behance.net/Blanda",
787
+ "images": {
788
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/1254153.53b3cf62a46b4.jpg",
789
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/1254153.53b3cf62a46b4.jpg",
790
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/1254153.53b3cf62a46b4.jpg",
791
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/1254153.53b3cf62a46b4.jpg",
792
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/1254153.53b3cf62a46b4.jpg",
793
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/1254153.53b3cf62a46b4.jpg"
794
+ },
795
+ "display_name": "Sean Blanda",
796
+ "fields": [
797
+ "Print Design",
798
+ "Graphic Design",
799
+ "Editorial Design"
800
+ ],
801
+ "has_default_image": 0,
802
+ "website": "http://99U.com"
803
+ },
804
+ {
805
+ "id": 2793831,
806
+ "first_name": "Sasha",
807
+ "last_name": "VanHoven",
808
+ "username": "svanho",
809
+ "city": "New York",
810
+ "state": "New York",
811
+ "country": "United States",
812
+ "location": "New York, NY, USA",
813
+ "company": "",
814
+ "occupation": "",
815
+ "created_on": 1369857560,
816
+ "url": "https://www.behance.net/svanho",
817
+ "images": {
818
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/2793831.53baa56d75e27.jpg",
819
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/2793831.53baa56d75e27.jpg",
820
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/2793831.53baa56d75e27.jpg",
821
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/2793831.53baa56d75e27.jpg",
822
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/2793831.53baa56d75e27.jpg",
823
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/2793831.53baa56d75e27.jpg"
824
+ },
825
+ "display_name": "Sasha VanHoven",
826
+ "fields": [
827
+ "Print Design",
828
+ "Graphic Design",
829
+ "Editorial Design"
830
+ ],
831
+ "has_default_image": 0,
832
+ "website": "www.sashavanhoven.com"
833
+ },
834
+ {
835
+ "id": 216667,
836
+ "first_name": "Jocelyn K.",
837
+ "last_name": "Glei",
838
+ "username": "jkglei",
839
+ "city": "New York",
840
+ "state": "New York",
841
+ "country": "United States",
842
+ "location": "New York, NY, USA",
843
+ "company": "99U",
844
+ "occupation": "Director & Editor-in-Chief",
845
+ "created_on": 1281999212,
846
+ "url": "https://www.behance.net/jkglei",
847
+ "images": {
848
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/216667.53ac72abdeb1e.jpg",
849
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/216667.53ac72abdeb1e.jpg",
850
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/216667.53ac72abdeb1e.jpg"
851
+ },
852
+ "display_name": "Jocelyn K. Glei",
853
+ "fields": [
854
+ "Graphic Design",
855
+ "Print Design",
856
+ "Editorial Design"
857
+ ],
858
+ "has_default_image": 0,
859
+ "website": "http://99u.com"
860
+ },
861
+ {
862
+ "id": 2415911,
863
+ "first_name": "Vincent",
864
+ "last_name": "Mahé",
865
+ "username": "vincentmahe",
866
+ "city": "Paris",
867
+ "state": "",
868
+ "country": "France",
869
+ "location": "Paris, France",
870
+ "company": "Costume 3 pièces",
871
+ "occupation": "Illustrator",
872
+ "created_on": 1364227150,
873
+ "url": "https://www.behance.net/vincentmahe",
874
+ "images": {
875
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/2415911.53b910607786c.jpg",
876
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/2415911.53b910607786c.jpg",
877
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/2415911.53b910607786c.jpg",
878
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/2415911.53b910607786c.jpg",
879
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/2415911.53b910607786c.jpg",
880
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/2415911.53b910607786c.jpg"
881
+ },
882
+ "display_name": "Vincent Mahé",
883
+ "fields": [
884
+ "Illustration",
885
+ "Drawing",
886
+ "Editorial Design"
887
+ ],
888
+ "has_default_image": 0,
889
+ "website": ""
890
+ },
891
+ {
892
+ "id": 50001,
893
+ "first_name": "Matias",
894
+ "last_name": "Corea",
895
+ "username": "MatiasCorea",
896
+ "city": "Brooklyn",
897
+ "state": "New York",
898
+ "country": "United States",
899
+ "location": "Brooklyn, NY, USA",
900
+ "company": "",
901
+ "occupation": "Co-Founder of Behance",
902
+ "created_on": 1182475806,
903
+ "url": "https://www.behance.net/MatiasCorea",
904
+ "images": {
905
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
906
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
907
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
908
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
909
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
910
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
911
+ },
912
+ "display_name": "Matias Corea",
913
+ "fields": [
914
+ "Graphic Design",
915
+ "Print Design",
916
+ "Interaction Design"
917
+ ],
918
+ "has_default_image": 0,
919
+ "website": "http://www.matiascorea.com"
920
+ }
921
+ ],
922
+ "stats": {
923
+ "views": 20030,
924
+ "appreciations": 1502,
925
+ "comments": 55
926
+ },
927
+ "conceived_on": -62169984000
928
+ },
929
+ {
930
+ "id": 20742993,
931
+ "name": "99U Quarterly Magazine :: Issue No.3",
932
+ "published_on": 1414592493,
933
+ "created_on": 1414085923,
934
+ "modified_on": 1421790844,
935
+ "url": "https://www.behance.net/gallery/20742993/99U-Quarterly-Magazine-Issue-No3",
936
+ "privacy": "public",
937
+ "fields": [
938
+ "Editorial Design",
939
+ "Graphic Design",
940
+ "Print Design"
941
+ ],
942
+ "covers": {
943
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/20742993.544ec14e58cde.jpg",
944
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/20742993.544ec14e58cde.jpg",
945
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/20742993.544ec14e58cde.jpg",
946
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/20742993.544ec14e58cde.jpg"
947
+ },
948
+ "mature_content": 0,
949
+ "mature_access": "allowed",
950
+ "owners": [
951
+ {
952
+ "id": 371633,
953
+ "first_name": "Raewyn",
954
+ "last_name": "Brandon",
955
+ "username": "raewynbrandon",
956
+ "city": "New York",
957
+ "state": "New York",
958
+ "country": "United States",
959
+ "location": "New York, NY, USA",
960
+ "company": "Behance",
961
+ "occupation": "Lead Designer",
962
+ "created_on": 1300570825,
963
+ "url": "https://www.behance.net/raewynbrandon",
964
+ "images": {
965
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/371633.53ad927444324.jpg",
966
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/371633.53ad927444324.jpg",
967
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/371633.53ad927444324.jpg"
968
+ },
969
+ "display_name": "Raewyn Brandon",
970
+ "fields": [
971
+ "Graphic Design",
972
+ "Print Design",
973
+ "Editorial Design"
974
+ ],
975
+ "has_default_image": 0,
976
+ "website": "www.raewynbrandon.com"
977
+ },
978
+ {
979
+ "id": 1254153,
980
+ "first_name": "Sean",
981
+ "last_name": "Blanda",
982
+ "username": "Blanda",
983
+ "city": "New York",
984
+ "state": "New York",
985
+ "country": "United States",
986
+ "location": "New York, NY, USA",
987
+ "company": "Behance/99U",
988
+ "occupation": "EIC",
989
+ "created_on": 1339872868,
990
+ "url": "https://www.behance.net/Blanda",
991
+ "images": {
992
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/1254153.53b3cf62a46b4.jpg",
993
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/1254153.53b3cf62a46b4.jpg",
994
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/1254153.53b3cf62a46b4.jpg",
995
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/1254153.53b3cf62a46b4.jpg",
996
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/1254153.53b3cf62a46b4.jpg",
997
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/1254153.53b3cf62a46b4.jpg"
998
+ },
999
+ "display_name": "Sean Blanda",
1000
+ "fields": [
1001
+ "Print Design",
1002
+ "Graphic Design",
1003
+ "Editorial Design"
1004
+ ],
1005
+ "has_default_image": 0,
1006
+ "website": "http://99U.com"
1007
+ },
1008
+ {
1009
+ "id": 551825,
1010
+ "first_name": "MUTI",
1011
+ "last_name": " ",
1012
+ "username": "muti",
1013
+ "city": "Cape Town",
1014
+ "state": "",
1015
+ "country": "South Africa",
1016
+ "location": "Cape Town, South Africa",
1017
+ "company": "MUTI",
1018
+ "occupation": "",
1019
+ "created_on": 1311233058,
1020
+ "url": "https://www.behance.net/muti",
1021
+ "images": {
1022
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/551825.53af07f65c7c4.jpg",
1023
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/551825.53af07f65c7c4.jpg",
1024
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/551825.53af07f65c7c4.jpg",
1025
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/551825.53af07f65c7c4.jpg",
1026
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/551825.53af07f65c7c4.jpg",
1027
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/551825.53af07f65c7c4.jpg"
1028
+ },
1029
+ "display_name": "MUTI",
1030
+ "fields": [
1031
+ "Illustration",
1032
+ "Typography",
1033
+ "Icon Design"
1034
+ ],
1035
+ "has_default_image": 0,
1036
+ "website": "www.studiomuti.co.za"
1037
+ },
1038
+ {
1039
+ "id": 216667,
1040
+ "first_name": "Jocelyn K.",
1041
+ "last_name": "Glei",
1042
+ "username": "jkglei",
1043
+ "city": "New York",
1044
+ "state": "New York",
1045
+ "country": "United States",
1046
+ "location": "New York, NY, USA",
1047
+ "company": "99U",
1048
+ "occupation": "Director & Editor-in-Chief",
1049
+ "created_on": 1281999212,
1050
+ "url": "https://www.behance.net/jkglei",
1051
+ "images": {
1052
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/216667.53ac72abdeb1e.jpg",
1053
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/216667.53ac72abdeb1e.jpg",
1054
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/216667.53ac72abdeb1e.jpg"
1055
+ },
1056
+ "display_name": "Jocelyn K. Glei",
1057
+ "fields": [
1058
+ "Graphic Design",
1059
+ "Print Design",
1060
+ "Editorial Design"
1061
+ ],
1062
+ "has_default_image": 0,
1063
+ "website": "http://99u.com"
1064
+ },
1065
+ {
1066
+ "id": 2793831,
1067
+ "first_name": "Sasha",
1068
+ "last_name": "VanHoven",
1069
+ "username": "svanho",
1070
+ "city": "New York",
1071
+ "state": "New York",
1072
+ "country": "United States",
1073
+ "location": "New York, NY, USA",
1074
+ "company": "",
1075
+ "occupation": "",
1076
+ "created_on": 1369857560,
1077
+ "url": "https://www.behance.net/svanho",
1078
+ "images": {
1079
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/2793831.53baa56d75e27.jpg",
1080
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/2793831.53baa56d75e27.jpg",
1081
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/2793831.53baa56d75e27.jpg",
1082
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/2793831.53baa56d75e27.jpg",
1083
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/2793831.53baa56d75e27.jpg",
1084
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/2793831.53baa56d75e27.jpg"
1085
+ },
1086
+ "display_name": "Sasha VanHoven",
1087
+ "fields": [
1088
+ "Print Design",
1089
+ "Graphic Design",
1090
+ "Editorial Design"
1091
+ ],
1092
+ "has_default_image": 0,
1093
+ "website": "www.sashavanhoven.com"
1094
+ },
1095
+ {
1096
+ "id": 687028,
1097
+ "first_name": "Alejandro",
1098
+ "last_name": "Torres Viera",
1099
+ "username": "atorresviera",
1100
+ "city": "Brooklyn",
1101
+ "state": "New York",
1102
+ "country": "United States",
1103
+ "location": "Brooklyn, NY, USA",
1104
+ "company": "",
1105
+ "occupation": "Digital / Print Designer",
1106
+ "created_on": 1318285316,
1107
+ "url": "https://www.behance.net/atorresviera",
1108
+ "images": {
1109
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/687028.545b1d4b49031.jpg",
1110
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/687028.545b1d4b49031.jpg",
1111
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/687028.545b1d4b49031.jpg",
1112
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/687028.545b1d4b49031.jpg",
1113
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/687028.545b1d4b49031.jpg",
1114
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/687028.545b1d4b49031.jpg"
1115
+ },
1116
+ "display_name": "Alejandro Torres Viera",
1117
+ "fields": [
1118
+ "Graphic Design",
1119
+ "Print Design",
1120
+ "Illustration"
1121
+ ],
1122
+ "has_default_image": 0,
1123
+ "website": "atorresviera.com"
1124
+ },
1125
+ {
1126
+ "id": 50001,
1127
+ "first_name": "Matias",
1128
+ "last_name": "Corea",
1129
+ "username": "MatiasCorea",
1130
+ "city": "Brooklyn",
1131
+ "state": "New York",
1132
+ "country": "United States",
1133
+ "location": "Brooklyn, NY, USA",
1134
+ "company": "",
1135
+ "occupation": "Co-Founder of Behance",
1136
+ "created_on": 1182475806,
1137
+ "url": "https://www.behance.net/MatiasCorea",
1138
+ "images": {
1139
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
1140
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
1141
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
1142
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
1143
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
1144
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
1145
+ },
1146
+ "display_name": "Matias Corea",
1147
+ "fields": [
1148
+ "Graphic Design",
1149
+ "Print Design",
1150
+ "Interaction Design"
1151
+ ],
1152
+ "has_default_image": 0,
1153
+ "website": "http://www.matiascorea.com"
1154
+ }
1155
+ ],
1156
+ "stats": {
1157
+ "views": 29681,
1158
+ "appreciations": 2866,
1159
+ "comments": 141
1160
+ },
1161
+ "conceived_on": -62169984000
1162
+ },
1163
+ {
1164
+ "id": 16756497,
1165
+ "name": "Wallpaper by Behance",
1166
+ "published_on": 1402402968,
1167
+ "created_on": 1399650641,
1168
+ "modified_on": 1403707437,
1169
+ "url": "https://www.behance.net/gallery/16756497/Wallpaper-by-Behance",
1170
+ "privacy": "public",
1171
+ "fields": [
1172
+ "Interaction Design",
1173
+ "UI/UX"
1174
+ ],
1175
+ "covers": {
1176
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/16756497.548b75970faf3.png",
1177
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/16756497.548b75970faf3.png",
1178
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/16756497.548b75970faf3.png",
1179
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/16756497.548b75970faf3.png"
1180
+ },
1181
+ "mature_content": 0,
1182
+ "mature_access": "allowed",
1183
+ "owners": [
1184
+ {
1185
+ "id": 2445189,
1186
+ "first_name": "Tom",
1187
+ "last_name": "Krcha",
1188
+ "username": "tomkrcha",
1189
+ "city": "San Francisco",
1190
+ "state": "California",
1191
+ "country": "United States",
1192
+ "location": "San Francisco, CA, USA",
1193
+ "company": "Adobe",
1194
+ "occupation": "Product Manager",
1195
+ "created_on": 1364574678,
1196
+ "url": "https://www.behance.net/tomkrcha",
1197
+ "images": {
1198
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/2445189.54362989626c2.jpg",
1199
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/2445189.54362989626c2.jpg",
1200
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/2445189.54362989626c2.jpg",
1201
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/2445189.54362989626c2.jpg",
1202
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/2445189.54362989626c2.jpg",
1203
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/2445189.54362989626c2.jpg"
1204
+ },
1205
+ "display_name": "Tom Krcha",
1206
+ "fields": [
1207
+ "Interaction Design",
1208
+ "UI/UX",
1209
+ "Creative Direction"
1210
+ ],
1211
+ "has_default_image": 0,
1212
+ "website": "tomkrcha.com"
1213
+ },
1214
+ {
1215
+ "id": 198911,
1216
+ "first_name": "Eric",
1217
+ "last_name": "Snowden",
1218
+ "username": "ericpaulsnowden",
1219
+ "city": "Brooklyn",
1220
+ "state": "New York",
1221
+ "country": "United States",
1222
+ "location": "Brooklyn, NY, USA",
1223
+ "company": "Adobe / Behance",
1224
+ "occupation": "Director of Design",
1225
+ "created_on": 1279841325,
1226
+ "url": "https://www.behance.net/ericpaulsnowden",
1227
+ "images": {
1228
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/198911.53ac4ceee4e26.gif",
1229
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/198911.53ac4ceee4e26.gif",
1230
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/198911.53ac4ceee4e26.gif",
1231
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/198911.53ac4ceee4e26.gif",
1232
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/198911.53ac4ceee4e26.gif",
1233
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/198911.53ac4ceee4e26.gif"
1234
+ },
1235
+ "display_name": "Eric Snowden",
1236
+ "fields": [
1237
+ "Interaction Design",
1238
+ "UI/UX",
1239
+ "Creative Direction"
1240
+ ],
1241
+ "has_default_image": 0,
1242
+ "website": "http://ericpaulsnowden.com"
1243
+ },
1244
+ {
1245
+ "id": 50004,
1246
+ "first_name": "Scott",
1247
+ "last_name": "Belsky",
1248
+ "username": "sbelsky",
1249
+ "city": "New York",
1250
+ "state": "New York",
1251
+ "country": "United States",
1252
+ "location": "New York, NY, USA",
1253
+ "company": "Adobe",
1254
+ "occupation": "Head of Behance; Community",
1255
+ "created_on": 1182480652,
1256
+ "url": "https://www.behance.net/sbelsky",
1257
+ "images": {
1258
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50004.53a9829c17328.jpg",
1259
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50004.53a9829c17328.jpg",
1260
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50004.53a9829c17328.jpg"
1261
+ },
1262
+ "display_name": "Scott Belsky",
1263
+ "fields": [
1264
+ "Interaction Design",
1265
+ "UI/UX",
1266
+ "Web Design"
1267
+ ],
1268
+ "has_default_image": 0,
1269
+ "website": "http://www.scottbelsky.com"
1270
+ },
1271
+ {
1272
+ "id": 50001,
1273
+ "first_name": "Matias",
1274
+ "last_name": "Corea",
1275
+ "username": "MatiasCorea",
1276
+ "city": "Brooklyn",
1277
+ "state": "New York",
1278
+ "country": "United States",
1279
+ "location": "Brooklyn, NY, USA",
1280
+ "company": "",
1281
+ "occupation": "Co-Founder of Behance",
1282
+ "created_on": 1182475806,
1283
+ "url": "https://www.behance.net/MatiasCorea",
1284
+ "images": {
1285
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
1286
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
1287
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
1288
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
1289
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
1290
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
1291
+ },
1292
+ "display_name": "Matias Corea",
1293
+ "fields": [
1294
+ "Graphic Design",
1295
+ "Print Design",
1296
+ "Interaction Design"
1297
+ ],
1298
+ "has_default_image": 0,
1299
+ "website": "http://www.matiascorea.com"
1300
+ },
1301
+ {
1302
+ "id": 2820793,
1303
+ "first_name": "Lee",
1304
+ "last_name": "Brimelow",
1305
+ "username": "leebrimelow",
1306
+ "city": "San Francisco",
1307
+ "state": "California",
1308
+ "country": "United States",
1309
+ "location": "San Francisco, CA, USA",
1310
+ "company": "Adobe Systems",
1311
+ "occupation": "Lead Product Designer",
1312
+ "created_on": 1370311163,
1313
+ "url": "https://www.behance.net/leebrimelow",
1314
+ "images": {
1315
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/2820793.53bac1d5576a8.jpg",
1316
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/2820793.53bac1d5576a8.jpg",
1317
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/2820793.53bac1d5576a8.jpg",
1318
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/2820793.53bac1d5576a8.jpg",
1319
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/2820793.53bac1d5576a8.jpg",
1320
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/2820793.53bac1d5576a8.jpg"
1321
+ },
1322
+ "display_name": "Lee Brimelow",
1323
+ "fields": [
1324
+ "UI/UX",
1325
+ "Print Design",
1326
+ "Interaction Design"
1327
+ ],
1328
+ "has_default_image": 0,
1329
+ "website": "http://www.leebrimelow.com"
1330
+ }
1331
+ ],
1332
+ "stats": {
1333
+ "views": 3039,
1334
+ "appreciations": 182,
1335
+ "comments": 31
1336
+ },
1337
+ "conceived_on": -62169984000
1338
+ },
1339
+ {
1340
+ "id": 16903839,
1341
+ "name": "99U Conference :: Branding Collateral 2014",
1342
+ "published_on": 1400273024,
1343
+ "created_on": 1400176992,
1344
+ "modified_on": 1414592065,
1345
+ "url": "https://www.behance.net/gallery/16903839/99U-Conference-Branding-Collateral-2014",
1346
+ "privacy": "public",
11
1347
  "fields": [
12
1348
  "Branding",
13
- "Product Design"
14
- ],
1349
+ "Graphic Design",
1350
+ "Print Design"
1351
+ ],
15
1352
  "covers": {
16
- "115": "http://behance.vo.llnwd.net/profiles/50001/projects/3882857/115xb09a269d4b56d6ff5c640364208d3480.jpg",
17
- "202": "http://behance.vo.llnwd.net/profiles/50001/projects/3882857/b09a269d4b56d6ff5c640364208d3480.jpg"
1353
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/16903839.548bac096401d.jpg",
1354
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/16903839.548bac096401d.jpg",
1355
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/16903839.548bac096401d.jpg",
1356
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/16903839.548bac096401d.jpg"
18
1357
  },
19
1358
  "mature_content": 0,
20
- "owners": {
21
- "50001": {
1359
+ "mature_access": "allowed",
1360
+ "owners": [
1361
+ {
1362
+ "id": 371633,
1363
+ "first_name": "Raewyn",
1364
+ "last_name": "Brandon",
1365
+ "username": "raewynbrandon",
1366
+ "city": "New York",
1367
+ "state": "New York",
1368
+ "country": "United States",
1369
+ "location": "New York, NY, USA",
1370
+ "company": "Behance",
1371
+ "occupation": "Lead Designer",
1372
+ "created_on": 1300570825,
1373
+ "url": "https://www.behance.net/raewynbrandon",
1374
+ "images": {
1375
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/371633.53ad927444324.jpg",
1376
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/371633.53ad927444324.jpg",
1377
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/371633.53ad927444324.jpg"
1378
+ },
1379
+ "display_name": "Raewyn Brandon",
1380
+ "fields": [
1381
+ "Graphic Design",
1382
+ "Print Design",
1383
+ "Editorial Design"
1384
+ ],
1385
+ "has_default_image": 0,
1386
+ "website": "www.raewynbrandon.com"
1387
+ },
1388
+ {
1389
+ "id": 216667,
1390
+ "first_name": "Jocelyn K.",
1391
+ "last_name": "Glei",
1392
+ "username": "jkglei",
1393
+ "city": "New York",
1394
+ "state": "New York",
1395
+ "country": "United States",
1396
+ "location": "New York, NY, USA",
1397
+ "company": "99U",
1398
+ "occupation": "Director & Editor-in-Chief",
1399
+ "created_on": 1281999212,
1400
+ "url": "https://www.behance.net/jkglei",
1401
+ "images": {
1402
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/216667.53ac72abdeb1e.jpg",
1403
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/216667.53ac72abdeb1e.jpg",
1404
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/216667.53ac72abdeb1e.jpg"
1405
+ },
1406
+ "display_name": "Jocelyn K. Glei",
1407
+ "fields": [
1408
+ "Graphic Design",
1409
+ "Print Design",
1410
+ "Editorial Design"
1411
+ ],
1412
+ "has_default_image": 0,
1413
+ "website": "http://99u.com"
1414
+ },
1415
+ {
22
1416
  "id": 50001,
23
1417
  "first_name": "Matias",
24
1418
  "last_name": "Corea",
@@ -26,26 +1420,236 @@
26
1420
  "city": "Brooklyn",
27
1421
  "state": "New York",
28
1422
  "country": "United States",
1423
+ "location": "Brooklyn, NY, USA",
1424
+ "company": "",
1425
+ "occupation": "Co-Founder of Behance",
1426
+ "created_on": 1182475806,
1427
+ "url": "https://www.behance.net/MatiasCorea",
1428
+ "images": {
1429
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
1430
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
1431
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
1432
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
1433
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
1434
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
1435
+ },
1436
+ "display_name": "Matias Corea",
1437
+ "fields": [
1438
+ "Graphic Design",
1439
+ "Print Design",
1440
+ "Interaction Design"
1441
+ ],
1442
+ "has_default_image": 0,
1443
+ "website": "http://www.matiascorea.com"
1444
+ },
1445
+ {
1446
+ "id": 2793831,
1447
+ "first_name": "Sasha",
1448
+ "last_name": "VanHoven",
1449
+ "username": "svanho",
1450
+ "city": "New York",
1451
+ "state": "New York",
1452
+ "country": "United States",
1453
+ "location": "New York, NY, USA",
1454
+ "company": "",
1455
+ "occupation": "",
1456
+ "created_on": 1369857560,
1457
+ "url": "https://www.behance.net/svanho",
1458
+ "images": {
1459
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/2793831.53baa56d75e27.jpg",
1460
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/2793831.53baa56d75e27.jpg",
1461
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/2793831.53baa56d75e27.jpg",
1462
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/2793831.53baa56d75e27.jpg",
1463
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/2793831.53baa56d75e27.jpg",
1464
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/2793831.53baa56d75e27.jpg"
1465
+ },
1466
+ "display_name": "Sasha VanHoven",
1467
+ "fields": [
1468
+ "Print Design",
1469
+ "Graphic Design",
1470
+ "Editorial Design"
1471
+ ],
1472
+ "has_default_image": 0,
1473
+ "website": "www.sashavanhoven.com"
1474
+ },
1475
+ {
1476
+ "id": 1254153,
1477
+ "first_name": "Sean",
1478
+ "last_name": "Blanda",
1479
+ "username": "Blanda",
1480
+ "city": "New York",
1481
+ "state": "New York",
1482
+ "country": "United States",
1483
+ "location": "New York, NY, USA",
1484
+ "company": "Behance/99U",
1485
+ "occupation": "EIC",
1486
+ "created_on": 1339872868,
1487
+ "url": "https://www.behance.net/Blanda",
1488
+ "images": {
1489
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/1254153.53b3cf62a46b4.jpg",
1490
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/1254153.53b3cf62a46b4.jpg",
1491
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/1254153.53b3cf62a46b4.jpg",
1492
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/1254153.53b3cf62a46b4.jpg",
1493
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/1254153.53b3cf62a46b4.jpg",
1494
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/1254153.53b3cf62a46b4.jpg"
1495
+ },
1496
+ "display_name": "Sean Blanda",
1497
+ "fields": [
1498
+ "Print Design",
1499
+ "Graphic Design",
1500
+ "Editorial Design"
1501
+ ],
1502
+ "has_default_image": 0,
1503
+ "website": "http://99U.com"
1504
+ }
1505
+ ],
1506
+ "stats": {
1507
+ "views": 25401,
1508
+ "appreciations": 1241,
1509
+ "comments": 75
1510
+ },
1511
+ "conceived_on": -62169984000
1512
+ },
1513
+ {
1514
+ "id": 16758545,
1515
+ "name": "99U Quarterly Magazine :: Issue No.1",
1516
+ "published_on": 1399667783,
1517
+ "created_on": 1399655081,
1518
+ "modified_on": 1421163060,
1519
+ "url": "https://www.behance.net/gallery/16758545/99U-Quarterly-Magazine-Issue-No1",
1520
+ "privacy": "public",
1521
+ "fields": [
1522
+ "Editorial Design",
1523
+ "Graphic Design",
1524
+ "Print Design"
1525
+ ],
1526
+ "covers": {
1527
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/16758545.548b75eb31574.jpg",
1528
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/16758545.548b75eb31574.jpg",
1529
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/16758545.548b75eb31574.jpg",
1530
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/16758545.548b75eb31574.jpg"
1531
+ },
1532
+ "mature_content": 0,
1533
+ "mature_access": "allowed",
1534
+ "owners": [
1535
+ {
1536
+ "id": 371633,
1537
+ "first_name": "Raewyn",
1538
+ "last_name": "Brandon",
1539
+ "username": "raewynbrandon",
1540
+ "city": "New York",
1541
+ "state": "New York",
1542
+ "country": "United States",
1543
+ "location": "New York, NY, USA",
29
1544
  "company": "Behance",
30
- "occupation": "Chief Designer & Co-Founder",
1545
+ "occupation": "Lead Designer",
1546
+ "created_on": 1300570825,
1547
+ "url": "https://www.behance.net/raewynbrandon",
1548
+ "images": {
1549
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/371633.53ad927444324.jpg",
1550
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/371633.53ad927444324.jpg",
1551
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/371633.53ad927444324.jpg"
1552
+ },
1553
+ "display_name": "Raewyn Brandon",
1554
+ "fields": [
1555
+ "Graphic Design",
1556
+ "Print Design",
1557
+ "Editorial Design"
1558
+ ],
1559
+ "has_default_image": 0,
1560
+ "website": "www.raewynbrandon.com"
1561
+ },
1562
+ {
1563
+ "id": 50001,
1564
+ "first_name": "Matias",
1565
+ "last_name": "Corea",
1566
+ "username": "MatiasCorea",
1567
+ "city": "Brooklyn",
1568
+ "state": "New York",
1569
+ "country": "United States",
1570
+ "location": "Brooklyn, NY, USA",
1571
+ "company": "",
1572
+ "occupation": "Co-Founder of Behance",
31
1573
  "created_on": 1182475806,
32
- "url": "http://www.behance.net/MatiasCorea",
1574
+ "url": "https://www.behance.net/MatiasCorea",
1575
+ "images": {
1576
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
1577
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
1578
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
1579
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
1580
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
1581
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
1582
+ },
33
1583
  "display_name": "Matias Corea",
1584
+ "fields": [
1585
+ "Graphic Design",
1586
+ "Print Design",
1587
+ "Interaction Design"
1588
+ ],
1589
+ "has_default_image": 0,
1590
+ "website": "http://www.matiascorea.com"
1591
+ },
1592
+ {
1593
+ "id": 796819,
1594
+ "first_name": "Karolis",
1595
+ "last_name": "Strautniekas",
1596
+ "username": "strautniekas",
1597
+ "city": "Vilnius",
1598
+ "state": "",
1599
+ "country": "Lithuania",
1600
+ "location": "Vilnius, Lithuania",
1601
+ "company": "",
1602
+ "occupation": "Illustrator",
1603
+ "created_on": 1323533747,
1604
+ "url": "https://www.behance.net/strautniekas",
34
1605
  "images": {
35
- "32": "http://behance.vo.llnwd.net/profiles/50001/32xac8d5163265f6898d0b970dbfcdf4868.png",
36
- "50": "http://behance.vo.llnwd.net/profiles/50001/50xac8d5163265f6898d0b970dbfcdf4868.png",
37
- "78": "http://behance.vo.llnwd.net/profiles/50001/78xac8d5163265f6898d0b970dbfcdf4868.png",
38
- "115": "http://behance.vo.llnwd.net/profiles/50001/115xac8d5163265f6898d0b970dbfcdf4868.png",
39
- "129": "http://behance.vo.llnwd.net/profiles/50001/129xac8d5163265f6898d0b970dbfcdf4868.png",
40
- "138": "http://behance.vo.llnwd.net/profiles/50001/ac8d5163265f6898d0b970dbfcdf4868.png"
1606
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/796819.53b0c3f97cc8c.png",
1607
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/796819.53b0c3f97cc8c.png",
1608
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/796819.53b0c3f97cc8c.png",
1609
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/796819.53b0c3f97cc8c.png",
1610
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/796819.53b0c3f97cc8c.png",
1611
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/796819.53b0c3f97cc8c.png"
41
1612
  },
1613
+ "display_name": "Karolis Strautniekas",
42
1614
  "fields": [
43
- "Web Design",
44
- "Typography",
45
- "Interaction Design"
46
- ]
1615
+ "Illustration",
1616
+ "Drawing",
1617
+ "Digital Art"
1618
+ ],
1619
+ "has_default_image": 0,
1620
+ "website": "www.strautniekas.com"
1621
+ },
1622
+ {
1623
+ "id": 1254153,
1624
+ "first_name": "Sean",
1625
+ "last_name": "Blanda",
1626
+ "username": "Blanda",
1627
+ "city": "New York",
1628
+ "state": "New York",
1629
+ "country": "United States",
1630
+ "location": "New York, NY, USA",
1631
+ "company": "Behance/99U",
1632
+ "occupation": "EIC",
1633
+ "created_on": 1339872868,
1634
+ "url": "https://www.behance.net/Blanda",
1635
+ "images": {
1636
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/1254153.53b3cf62a46b4.jpg",
1637
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/1254153.53b3cf62a46b4.jpg",
1638
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/1254153.53b3cf62a46b4.jpg",
1639
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/1254153.53b3cf62a46b4.jpg",
1640
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/1254153.53b3cf62a46b4.jpg",
1641
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/1254153.53b3cf62a46b4.jpg"
1642
+ },
1643
+ "display_name": "Sean Blanda",
1644
+ "fields": [
1645
+ "Print Design",
1646
+ "Graphic Design",
1647
+ "Editorial Design"
1648
+ ],
1649
+ "has_default_image": 0,
1650
+ "website": "http://99U.com"
47
1651
  },
48
- "216667": {
1652
+ {
49
1653
  "id": 216667,
50
1654
  "first_name": "Jocelyn K.",
51
1655
  "last_name": "Glei",
@@ -53,164 +1657,464 @@
53
1657
  "city": "New York",
54
1658
  "state": "New York",
55
1659
  "country": "United States",
1660
+ "location": "New York, NY, USA",
56
1661
  "company": "99U",
57
1662
  "occupation": "Director & Editor-in-Chief",
58
1663
  "created_on": 1281999212,
59
- "url": "http://www.behance.net/jkglei",
1664
+ "url": "https://www.behance.net/jkglei",
1665
+ "images": {
1666
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/216667.53ac72abdeb1e.jpg",
1667
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/216667.53ac72abdeb1e.jpg",
1668
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/216667.53ac72abdeb1e.jpg"
1669
+ },
60
1670
  "display_name": "Jocelyn K. Glei",
1671
+ "fields": [
1672
+ "Graphic Design",
1673
+ "Print Design",
1674
+ "Editorial Design"
1675
+ ],
1676
+ "has_default_image": 0,
1677
+ "website": "http://99u.com"
1678
+ },
1679
+ {
1680
+ "id": 2793831,
1681
+ "first_name": "Sasha",
1682
+ "last_name": "VanHoven",
1683
+ "username": "svanho",
1684
+ "city": "New York",
1685
+ "state": "New York",
1686
+ "country": "United States",
1687
+ "location": "New York, NY, USA",
1688
+ "company": "",
1689
+ "occupation": "",
1690
+ "created_on": 1369857560,
1691
+ "url": "https://www.behance.net/svanho",
61
1692
  "images": {
62
- "32": "http://behance.vo.llnwd.net/profiles5/216667/32xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
63
- "50": "http://behance.vo.llnwd.net/profiles5/216667/50xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
64
- "78": "http://behance.vo.llnwd.net/profiles5/216667/78xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
65
- "115": "http://behance.vo.llnwd.net/profiles5/216667/115xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
66
- "129": "http://behance.vo.llnwd.net/profiles5/216667/129xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
67
- "138": "http://behance.vo.llnwd.net/profiles5/216667/fa36ffb549a1fa9d4a16a0f8d1709146.jpg"
1693
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/2793831.53baa56d75e27.jpg",
1694
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/2793831.53baa56d75e27.jpg",
1695
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/2793831.53baa56d75e27.jpg",
1696
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/2793831.53baa56d75e27.jpg",
1697
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/2793831.53baa56d75e27.jpg",
1698
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/2793831.53baa56d75e27.jpg"
68
1699
  },
1700
+ "display_name": "Sasha VanHoven",
69
1701
  "fields": [
70
- "Editing",
71
- "Writing",
72
- "Publishing"
73
- ]
1702
+ "Print Design",
1703
+ "Graphic Design",
1704
+ "Editorial Design"
1705
+ ],
1706
+ "has_default_image": 0,
1707
+ "website": "www.sashavanhoven.com"
74
1708
  }
1709
+ ],
1710
+ "stats": {
1711
+ "views": 24597,
1712
+ "appreciations": 1989,
1713
+ "comments": 103
1714
+ },
1715
+ "conceived_on": -62169984000
1716
+ },
1717
+ {
1718
+ "id": 16668327,
1719
+ "name": "99U Conference :: Motion Reel 2014",
1720
+ "published_on": 1399398004,
1721
+ "created_on": 1399385061,
1722
+ "modified_on": 1401502908,
1723
+ "url": "https://www.behance.net/gallery/16668327/99U-Conference-Motion-Reel-2014",
1724
+ "privacy": "public",
1725
+ "fields": [
1726
+ "Graphic Design",
1727
+ "Motion Graphics",
1728
+ "Typography"
1729
+ ],
1730
+ "covers": {
1731
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/16668327.548b5551b1354.png",
1732
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/16668327.548b5551b1354.png",
1733
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/16668327.548b5551b1354.png",
1734
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/16668327.548b5551b1354.png"
75
1735
  },
1736
+ "mature_content": 0,
1737
+ "mature_access": "allowed",
1738
+ "owners": [
1739
+ {
1740
+ "id": 371633,
1741
+ "first_name": "Raewyn",
1742
+ "last_name": "Brandon",
1743
+ "username": "raewynbrandon",
1744
+ "city": "New York",
1745
+ "state": "New York",
1746
+ "country": "United States",
1747
+ "location": "New York, NY, USA",
1748
+ "company": "Behance",
1749
+ "occupation": "Lead Designer",
1750
+ "created_on": 1300570825,
1751
+ "url": "https://www.behance.net/raewynbrandon",
1752
+ "images": {
1753
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/371633.53ad927444324.jpg",
1754
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/371633.53ad927444324.jpg",
1755
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/371633.53ad927444324.jpg"
1756
+ },
1757
+ "display_name": "Raewyn Brandon",
1758
+ "fields": [
1759
+ "Graphic Design",
1760
+ "Print Design",
1761
+ "Editorial Design"
1762
+ ],
1763
+ "has_default_image": 0,
1764
+ "website": "www.raewynbrandon.com"
1765
+ },
1766
+ {
1767
+ "id": 216667,
1768
+ "first_name": "Jocelyn K.",
1769
+ "last_name": "Glei",
1770
+ "username": "jkglei",
1771
+ "city": "New York",
1772
+ "state": "New York",
1773
+ "country": "United States",
1774
+ "location": "New York, NY, USA",
1775
+ "company": "99U",
1776
+ "occupation": "Director & Editor-in-Chief",
1777
+ "created_on": 1281999212,
1778
+ "url": "https://www.behance.net/jkglei",
1779
+ "images": {
1780
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/216667.53ac72abdeb1e.jpg",
1781
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/216667.53ac72abdeb1e.jpg",
1782
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/216667.53ac72abdeb1e.jpg"
1783
+ },
1784
+ "display_name": "Jocelyn K. Glei",
1785
+ "fields": [
1786
+ "Graphic Design",
1787
+ "Print Design",
1788
+ "Editorial Design"
1789
+ ],
1790
+ "has_default_image": 0,
1791
+ "website": "http://99u.com"
1792
+ },
1793
+ {
1794
+ "id": 50001,
1795
+ "first_name": "Matias",
1796
+ "last_name": "Corea",
1797
+ "username": "MatiasCorea",
1798
+ "city": "Brooklyn",
1799
+ "state": "New York",
1800
+ "country": "United States",
1801
+ "location": "Brooklyn, NY, USA",
1802
+ "company": "",
1803
+ "occupation": "Co-Founder of Behance",
1804
+ "created_on": 1182475806,
1805
+ "url": "https://www.behance.net/MatiasCorea",
1806
+ "images": {
1807
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
1808
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
1809
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
1810
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
1811
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
1812
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
1813
+ },
1814
+ "display_name": "Matias Corea",
1815
+ "fields": [
1816
+ "Graphic Design",
1817
+ "Print Design",
1818
+ "Interaction Design"
1819
+ ],
1820
+ "has_default_image": 0,
1821
+ "website": "http://www.matiascorea.com"
1822
+ }
1823
+ ],
76
1824
  "stats": {
77
- "views": 1870,
78
- "appreciations": 148,
79
- "comments": 15
80
- }
81
- },
82
- {
83
- "id": 3856261,
84
- "name": "99% Conference 2012: Identity & Branded Materials",
85
- "published_on": 1336512105,
86
- "created_on": 1336400037,
87
- "modified_on": 1345057073,
88
- "url": "http://www.behance.net/gallery/99-Conference-2012-Identity-Branded-Materials/3856261",
89
- "fields": [
90
- "Branding",
91
- "Graphic Design",
92
- "Print Design"
93
- ],
94
- "covers": {
95
- "115": "http://behance.vo.llnwd.net/profiles10/371633/projects/3856261/115x9896ba327b0136b1d67230fc31277a3f.jpg",
96
- "202": "http://behance.vo.llnwd.net/profiles10/371633/projects/3856261/9896ba327b0136b1d67230fc31277a3f.jpg"
1825
+ "views": 11695,
1826
+ "appreciations": 1093,
1827
+ "comments": 59
1828
+ },
1829
+ "conceived_on": -62169984000
97
1830
  },
98
- "mature_content": 0,
99
- "owners": {
100
- "371633": {
101
- "id": 371633,
102
- "first_name": "Raewyn",
103
- "last_name": "Brandon",
104
- "username": "raewynbrandon",
105
- "city": "New York",
106
- "state": "New York",
107
- "country": "United States",
108
- "company": "",
109
- "occupation": "Web & Graphic Designer",
110
- "created_on": 1300570825,
111
- "url": "http://www.behance.net/raewynbrandon",
112
- "display_name": "Raewyn Brandon",
113
- "images": {
114
- "32": "http://behance.vo.llnwd.net/profiles10/371633/32x4cadd7e2b4340429ffc29736fcc417bc.jpg",
115
- "50": "http://behance.vo.llnwd.net/profiles10/371633/50x4cadd7e2b4340429ffc29736fcc417bc.jpg",
116
- "78": "http://behance.vo.llnwd.net/profiles10/371633/78x4cadd7e2b4340429ffc29736fcc417bc.jpg",
117
- "115": "http://behance.vo.llnwd.net/profiles10/371633/115x4cadd7e2b4340429ffc29736fcc417bc.jpg",
118
- "129": "http://behance.vo.llnwd.net/profiles10/371633/129x4cadd7e2b4340429ffc29736fcc417bc.jpg",
119
- "138": "http://behance.vo.llnwd.net/profiles10/371633/4cadd7e2b4340429ffc29736fcc417bc.jpg"
120
- },
121
- "fields": [
122
- "Graphic Design",
123
- "Print Design",
124
- "Web Design"
125
- ]
126
- },
127
- "216667": {
128
- "id": 216667,
129
- "first_name": "Jocelyn K.",
130
- "last_name": "Glei",
131
- "username": "jkglei",
132
- "city": "New York",
133
- "state": "New York",
134
- "country": "United States",
135
- "company": "99U",
136
- "occupation": "Director & Editor-in-Chief",
137
- "created_on": 1281999212,
138
- "url": "http://www.behance.net/jkglei",
139
- "display_name": "Jocelyn K. Glei",
140
- "images": {
141
- "32": "http://behance.vo.llnwd.net/profiles5/216667/32xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
142
- "50": "http://behance.vo.llnwd.net/profiles5/216667/50xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
143
- "78": "http://behance.vo.llnwd.net/profiles5/216667/78xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
144
- "115": "http://behance.vo.llnwd.net/profiles5/216667/115xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
145
- "129": "http://behance.vo.llnwd.net/profiles5/216667/129xfa36ffb549a1fa9d4a16a0f8d1709146.jpg",
146
- "138": "http://behance.vo.llnwd.net/profiles5/216667/fa36ffb549a1fa9d4a16a0f8d1709146.jpg"
147
- },
148
- "fields": [
149
- "Editing",
150
- "Writing",
151
- "Publishing"
152
- ]
153
- },
154
- "50001": {
155
- "id": 50001,
156
- "first_name": "Matias",
157
- "last_name": "Corea",
158
- "username": "MatiasCorea",
159
- "city": "Brooklyn",
160
- "state": "New York",
161
- "country": "United States",
162
- "company": "Behance",
163
- "occupation": "Chief Designer & Co-Founder",
164
- "created_on": 1182475806,
165
- "url": "http://www.behance.net/MatiasCorea",
166
- "display_name": "Matias Corea",
167
- "images": {
168
- "32": "http://behance.vo.llnwd.net/profiles/50001/32xac8d5163265f6898d0b970dbfcdf4868.png",
169
- "50": "http://behance.vo.llnwd.net/profiles/50001/50xac8d5163265f6898d0b970dbfcdf4868.png",
170
- "78": "http://behance.vo.llnwd.net/profiles/50001/78xac8d5163265f6898d0b970dbfcdf4868.png",
171
- "115": "http://behance.vo.llnwd.net/profiles/50001/115xac8d5163265f6898d0b970dbfcdf4868.png",
172
- "129": "http://behance.vo.llnwd.net/profiles/50001/129xac8d5163265f6898d0b970dbfcdf4868.png",
173
- "138": "http://behance.vo.llnwd.net/profiles/50001/ac8d5163265f6898d0b970dbfcdf4868.png"
174
- },
175
- "fields": [
176
- "Web Design",
177
- "Typography",
178
- "Interaction Design"
179
- ]
180
- },
181
- "511814": {
182
- "id": 511814,
183
- "first_name": "Behance",
184
- "last_name": "",
185
- "username": "behance",
186
- "city": "New York",
187
- "state": "New York",
188
- "country": "United States",
189
- "company": "Behance",
190
- "occupation": "",
191
- "created_on": 1308938660,
192
- "url": "http://www.behance.net/behance",
193
- "display_name": "Behance",
194
- "images": {
195
- "32": "http://behance.vo.llnwd.net/profiles25/511814/32xe68d9ad064e2df842a010331a04f253f.jpg",
196
- "50": "http://behance.vo.llnwd.net/profiles25/511814/50xe68d9ad064e2df842a010331a04f253f.jpg",
197
- "78": "http://behance.vo.llnwd.net/profiles25/511814/78xe68d9ad064e2df842a010331a04f253f.jpg",
198
- "115": "http://behance.vo.llnwd.net/profiles25/511814/115xe68d9ad064e2df842a010331a04f253f.jpg",
199
- "129": "http://behance.vo.llnwd.net/profiles25/511814/129xe68d9ad064e2df842a010331a04f253f.jpg",
200
- "138": "http://behance.vo.llnwd.net/profiles25/511814/e68d9ad064e2df842a010331a04f253f.jpg"
201
- },
202
- "fields": [
203
- "Design",
1831
+ {
1832
+ "id": 7295483,
1833
+ "name": "Behance Official iPhone App 2.0",
1834
+ "published_on": 1361661468,
1835
+ "created_on": 1361632431,
1836
+ "modified_on": 1395352341,
1837
+ "url": "https://www.behance.net/gallery/7295483/Behance-Official-iPhone-App-20",
1838
+ "privacy": "public",
1839
+ "fields": [
204
1840
  "Interaction Design",
205
- "Web Development"
206
- ]
207
- }
208
- },
209
- "stats": {
210
- "views": 24186,
211
- "appreciations": 1495,
212
- "comments": 113
1841
+ "UI/UX"
1842
+ ],
1843
+ "covers": {
1844
+ "404": "https://mir-s3-cdn-cf.behance.net/projects/404/7295483.547127c104ecc.png",
1845
+ "202": "https://mir-s3-cdn-cf.behance.net/projects/202/7295483.547127c104ecc.png",
1846
+ "230": "https://mir-s3-cdn-cf.behance.net/projects/230/7295483.547127c104ecc.png",
1847
+ "115": "https://mir-s3-cdn-cf.behance.net/projects/115/7295483.547127c104ecc.png"
1848
+ },
1849
+ "mature_content": 0,
1850
+ "mature_access": "allowed",
1851
+ "owners": [
1852
+ {
1853
+ "id": 291380,
1854
+ "first_name": "Clément",
1855
+ "last_name": "Faydi",
1856
+ "username": "cfaydi",
1857
+ "city": "New York",
1858
+ "state": "New York",
1859
+ "country": "United States",
1860
+ "location": "New York, NY, USA",
1861
+ "company": "",
1862
+ "occupation": "Product Designer. Previously: Behance/Adobe, Firstborn",
1863
+ "created_on": 1294682580,
1864
+ "url": "https://www.behance.net/cfaydi",
1865
+ "images": {
1866
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/f29a68291380.553a3bf6ddb56.jpg",
1867
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/f29a68291380.553a3bf6ddb56.jpg",
1868
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/f29a68291380.553a3bf6ddb56.jpg",
1869
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/f29a68291380.553a3bf6ddb56.jpg",
1870
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/f29a68291380.553a3bf6ddb56.jpg",
1871
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/f29a68291380.553a3bf6ddb56.jpg"
1872
+ },
1873
+ "display_name": "Clément Faydi",
1874
+ "fields": [
1875
+ "Interaction Design",
1876
+ "UI/UX",
1877
+ "Web Design"
1878
+ ],
1879
+ "has_default_image": 0,
1880
+ "website": "www.clementfaydi.com"
1881
+ },
1882
+ {
1883
+ "id": 198911,
1884
+ "first_name": "Eric",
1885
+ "last_name": "Snowden",
1886
+ "username": "ericpaulsnowden",
1887
+ "city": "Brooklyn",
1888
+ "state": "New York",
1889
+ "country": "United States",
1890
+ "location": "Brooklyn, NY, USA",
1891
+ "company": "Adobe / Behance",
1892
+ "occupation": "Director of Design",
1893
+ "created_on": 1279841325,
1894
+ "url": "https://www.behance.net/ericpaulsnowden",
1895
+ "images": {
1896
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/198911.53ac4ceee4e26.gif",
1897
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/198911.53ac4ceee4e26.gif",
1898
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/198911.53ac4ceee4e26.gif",
1899
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/198911.53ac4ceee4e26.gif",
1900
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/198911.53ac4ceee4e26.gif",
1901
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/198911.53ac4ceee4e26.gif"
1902
+ },
1903
+ "display_name": "Eric Snowden",
1904
+ "fields": [
1905
+ "Interaction Design",
1906
+ "UI/UX",
1907
+ "Creative Direction"
1908
+ ],
1909
+ "has_default_image": 0,
1910
+ "website": "http://ericpaulsnowden.com"
1911
+ },
1912
+ {
1913
+ "id": 391575,
1914
+ "first_name": "Thumb Labs",
1915
+ "last_name": "",
1916
+ "username": "thumblabs",
1917
+ "city": "Brooklyn",
1918
+ "state": "New York",
1919
+ "country": "United States",
1920
+ "location": "Brooklyn, NY, USA",
1921
+ "company": "Thumb Labs",
1922
+ "occupation": "",
1923
+ "created_on": 1301778256,
1924
+ "url": "https://www.behance.net/thumblabs",
1925
+ "images": {
1926
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/391575.53adbb1bb8907.jpg",
1927
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/391575.53adbb1bb8907.jpg",
1928
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/391575.53adbb1bb8907.jpg"
1929
+ },
1930
+ "display_name": "Thumb Labs",
1931
+ "fields": [
1932
+ "UI/UX",
1933
+ "Interaction Design",
1934
+ "Software Architecture"
1935
+ ],
1936
+ "has_default_image": 0,
1937
+ "website": "http://thumblabs.com"
1938
+ },
1939
+ {
1940
+ "id": 50004,
1941
+ "first_name": "Scott",
1942
+ "last_name": "Belsky",
1943
+ "username": "sbelsky",
1944
+ "city": "New York",
1945
+ "state": "New York",
1946
+ "country": "United States",
1947
+ "location": "New York, NY, USA",
1948
+ "company": "Adobe",
1949
+ "occupation": "Head of Behance; Community",
1950
+ "created_on": 1182480652,
1951
+ "url": "https://www.behance.net/sbelsky",
1952
+ "images": {
1953
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50004.53a9829c17328.jpg",
1954
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50004.53a9829c17328.jpg",
1955
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50004.53a9829c17328.jpg"
1956
+ },
1957
+ "display_name": "Scott Belsky",
1958
+ "fields": [
1959
+ "Interaction Design",
1960
+ "UI/UX",
1961
+ "Web Design"
1962
+ ],
1963
+ "has_default_image": 0,
1964
+ "website": "http://www.scottbelsky.com"
1965
+ },
1966
+ {
1967
+ "id": 50001,
1968
+ "first_name": "Matias",
1969
+ "last_name": "Corea",
1970
+ "username": "MatiasCorea",
1971
+ "city": "Brooklyn",
1972
+ "state": "New York",
1973
+ "country": "United States",
1974
+ "location": "Brooklyn, NY, USA",
1975
+ "company": "",
1976
+ "occupation": "Co-Founder of Behance",
1977
+ "created_on": 1182475806,
1978
+ "url": "https://www.behance.net/MatiasCorea",
1979
+ "images": {
1980
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/50001.53a98298a8f3a.jpg",
1981
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/50001.53a98298a8f3a.jpg",
1982
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/50001.53a98298a8f3a.jpg",
1983
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/50001.53a98298a8f3a.jpg",
1984
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/50001.53a98298a8f3a.jpg",
1985
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/50001.53a98298a8f3a.jpg"
1986
+ },
1987
+ "display_name": "Matias Corea",
1988
+ "fields": [
1989
+ "Graphic Design",
1990
+ "Print Design",
1991
+ "Interaction Design"
1992
+ ],
1993
+ "has_default_image": 0,
1994
+ "website": "http://www.matiascorea.com"
1995
+ },
1996
+ {
1997
+ "id": 70905,
1998
+ "first_name": "Zach",
1999
+ "last_name": "McCullough",
2000
+ "username": "zachmccullough",
2001
+ "city": "New York",
2002
+ "state": "New York",
2003
+ "country": "United States",
2004
+ "location": "New York, NY, USA",
2005
+ "company": "Behance",
2006
+ "occupation": "Lead Designer",
2007
+ "created_on": 1207321164,
2008
+ "url": "https://www.behance.net/zachmccullough",
2009
+ "images": {
2010
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/70905.53ab0a31b9d18.jpg",
2011
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/70905.53ab0a31b9d18.jpg",
2012
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/70905.53ab0a31b9d18.jpg"
2013
+ },
2014
+ "display_name": "Zach McCullough",
2015
+ "fields": [
2016
+ "Web Design",
2017
+ "Interaction Design",
2018
+ "UI/UX"
2019
+ ],
2020
+ "has_default_image": 0,
2021
+ "website": "zachwashere.com"
2022
+ },
2023
+ {
2024
+ "id": 606821,
2025
+ "first_name": "Jared",
2026
+ "last_name": "Verdi",
2027
+ "username": "jverdi",
2028
+ "city": "Brooklyn",
2029
+ "state": "New York",
2030
+ "country": "United States",
2031
+ "location": "Brooklyn, NY, USA",
2032
+ "company": "Behance / Adobe",
2033
+ "occupation": "Mobile Developer",
2034
+ "created_on": 1314462653,
2035
+ "url": "https://www.behance.net/jverdi",
2036
+ "images": {
2037
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/606821.53af73c4cc18d.jpg",
2038
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/606821.53af73c4cc18d.jpg",
2039
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/606821.53af73c4cc18d.jpg"
2040
+ },
2041
+ "display_name": "Jared Verdi",
2042
+ "fields": [
2043
+ "UI/UX",
2044
+ "Interaction Design",
2045
+ "Photography"
2046
+ ],
2047
+ "has_default_image": 0,
2048
+ "website": "http://www.jaredverdi.com"
2049
+ },
2050
+ {
2051
+ "id": 1683605,
2052
+ "first_name": "Jason",
2053
+ "last_name": "Rankins",
2054
+ "username": "jasonrankins",
2055
+ "city": "Brooklyn",
2056
+ "state": "New York",
2057
+ "country": "United States",
2058
+ "location": "Brooklyn, NY, USA",
2059
+ "company": "Behance",
2060
+ "occupation": "Mobile Developer",
2061
+ "created_on": 1349723683,
2062
+ "url": "https://www.behance.net/jasonrankins",
2063
+ "images": {
2064
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/1683605.5398a6558d77b.jpg",
2065
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/1683605.5398a6558d77b.jpg",
2066
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/1683605.5398a6558d77b.jpg",
2067
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/1683605.5398a6558d77b.jpg",
2068
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/1683605.5398a6558d77b.jpg",
2069
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/1683605.5398a6558d77b.jpg"
2070
+ },
2071
+ "display_name": "Jason Rankins",
2072
+ "fields": [
2073
+ "Photography",
2074
+ "Interaction Design",
2075
+ "UI/UX"
2076
+ ],
2077
+ "has_default_image": 0,
2078
+ "website": "https://www.google.com"
2079
+ },
2080
+ {
2081
+ "id": 905287,
2082
+ "first_name": "Rich",
2083
+ "last_name": "Kern",
2084
+ "username": "richkern",
2085
+ "city": "New York",
2086
+ "state": "New York",
2087
+ "country": "United States",
2088
+ "location": "New York, NY, USA",
2089
+ "company": "Adobe",
2090
+ "occupation": "Product Designer",
2091
+ "created_on": 1328128333,
2092
+ "url": "https://www.behance.net/richkern",
2093
+ "images": {
2094
+ "50": "https://mir-s3-cdn-cf.behance.net/user/50/1a2324905287.5515bff329b3e.jpg",
2095
+ "100": "https://mir-s3-cdn-cf.behance.net/user/100/1a2324905287.5515bff329b3e.jpg",
2096
+ "115": "https://mir-s3-cdn-cf.behance.net/user/115/1a2324905287.5515bff329b3e.jpg",
2097
+ "230": "https://mir-s3-cdn-cf.behance.net/user/230/1a2324905287.5515bff329b3e.jpg",
2098
+ "138": "https://mir-s3-cdn-cf.behance.net/user/138/1a2324905287.5515bff329b3e.jpg",
2099
+ "276": "https://mir-s3-cdn-cf.behance.net/user/276/1a2324905287.5515bff329b3e.jpg"
2100
+ },
2101
+ "display_name": "Rich Kern",
2102
+ "fields": [
2103
+ "UI/UX",
2104
+ "Interaction Design",
2105
+ "Creative Direction"
2106
+ ],
2107
+ "has_default_image": 0,
2108
+ "website": ""
2109
+ }
2110
+ ],
2111
+ "stats": {
2112
+ "views": 17279,
2113
+ "appreciations": 1041,
2114
+ "comments": 141
2115
+ },
2116
+ "conceived_on": -62169984000
213
2117
  }
214
- } ]
215
-
2118
+ ],
2119
+ "http_code": 200
216
2120
  }