marvel_api 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/.document +1 -1
  3. data/.rspec +2 -1
  4. data/.travis.yml +8 -0
  5. data/Gemfile +11 -4
  6. data/Guardfile +5 -0
  7. data/LICENSE.txt +1 -1
  8. data/README.md +16 -4
  9. data/Rakefile +11 -8
  10. data/lib/marvel/client.rb +6 -14
  11. data/lib/marvel/connection.rb +10 -2
  12. data/lib/marvel/error.rb +16 -0
  13. data/lib/marvel/request.rb +22 -8
  14. data/lib/marvel/response.rb +21 -0
  15. data/lib/marvel/version.rb +14 -0
  16. data/marvel_api.gemspec +75 -18
  17. data/spec/fixtures/characters/character.json +341 -0
  18. data/spec/fixtures/characters/character_comics.json +4975 -0
  19. data/spec/fixtures/characters/character_events.json +1666 -0
  20. data/spec/fixtures/characters/character_series.json +6117 -0
  21. data/spec/fixtures/characters/character_stories.json +1873 -0
  22. data/spec/fixtures/characters/characters.json +3006 -0
  23. data/spec/fixtures/comics/comic.json +359 -0
  24. data/spec/fixtures/comics/comic_characters.json +4649 -0
  25. data/spec/fixtures/comics/comic_creators.json +4387 -0
  26. data/spec/fixtures/comics/comic_events.json +522 -0
  27. data/spec/fixtures/comics/comic_stories.json +1985 -0
  28. data/spec/fixtures/comics/comics.json +2246 -0
  29. data/spec/fixtures/creators/creator.json +340 -0
  30. data/spec/fixtures/creators/creator_comics.json +2856 -0
  31. data/spec/fixtures/creators/creator_events.json +1899 -0
  32. data/spec/fixtures/creators/creator_series.json +4686 -0
  33. data/spec/fixtures/creators/creator_stories.json +1491 -0
  34. data/spec/fixtures/creators/creators.json +1376 -0
  35. data/spec/fixtures/errors/empty_parameter.json +4 -0
  36. data/spec/fixtures/errors/excessive_filter_values.json +4 -0
  37. data/spec/fixtures/errors/invalid_credentials.json +4 -0
  38. data/spec/fixtures/errors/invalid_filter_value.json +4 -0
  39. data/spec/fixtures/errors/invalid_hash_ts_key_combo.json +4 -0
  40. data/spec/fixtures/errors/invalid_ordering.json +4 -0
  41. data/spec/fixtures/errors/invalid_parameter.json +4 -0
  42. data/spec/fixtures/errors/limit_invalid.json +4 -0
  43. data/spec/fixtures/errors/limit_over_100.json +4 -0
  44. data/spec/fixtures/errors/resource_not_found.json +4 -0
  45. data/spec/fixtures/events/event.json +522 -0
  46. data/spec/fixtures/events/event_characters.json +6397 -0
  47. data/spec/fixtures/events/event_comics.json +4718 -0
  48. data/spec/fixtures/events/event_creators.json +5869 -0
  49. data/spec/fixtures/events/event_series.json +2243 -0
  50. data/spec/fixtures/events/event_stories.json +4846 -0
  51. data/spec/fixtures/events/events.json +8613 -0
  52. data/spec/fixtures/series/serie.json +448 -0
  53. data/spec/fixtures/series/series.json +3464 -0
  54. data/spec/fixtures/series/series_characters.json +6029 -0
  55. data/spec/fixtures/series/series_comics.json +2935 -0
  56. data/spec/fixtures/series/series_creators.json +5923 -0
  57. data/spec/fixtures/series/series_events.json +944 -0
  58. data/spec/fixtures/series/series_stories.json +1544 -0
  59. data/spec/fixtures/stories/stories.json +1282 -0
  60. data/spec/fixtures/stories/story.json +117 -0
  61. data/spec/fixtures/stories/story_characters.json +794 -0
  62. data/spec/fixtures/stories/story_comics.json +522 -0
  63. data/spec/fixtures/stories/story_creators.json +1672 -0
  64. data/spec/fixtures/stories/story_events.json +522 -0
  65. data/spec/fixtures/stories/story_series.json +695 -0
  66. data/spec/marvel_api/client/client_character_spec.rb +142 -0
  67. data/spec/marvel_api/client/client_comic_spec.rb +141 -0
  68. data/spec/marvel_api/client/client_creator_spec.rb +139 -0
  69. data/spec/marvel_api/client/client_event_spec.rb +163 -0
  70. data/spec/marvel_api/client/client_series_spec.rb +165 -0
  71. data/spec/marvel_api/client/client_story_spec.rb +162 -0
  72. data/spec/marvel_api/error_spec.rb +192 -0
  73. data/spec/marvel_api_spec.rb +15 -3
  74. data/spec/spec_helper.rb +55 -4
  75. metadata +83 -27
  76. data/VERSION +0 -1
  77. data/spec/marvel_api/client_spec.rb +0 -7
@@ -0,0 +1,2935 @@
1
+ {
2
+ "code": 200,
3
+ "status": "Ok",
4
+ "copyright": "© 2014 MARVEL",
5
+ "attributionText": "Data provided by Marvel. © 2014 MARVEL",
6
+ "attributionHTML": "<a href=\"http://marvel.com\">Data provided by Marvel. © 2014 MARVEL</a>",
7
+ "etag": "73db837771439d3849c5b9cf4ff97e70ba461267",
8
+ "data": {
9
+ "offset": 0,
10
+ "limit": 20,
11
+ "total": 91,
12
+ "count": 20,
13
+ "results": [
14
+ {
15
+ "id": 923,
16
+ "digitalId": 3903,
17
+ "title": "Avengers (1998) #503",
18
+ "issueNumber": 503,
19
+ "variantDescription": "",
20
+ "description": "CHAOS\r<br>PART 4 (OF 4) \r<br>The shocking double-sized conclusion to the comic event of the year! The Avengers come face to face with the enemy that destroyed them and nothing will ever be the same again. A story so big, a regular-sized comic co",
21
+ "modified": "2012-03-09T13:45:03-0500",
22
+ "isbn": "",
23
+ "upc": "5960604458-50311",
24
+ "diamondCode": "",
25
+ "ean": "",
26
+ "issn": "",
27
+ "format": "Comic",
28
+ "pageCount": 0,
29
+ "textObjects": [
30
+ {
31
+ "type": "issue_solicit_text",
32
+ "language": "en-us",
33
+ "text": "CHAOS\r<br>PART 4 (OF 4) \r<br>The shocking double-sized conclusion to the comic event of the year! The Avengers come face to face with the enemy that destroyed them and nothing will ever be the same again. A story so big, a regular-sized comic co"
34
+ }
35
+ ],
36
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/923",
37
+ "urls": [
38
+ {
39
+ "type": "detail",
40
+ "url": "http://marvel.com/comics/issue/923/avengers_1998_503?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
41
+ },
42
+ {
43
+ "type": "purchase",
44
+ "url": "http://comicstore.marvel.com/Avengers-503/digital-comic/3903?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
45
+ },
46
+ {
47
+ "type": "reader",
48
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=3903&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
49
+ },
50
+ {
51
+ "type": "inAppLink",
52
+ "url": "http://applink.marvel.com/issue/3903?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
53
+ }
54
+ ],
55
+ "series": {
56
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
57
+ "name": "Avengers (1998 - 2004)"
58
+ },
59
+ "variants": [
60
+
61
+ ],
62
+ "collections": [
63
+ {
64
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/5685",
65
+ "name": "Avengers Disassembled (Hardcover)"
66
+ },
67
+ {
68
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1703",
69
+ "name": "Avengers Disassembled (Trade Paperback)"
70
+ }
71
+ ],
72
+ "collectedIssues": [
73
+
74
+ ],
75
+ "dates": [
76
+ {
77
+ "type": "onsaleDate",
78
+ "date": "2004-11-03T00:00:00-0500"
79
+ },
80
+ {
81
+ "type": "focDate",
82
+ "date": "-0001-11-30T00:00:00-0500"
83
+ },
84
+ {
85
+ "type": "unlimitedDate",
86
+ "date": "2007-11-13T00:00:00-0500"
87
+ },
88
+ {
89
+ "type": "digitalPurchaseDate",
90
+ "date": "2010-09-08T00:00:00-0400"
91
+ }
92
+ ],
93
+ "prices": [
94
+ {
95
+ "type": "printPrice",
96
+ "price": 2.25
97
+ },
98
+ {
99
+ "type": "digitalPurchasePrice",
100
+ "price": 1.99
101
+ }
102
+ ],
103
+ "thumbnail": {
104
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/c/d0/4f5a4f71e8dd5",
105
+ "extension": "jpg"
106
+ },
107
+ "images": [
108
+ {
109
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/c/d0/4f5a4f71e8dd5",
110
+ "extension": "jpg"
111
+ }
112
+ ],
113
+ "creators": {
114
+ "available": 5,
115
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/923/creators",
116
+ "items": [
117
+ {
118
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/24",
119
+ "name": "Brian Michael Bendis",
120
+ "role": "writer"
121
+ },
122
+ {
123
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/8504",
124
+ "name": "Frank D'Armata",
125
+ "role": "colorist"
126
+ },
127
+ {
128
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/248",
129
+ "name": "David Finch",
130
+ "role": "penciller (cover)"
131
+ },
132
+ {
133
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11553",
134
+ "name": "Danny K. Miki",
135
+ "role": "inker"
136
+ },
137
+ {
138
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/350",
139
+ "name": "Richard Starkings",
140
+ "role": "letterer"
141
+ }
142
+ ],
143
+ "returned": 5
144
+ },
145
+ "characters": {
146
+ "available": 2,
147
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/923/characters",
148
+ "items": [
149
+ {
150
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
151
+ "name": "Avengers"
152
+ },
153
+ {
154
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009220",
155
+ "name": "Captain America"
156
+ }
157
+ ],
158
+ "returned": 2
159
+ },
160
+ "stories": {
161
+ "available": 2,
162
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/923/stories",
163
+ "items": [
164
+ {
165
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1042",
166
+ "name": "Avengers (1998) #503",
167
+ "type": "cover"
168
+ },
169
+ {
170
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1043",
171
+ "name": "Interior #1043",
172
+ "type": "interiorStory"
173
+ }
174
+ ],
175
+ "returned": 2
176
+ },
177
+ "events": {
178
+ "available": 1,
179
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/923/events",
180
+ "items": [
181
+ {
182
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/234",
183
+ "name": "Avengers Disassembled"
184
+ }
185
+ ],
186
+ "returned": 1
187
+ }
188
+ },
189
+ {
190
+ "id": 845,
191
+ "digitalId": 3902,
192
+ "title": "Avengers (1998) #502",
193
+ "issueNumber": 502,
194
+ "variantDescription": "",
195
+ "description": "AVENGERS DISASSEMBLED CONTINUES! PART 3 (OF 4) There's been a lot of buzz around this big Avengers event and this issue is what everyone is waiting for. Who will fall at the hands of the Avengers' greatest enemy? Guest-starring: every Avenger in the hi",
196
+ "modified": "2011-08-26T15:31:19-0400",
197
+ "isbn": "",
198
+ "upc": "5960604458-50211",
199
+ "diamondCode": "",
200
+ "ean": "",
201
+ "issn": "",
202
+ "format": "Comic",
203
+ "pageCount": 0,
204
+ "textObjects": [
205
+ {
206
+ "type": "issue_solicit_text",
207
+ "language": "en-us",
208
+ "text": "AVENGERS DISASSEMBLED CONTINUES! PART 3 (OF 4) There's been a lot of buzz around this big Avengers event and this issue is what everyone is waiting for. Who will fall at the hands of the Avengers' greatest enemy? Guest-starring: every Avenger in the hi"
209
+ }
210
+ ],
211
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/845",
212
+ "urls": [
213
+ {
214
+ "type": "detail",
215
+ "url": "http://marvel.com/comics/issue/845/avengers_1998_502?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
216
+ },
217
+ {
218
+ "type": "purchase",
219
+ "url": "http://comicstore.marvel.com/Avengers-502/digital-comic/3902?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
220
+ },
221
+ {
222
+ "type": "reader",
223
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=3902&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
224
+ },
225
+ {
226
+ "type": "inAppLink",
227
+ "url": "http://applink.marvel.com/issue/3902?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
228
+ }
229
+ ],
230
+ "series": {
231
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
232
+ "name": "Avengers (1998 - 2004)"
233
+ },
234
+ "variants": [
235
+
236
+ ],
237
+ "collections": [
238
+ {
239
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/5685",
240
+ "name": "Avengers Disassembled (Hardcover)"
241
+ },
242
+ {
243
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1703",
244
+ "name": "Avengers Disassembled (Trade Paperback)"
245
+ }
246
+ ],
247
+ "collectedIssues": [
248
+
249
+ ],
250
+ "dates": [
251
+ {
252
+ "type": "onsaleDate",
253
+ "date": "2004-09-22T00:00:00-0400"
254
+ },
255
+ {
256
+ "type": "focDate",
257
+ "date": "-0001-11-30T00:00:00-0500"
258
+ },
259
+ {
260
+ "type": "unlimitedDate",
261
+ "date": "2007-11-13T00:00:00-0500"
262
+ },
263
+ {
264
+ "type": "digitalPurchaseDate",
265
+ "date": "2010-09-08T00:00:00-0400"
266
+ }
267
+ ],
268
+ "prices": [
269
+ {
270
+ "type": "printPrice",
271
+ "price": 2.25
272
+ },
273
+ {
274
+ "type": "digitalPurchasePrice",
275
+ "price": 1.99
276
+ }
277
+ ],
278
+ "thumbnail": {
279
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/7/50/4f58d176985bc",
280
+ "extension": "jpg"
281
+ },
282
+ "images": [
283
+ {
284
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/7/50/4f58d176985bc",
285
+ "extension": "jpg"
286
+ }
287
+ ],
288
+ "creators": {
289
+ "available": 5,
290
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/845/creators",
291
+ "items": [
292
+ {
293
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/24",
294
+ "name": "Brian Michael Bendis",
295
+ "role": "writer"
296
+ },
297
+ {
298
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/8504",
299
+ "name": "Frank D'Armata",
300
+ "role": "colorist"
301
+ },
302
+ {
303
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/248",
304
+ "name": "David Finch",
305
+ "role": "penciller (cover)"
306
+ },
307
+ {
308
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11553",
309
+ "name": "Danny K. Miki",
310
+ "role": "inker"
311
+ },
312
+ {
313
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/350",
314
+ "name": "Richard Starkings",
315
+ "role": "letterer"
316
+ }
317
+ ],
318
+ "returned": 5
319
+ },
320
+ "characters": {
321
+ "available": 6,
322
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/845/characters",
323
+ "items": [
324
+ {
325
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
326
+ "name": "Avengers"
327
+ },
328
+ {
329
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009220",
330
+ "name": "Captain America"
331
+ },
332
+ {
333
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009338",
334
+ "name": "Hawkeye"
335
+ },
336
+ {
337
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009368",
338
+ "name": "Iron Man"
339
+ },
340
+ {
341
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009562",
342
+ "name": "Scarlet Witch"
343
+ },
344
+ {
345
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009707",
346
+ "name": "Wasp"
347
+ }
348
+ ],
349
+ "returned": 6
350
+ },
351
+ "stories": {
352
+ "available": 2,
353
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/845/stories",
354
+ "items": [
355
+ {
356
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1040",
357
+ "name": "Avengers (1998) #502",
358
+ "type": "cover"
359
+ },
360
+ {
361
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1041",
362
+ "name": "Avengers (1998) #502",
363
+ "type": "interiorStory"
364
+ }
365
+ ],
366
+ "returned": 2
367
+ },
368
+ "events": {
369
+ "available": 1,
370
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/845/events",
371
+ "items": [
372
+ {
373
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/234",
374
+ "name": "Avengers Disassembled"
375
+ }
376
+ ],
377
+ "returned": 1
378
+ }
379
+ },
380
+ {
381
+ "id": 767,
382
+ "digitalId": 3901,
383
+ "title": "Avengers (1998) #501",
384
+ "issueNumber": 501,
385
+ "variantDescription": "",
386
+ "description": "\"AVENGERS DISASSEMBLED\" PART 2 (OF 4) GUEST-STARRING EVERY AVENGER...EVER!! The worst day in Avengers history continues, as the team tries to deal with the shocking tragedy around them. Who is behind this, and why? Will it tear the team apart? This is the comic event of the year--do not miss out!",
387
+ "modified": "2012-03-09T13:48:28-0500",
388
+ "isbn": "",
389
+ "upc": "5960604458-50111",
390
+ "diamondCode": "",
391
+ "ean": "",
392
+ "issn": "",
393
+ "format": "Comic",
394
+ "pageCount": 0,
395
+ "textObjects": [
396
+ {
397
+ "type": "issue_solicit_text",
398
+ "language": "en-us",
399
+ "text": "\"AVENGERS DISASSEMBLED\" PART 2 (OF 4) GUEST-STARRING EVERY AVENGER...EVER!! The worst day in Avengers history continues, as the team tries to deal with the shocking tragedy around them. Who is behind this, and why? Will it tear the team apart? This is the comic event of the year--do not miss out!"
400
+ }
401
+ ],
402
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/767",
403
+ "urls": [
404
+ {
405
+ "type": "detail",
406
+ "url": "http://marvel.com/comics/issue/767/avengers_1998_501?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
407
+ },
408
+ {
409
+ "type": "purchase",
410
+ "url": "http://comicstore.marvel.com/Avengers-501/digital-comic/3901?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
411
+ },
412
+ {
413
+ "type": "reader",
414
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=3901&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
415
+ },
416
+ {
417
+ "type": "inAppLink",
418
+ "url": "http://applink.marvel.com/issue/3901?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
419
+ }
420
+ ],
421
+ "series": {
422
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
423
+ "name": "Avengers (1998 - 2004)"
424
+ },
425
+ "variants": [
426
+
427
+ ],
428
+ "collections": [
429
+ {
430
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/5685",
431
+ "name": "Avengers Disassembled (Hardcover)"
432
+ },
433
+ {
434
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1703",
435
+ "name": "Avengers Disassembled (Trade Paperback)"
436
+ }
437
+ ],
438
+ "collectedIssues": [
439
+
440
+ ],
441
+ "dates": [
442
+ {
443
+ "type": "onsaleDate",
444
+ "date": "2004-08-25T00:00:00-0400"
445
+ },
446
+ {
447
+ "type": "focDate",
448
+ "date": "1969-12-31T19:00:00-0500"
449
+ },
450
+ {
451
+ "type": "unlimitedDate",
452
+ "date": "2007-11-13T00:00:00-0500"
453
+ },
454
+ {
455
+ "type": "digitalPurchaseDate",
456
+ "date": "2010-09-08T00:00:00-0400"
457
+ }
458
+ ],
459
+ "prices": [
460
+ {
461
+ "type": "printPrice",
462
+ "price": 2.25
463
+ },
464
+ {
465
+ "type": "digitalPurchasePrice",
466
+ "price": 1.99
467
+ }
468
+ ],
469
+ "thumbnail": {
470
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/8/c0/4f5a50236ebb2",
471
+ "extension": "jpg"
472
+ },
473
+ "images": [
474
+ {
475
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/8/c0/4f5a50236ebb2",
476
+ "extension": "jpg"
477
+ }
478
+ ],
479
+ "creators": {
480
+ "available": 4,
481
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/767/creators",
482
+ "items": [
483
+ {
484
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/24",
485
+ "name": "Brian Michael Bendis",
486
+ "role": "writer"
487
+ },
488
+ {
489
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/8504",
490
+ "name": "Frank D'Armata",
491
+ "role": "colorist"
492
+ },
493
+ {
494
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/248",
495
+ "name": "David Finch",
496
+ "role": "penciller (cover)"
497
+ },
498
+ {
499
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11553",
500
+ "name": "Danny K. Miki",
501
+ "role": "inker"
502
+ }
503
+ ],
504
+ "returned": 4
505
+ },
506
+ "characters": {
507
+ "available": 1,
508
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/767/characters",
509
+ "items": [
510
+ {
511
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
512
+ "name": "Avengers"
513
+ }
514
+ ],
515
+ "returned": 1
516
+ },
517
+ "stories": {
518
+ "available": 2,
519
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/767/stories",
520
+ "items": [
521
+ {
522
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1038",
523
+ "name": "Avengers (1998) #501",
524
+ "type": "cover"
525
+ },
526
+ {
527
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1039",
528
+ "name": "Interior #1039",
529
+ "type": "interiorStory"
530
+ }
531
+ ],
532
+ "returned": 2
533
+ },
534
+ "events": {
535
+ "available": 1,
536
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/767/events",
537
+ "items": [
538
+ {
539
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/234",
540
+ "name": "Avengers Disassembled"
541
+ }
542
+ ],
543
+ "returned": 1
544
+ }
545
+ },
546
+ {
547
+ "id": 516,
548
+ "digitalId": 0,
549
+ "title": "Avengers (1998) #500 (Director's Cut)",
550
+ "issueNumber": 500,
551
+ "variantDescription": "Director's Cut",
552
+ "description": "It's the landmark AVENGERS #500, but fat-packed with additional behind-the-scenes extras and historical bonuses! With a special foil-enhanced cover by John Cassaday!",
553
+ "modified": "-0001-11-30T00:00:00-0500",
554
+ "isbn": "",
555
+ "upc": "5960604458-50021",
556
+ "diamondCode": "",
557
+ "ean": "",
558
+ "issn": "",
559
+ "format": "Comic",
560
+ "pageCount": 0,
561
+ "textObjects": [
562
+ {
563
+ "type": "issue_solicit_text",
564
+ "language": "en-us",
565
+ "text": "It's the landmark AVENGERS #500, but fat-packed with additional behind-the-scenes extras and historical bonuses! With a special foil-enhanced cover by John Cassaday!"
566
+ }
567
+ ],
568
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/516",
569
+ "urls": [
570
+ {
571
+ "type": "detail",
572
+ "url": "http://marvel.com/comics/issue/516/avengers_1998_500_directors_cut/directors_cut?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
573
+ }
574
+ ],
575
+ "series": {
576
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
577
+ "name": "Avengers (1998 - 2004)"
578
+ },
579
+ "variants": [
580
+ {
581
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/532",
582
+ "name": "Avengers (1998) #500"
583
+ }
584
+ ],
585
+ "collections": [
586
+ {
587
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1703",
588
+ "name": "Avengers Disassembled (Trade Paperback)"
589
+ }
590
+ ],
591
+ "collectedIssues": [
592
+
593
+ ],
594
+ "dates": [
595
+ {
596
+ "type": "onsaleDate",
597
+ "date": "2004-08-11T00:00:00-0400"
598
+ },
599
+ {
600
+ "type": "focDate",
601
+ "date": "-0001-11-30T00:00:00-0500"
602
+ }
603
+ ],
604
+ "prices": [
605
+ {
606
+ "type": "printPrice",
607
+ "price": 4.99
608
+ }
609
+ ],
610
+ "thumbnail": {
611
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/2/f0/4bc691115a418",
612
+ "extension": "jpg"
613
+ },
614
+ "images": [
615
+ {
616
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/2/f0/4bc691115a418",
617
+ "extension": "jpg"
618
+ }
619
+ ],
620
+ "creators": {
621
+ "available": 1,
622
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/516/creators",
623
+ "items": [
624
+ {
625
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/162",
626
+ "name": "John Cassaday",
627
+ "role": "penciller (cover)"
628
+ }
629
+ ],
630
+ "returned": 1
631
+ },
632
+ "characters": {
633
+ "available": 1,
634
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/516/characters",
635
+ "items": [
636
+ {
637
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
638
+ "name": "Avengers"
639
+ }
640
+ ],
641
+ "returned": 1
642
+ },
643
+ "stories": {
644
+ "available": 2,
645
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/516/stories",
646
+ "items": [
647
+ {
648
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1028",
649
+ "name": "Cover #1028",
650
+ "type": "cover"
651
+ },
652
+ {
653
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1029",
654
+ "name": "Interior #1029",
655
+ "type": "interiorStory"
656
+ }
657
+ ],
658
+ "returned": 2
659
+ },
660
+ "events": {
661
+ "available": 0,
662
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/516/events",
663
+ "items": [
664
+
665
+ ],
666
+ "returned": 0
667
+ }
668
+ },
669
+ {
670
+ "id": 4956,
671
+ "digitalId": 818,
672
+ "title": "Avengers (1998) #84",
673
+ "issueNumber": 84,
674
+ "variantDescription": "",
675
+ "description": null,
676
+ "modified": "-0001-11-30T00:00:00-0500",
677
+ "isbn": "",
678
+ "upc": "",
679
+ "diamondCode": "",
680
+ "ean": "",
681
+ "issn": "",
682
+ "format": "Comic",
683
+ "pageCount": 0,
684
+ "textObjects": [
685
+
686
+ ],
687
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4956",
688
+ "urls": [
689
+ {
690
+ "type": "detail",
691
+ "url": "http://marvel.com/comics/issue/4956/avengers_1998_84?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
692
+ },
693
+ {
694
+ "type": "purchase",
695
+ "url": "http://comicstore.marvel.com/Avengers-84/digital-comic/818?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
696
+ },
697
+ {
698
+ "type": "reader",
699
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=818&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
700
+ },
701
+ {
702
+ "type": "inAppLink",
703
+ "url": "http://applink.marvel.com/issue/818?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
704
+ }
705
+ ],
706
+ "series": {
707
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
708
+ "name": "Avengers (1998 - 2004)"
709
+ },
710
+ "variants": [
711
+
712
+ ],
713
+ "collections": [
714
+ {
715
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1357",
716
+ "name": "Avengers Vol. 5: Once an Invader (Trade Paperback)"
717
+ }
718
+ ],
719
+ "collectedIssues": [
720
+
721
+ ],
722
+ "dates": [
723
+ {
724
+ "type": "onsaleDate",
725
+ "date": "2004-08-01T00:00:00-0400"
726
+ },
727
+ {
728
+ "type": "focDate",
729
+ "date": "-0001-11-30T00:00:00-0500"
730
+ },
731
+ {
732
+ "type": "unlimitedDate",
733
+ "date": "2007-11-13T00:00:00-0500"
734
+ },
735
+ {
736
+ "type": "digitalPurchaseDate",
737
+ "date": "2010-09-28T00:00:00-0400"
738
+ }
739
+ ],
740
+ "prices": [
741
+ {
742
+ "type": "printPrice",
743
+ "price": 0
744
+ },
745
+ {
746
+ "type": "digitalPurchasePrice",
747
+ "price": 1.99
748
+ }
749
+ ],
750
+ "thumbnail": {
751
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/c/50/4bc37fbe39e21",
752
+ "extension": "jpg"
753
+ },
754
+ "images": [
755
+ {
756
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/c/50/4bc37fbe39e21",
757
+ "extension": "jpg"
758
+ }
759
+ ],
760
+ "creators": {
761
+ "available": 0,
762
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4956/creators",
763
+ "items": [
764
+
765
+ ],
766
+ "returned": 0
767
+ },
768
+ "characters": {
769
+ "available": 1,
770
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4956/characters",
771
+ "items": [
772
+ {
773
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
774
+ "name": "Avengers"
775
+ }
776
+ ],
777
+ "returned": 1
778
+ },
779
+ "stories": {
780
+ "available": 2,
781
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4956/stories",
782
+ "items": [
783
+ {
784
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/580",
785
+ "name": "Interior #580",
786
+ "type": "interiorStory"
787
+ },
788
+ {
789
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/65387",
790
+ "name": "AVENGERS 84 cover",
791
+ "type": "cover"
792
+ }
793
+ ],
794
+ "returned": 2
795
+ },
796
+ "events": {
797
+ "available": 0,
798
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4956/events",
799
+ "items": [
800
+
801
+ ],
802
+ "returned": 0
803
+ }
804
+ },
805
+ {
806
+ "id": 532,
807
+ "digitalId": 88,
808
+ "title": "Avengers (1998) #500",
809
+ "issueNumber": 500,
810
+ "variantDescription": "",
811
+ "description": "AVENGERS DISASSEMBLED BEGINS HERE! The powerhouse team of Brian Michael Bendis and David Finch take on Earth's Mightiest Heroes in this double-sized anniversary issue! It begins with the return of an Avenger thought dead--and by the time it's over, everything you know about the Avengers will have changed! AN EVENT THAT WILL ROCK THE ENTIRETY OF THE MARVEL UNIVERSE -- AND IT ALL STARTS HERE, TRUE BELIEVER!",
812
+ "modified": "2012-03-09T13:50:55-0500",
813
+ "isbn": "",
814
+ "upc": "5960604458-50011",
815
+ "diamondCode": "",
816
+ "ean": "",
817
+ "issn": "",
818
+ "format": "Comic",
819
+ "pageCount": 0,
820
+ "textObjects": [
821
+ {
822
+ "type": "70th_winner_desc",
823
+ "language": "en-us",
824
+ "text": "BENDIIIIS! In this landmark anniversary issue, the writer unleashed an undead Jack of Hearts—killing Ant Man Scott Lang, made Tony feel like he'd been drinking again, crashed a Quinjet, made Vision vomit multiple Ultron duplicates, turned She-Hulk into a rampaging monster—tearing Vision in half...Yikes!"
825
+ },
826
+ {
827
+ "type": "issue_solicit_text",
828
+ "language": "en-us",
829
+ "text": "AVENGERS DISASSEMBLED BEGINS HERE! The powerhouse team of Brian Michael Bendis and David Finch take on Earth's Mightiest Heroes in this double-sized anniversary issue! It begins with the return of an Avenger thought dead--and by the time it's over, everything you know about the Avengers will have changed! AN EVENT THAT WILL ROCK THE ENTIRETY OF THE MARVEL UNIVERSE -- AND IT ALL STARTS HERE, TRUE BELIEVER!"
830
+ }
831
+ ],
832
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/532",
833
+ "urls": [
834
+ {
835
+ "type": "detail",
836
+ "url": "http://marvel.com/comics/issue/532/avengers_1998_500?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
837
+ },
838
+ {
839
+ "type": "purchase",
840
+ "url": "http://comicstore.marvel.com/Avengers-500/digital-comic/88?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
841
+ },
842
+ {
843
+ "type": "reader",
844
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=88&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
845
+ },
846
+ {
847
+ "type": "inAppLink",
848
+ "url": "http://applink.marvel.com/issue/88?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
849
+ }
850
+ ],
851
+ "series": {
852
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
853
+ "name": "Avengers (1998 - 2004)"
854
+ },
855
+ "variants": [
856
+ {
857
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/516",
858
+ "name": "Avengers (1998) #500 (Director's Cut)"
859
+ }
860
+ ],
861
+ "collections": [
862
+ {
863
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/5685",
864
+ "name": "Avengers Disassembled (Hardcover)"
865
+ },
866
+ {
867
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1703",
868
+ "name": "Avengers Disassembled (Trade Paperback)"
869
+ }
870
+ ],
871
+ "collectedIssues": [
872
+
873
+ ],
874
+ "dates": [
875
+ {
876
+ "type": "onsaleDate",
877
+ "date": "2004-07-28T00:00:00-0400"
878
+ },
879
+ {
880
+ "type": "focDate",
881
+ "date": "-0001-11-30T00:00:00-0500"
882
+ },
883
+ {
884
+ "type": "unlimitedDate",
885
+ "date": "2006-11-21T00:00:00-0500"
886
+ },
887
+ {
888
+ "type": "digitalPurchaseDate",
889
+ "date": "2010-08-12T00:00:00-0400"
890
+ }
891
+ ],
892
+ "prices": [
893
+ {
894
+ "type": "printPrice",
895
+ "price": 3.5
896
+ },
897
+ {
898
+ "type": "digitalPurchasePrice",
899
+ "price": 1.99
900
+ }
901
+ ],
902
+ "thumbnail": {
903
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/6/20/4f5a50d019d82",
904
+ "extension": "jpg"
905
+ },
906
+ "images": [
907
+ {
908
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/6/20/4f5a50d019d82",
909
+ "extension": "jpg"
910
+ }
911
+ ],
912
+ "creators": {
913
+ "available": 4,
914
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/532/creators",
915
+ "items": [
916
+ {
917
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/24",
918
+ "name": "Brian Michael Bendis",
919
+ "role": "writer"
920
+ },
921
+ {
922
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/8504",
923
+ "name": "Frank D'Armata",
924
+ "role": "colorist"
925
+ },
926
+ {
927
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/248",
928
+ "name": "David Finch",
929
+ "role": "penciller (cover)"
930
+ },
931
+ {
932
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11553",
933
+ "name": "Danny K. Miki",
934
+ "role": "inker"
935
+ }
936
+ ],
937
+ "returned": 4
938
+ },
939
+ "characters": {
940
+ "available": 1,
941
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/532/characters",
942
+ "items": [
943
+ {
944
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
945
+ "name": "Avengers"
946
+ }
947
+ ],
948
+ "returned": 1
949
+ },
950
+ "stories": {
951
+ "available": 2,
952
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/532/stories",
953
+ "items": [
954
+ {
955
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1030",
956
+ "name": "Avengers (1998) #500",
957
+ "type": "cover"
958
+ },
959
+ {
960
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1031",
961
+ "name": "Interior #1031",
962
+ "type": "interiorStory"
963
+ }
964
+ ],
965
+ "returned": 2
966
+ },
967
+ "events": {
968
+ "available": 1,
969
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/532/events",
970
+ "items": [
971
+ {
972
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/234",
973
+ "name": "Avengers Disassembled"
974
+ }
975
+ ],
976
+ "returned": 1
977
+ }
978
+ },
979
+ {
980
+ "id": 4938,
981
+ "digitalId": 801,
982
+ "title": "Avengers (1998) #82",
983
+ "issueNumber": 82,
984
+ "variantDescription": "",
985
+ "description": null,
986
+ "modified": "-0001-11-30T00:00:00-0500",
987
+ "isbn": "",
988
+ "upc": "",
989
+ "diamondCode": "",
990
+ "ean": "",
991
+ "issn": "",
992
+ "format": "Comic",
993
+ "pageCount": 0,
994
+ "textObjects": [
995
+
996
+ ],
997
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4938",
998
+ "urls": [
999
+ {
1000
+ "type": "detail",
1001
+ "url": "http://marvel.com/comics/issue/4938/avengers_1998_82?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1002
+ },
1003
+ {
1004
+ "type": "purchase",
1005
+ "url": "http://comicstore.marvel.com/Avengers-82/digital-comic/801?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1006
+ },
1007
+ {
1008
+ "type": "reader",
1009
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=801&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1010
+ },
1011
+ {
1012
+ "type": "inAppLink",
1013
+ "url": "http://applink.marvel.com/issue/801?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1014
+ }
1015
+ ],
1016
+ "series": {
1017
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
1018
+ "name": "Avengers (1998 - 2004)"
1019
+ },
1020
+ "variants": [
1021
+
1022
+ ],
1023
+ "collections": [
1024
+ {
1025
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1357",
1026
+ "name": "Avengers Vol. 5: Once an Invader (Trade Paperback)"
1027
+ }
1028
+ ],
1029
+ "collectedIssues": [
1030
+
1031
+ ],
1032
+ "dates": [
1033
+ {
1034
+ "type": "onsaleDate",
1035
+ "date": "2004-07-01T00:00:00-0400"
1036
+ },
1037
+ {
1038
+ "type": "focDate",
1039
+ "date": "-0001-11-30T00:00:00-0500"
1040
+ },
1041
+ {
1042
+ "type": "unlimitedDate",
1043
+ "date": "2007-11-13T00:00:00-0500"
1044
+ },
1045
+ {
1046
+ "type": "digitalPurchaseDate",
1047
+ "date": "2010-09-28T00:00:00-0400"
1048
+ }
1049
+ ],
1050
+ "prices": [
1051
+ {
1052
+ "type": "printPrice",
1053
+ "price": 0
1054
+ },
1055
+ {
1056
+ "type": "digitalPurchasePrice",
1057
+ "price": 1.99
1058
+ }
1059
+ ],
1060
+ "thumbnail": {
1061
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/9/60/4bc37fb40d765",
1062
+ "extension": "jpg"
1063
+ },
1064
+ "images": [
1065
+ {
1066
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/9/60/4bc37fb40d765",
1067
+ "extension": "jpg"
1068
+ }
1069
+ ],
1070
+ "creators": {
1071
+ "available": 0,
1072
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4938/creators",
1073
+ "items": [
1074
+
1075
+ ],
1076
+ "returned": 0
1077
+ },
1078
+ "characters": {
1079
+ "available": 1,
1080
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4938/characters",
1081
+ "items": [
1082
+ {
1083
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
1084
+ "name": "Avengers"
1085
+ }
1086
+ ],
1087
+ "returned": 1
1088
+ },
1089
+ "stories": {
1090
+ "available": 2,
1091
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4938/stories",
1092
+ "items": [
1093
+ {
1094
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/575",
1095
+ "name": "Interior #575",
1096
+ "type": "interiorStory"
1097
+ },
1098
+ {
1099
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/65384",
1100
+ "name": "AVENGERS 82 cover",
1101
+ "type": "cover"
1102
+ }
1103
+ ],
1104
+ "returned": 2
1105
+ },
1106
+ "events": {
1107
+ "available": 0,
1108
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4938/events",
1109
+ "items": [
1110
+
1111
+ ],
1112
+ "returned": 0
1113
+ }
1114
+ },
1115
+ {
1116
+ "id": 4955,
1117
+ "digitalId": 817,
1118
+ "title": "Avengers (1998) #83",
1119
+ "issueNumber": 83,
1120
+ "variantDescription": "",
1121
+ "description": null,
1122
+ "modified": "-0001-11-30T00:00:00-0500",
1123
+ "isbn": "",
1124
+ "upc": "",
1125
+ "diamondCode": "",
1126
+ "ean": "",
1127
+ "issn": "",
1128
+ "format": "Comic",
1129
+ "pageCount": 0,
1130
+ "textObjects": [
1131
+
1132
+ ],
1133
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4955",
1134
+ "urls": [
1135
+ {
1136
+ "type": "detail",
1137
+ "url": "http://marvel.com/comics/issue/4955/avengers_1998_83?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1138
+ },
1139
+ {
1140
+ "type": "purchase",
1141
+ "url": "http://comicstore.marvel.com/Avengers-83/digital-comic/817?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1142
+ },
1143
+ {
1144
+ "type": "reader",
1145
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=817&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1146
+ },
1147
+ {
1148
+ "type": "inAppLink",
1149
+ "url": "http://applink.marvel.com/issue/817?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1150
+ }
1151
+ ],
1152
+ "series": {
1153
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
1154
+ "name": "Avengers (1998 - 2004)"
1155
+ },
1156
+ "variants": [
1157
+
1158
+ ],
1159
+ "collections": [
1160
+ {
1161
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1357",
1162
+ "name": "Avengers Vol. 5: Once an Invader (Trade Paperback)"
1163
+ }
1164
+ ],
1165
+ "collectedIssues": [
1166
+
1167
+ ],
1168
+ "dates": [
1169
+ {
1170
+ "type": "onsaleDate",
1171
+ "date": "2004-07-01T00:00:00-0400"
1172
+ },
1173
+ {
1174
+ "type": "focDate",
1175
+ "date": "-0001-11-30T00:00:00-0500"
1176
+ },
1177
+ {
1178
+ "type": "unlimitedDate",
1179
+ "date": "2007-11-13T00:00:00-0500"
1180
+ },
1181
+ {
1182
+ "type": "digitalPurchaseDate",
1183
+ "date": "2010-09-28T00:00:00-0400"
1184
+ }
1185
+ ],
1186
+ "prices": [
1187
+ {
1188
+ "type": "printPrice",
1189
+ "price": 0
1190
+ },
1191
+ {
1192
+ "type": "digitalPurchasePrice",
1193
+ "price": 1.99
1194
+ }
1195
+ ],
1196
+ "thumbnail": {
1197
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/f/60/4bc37fb91cd6c",
1198
+ "extension": "jpg"
1199
+ },
1200
+ "images": [
1201
+ {
1202
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/f/60/4bc37fb91cd6c",
1203
+ "extension": "jpg"
1204
+ }
1205
+ ],
1206
+ "creators": {
1207
+ "available": 0,
1208
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4955/creators",
1209
+ "items": [
1210
+
1211
+ ],
1212
+ "returned": 0
1213
+ },
1214
+ "characters": {
1215
+ "available": 1,
1216
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4955/characters",
1217
+ "items": [
1218
+ {
1219
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
1220
+ "name": "Avengers"
1221
+ }
1222
+ ],
1223
+ "returned": 1
1224
+ },
1225
+ "stories": {
1226
+ "available": 2,
1227
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4955/stories",
1228
+ "items": [
1229
+ {
1230
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/579",
1231
+ "name": "Interior #579",
1232
+ "type": "interiorStory"
1233
+ },
1234
+ {
1235
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/65386",
1236
+ "name": "AVENGERS 83 cover",
1237
+ "type": "cover"
1238
+ }
1239
+ ],
1240
+ "returned": 2
1241
+ },
1242
+ "events": {
1243
+ "available": 0,
1244
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4955/events",
1245
+ "items": [
1246
+
1247
+ ],
1248
+ "returned": 0
1249
+ }
1250
+ },
1251
+ {
1252
+ "id": 492,
1253
+ "digitalId": 1487,
1254
+ "title": "Avengers (1998) #81",
1255
+ "issueNumber": 81,
1256
+ "variantDescription": "",
1257
+ "description": "The Wrecking Crew is down, but not their secret sponsor, the malicious Morgan Le Fay! She can destroy England if she kills Captain Britain, but which one?",
1258
+ "modified": "2012-03-09T13:54:32-0500",
1259
+ "isbn": "",
1260
+ "upc": "5960604458-08111",
1261
+ "diamondCode": "",
1262
+ "ean": "",
1263
+ "issn": "",
1264
+ "format": "Comic",
1265
+ "pageCount": 0,
1266
+ "textObjects": [
1267
+ {
1268
+ "type": "issue_solicit_text",
1269
+ "language": "en-us",
1270
+ "text": "The Wrecking Crew is down, but not their secret sponsor, the malicious Morgan Le Fay! She can destroy England if she kills Captain Britain, but which one?"
1271
+ }
1272
+ ],
1273
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/492",
1274
+ "urls": [
1275
+ {
1276
+ "type": "detail",
1277
+ "url": "http://marvel.com/comics/issue/492/avengers_1998_81?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1278
+ },
1279
+ {
1280
+ "type": "purchase",
1281
+ "url": "http://comicstore.marvel.com/Avengers-81/digital-comic/1487?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1282
+ },
1283
+ {
1284
+ "type": "reader",
1285
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=1487&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1286
+ },
1287
+ {
1288
+ "type": "inAppLink",
1289
+ "url": "http://applink.marvel.com/issue/1487?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1290
+ }
1291
+ ],
1292
+ "series": {
1293
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
1294
+ "name": "Avengers (1998 - 2004)"
1295
+ },
1296
+ "variants": [
1297
+
1298
+ ],
1299
+ "collections": [
1300
+ {
1301
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1303",
1302
+ "name": "Avengers Vol. 4: Lionheart of Avalon (Trade Paperback)"
1303
+ }
1304
+ ],
1305
+ "collectedIssues": [
1306
+
1307
+ ],
1308
+ "dates": [
1309
+ {
1310
+ "type": "onsaleDate",
1311
+ "date": "2004-04-28T00:00:00-0400"
1312
+ },
1313
+ {
1314
+ "type": "focDate",
1315
+ "date": "1961-01-01T00:00:00-0500"
1316
+ },
1317
+ {
1318
+ "type": "unlimitedDate",
1319
+ "date": "2007-11-13T00:00:00-0500"
1320
+ },
1321
+ {
1322
+ "type": "digitalPurchaseDate",
1323
+ "date": "2010-08-17T00:00:00-0400"
1324
+ }
1325
+ ],
1326
+ "prices": [
1327
+ {
1328
+ "type": "printPrice",
1329
+ "price": 2.25
1330
+ },
1331
+ {
1332
+ "type": "digitalPurchasePrice",
1333
+ "price": 1.99
1334
+ }
1335
+ ],
1336
+ "thumbnail": {
1337
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/6/20/4f5a51a49326b",
1338
+ "extension": "jpg"
1339
+ },
1340
+ "images": [
1341
+ {
1342
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/6/20/4f5a51a49326b",
1343
+ "extension": "jpg"
1344
+ }
1345
+ ],
1346
+ "creators": {
1347
+ "available": 4,
1348
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/492/creators",
1349
+ "items": [
1350
+ {
1351
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11",
1352
+ "name": "Chuck Austen",
1353
+ "role": "writer"
1354
+ },
1355
+ {
1356
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/30",
1357
+ "name": "Stan Lee",
1358
+ "role": "writer"
1359
+ },
1360
+ {
1361
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6170",
1362
+ "name": "Olivier Coipel",
1363
+ "role": "penciller"
1364
+ },
1365
+ {
1366
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/194",
1367
+ "name": "Scott Kolins",
1368
+ "role": "penciller (cover)"
1369
+ }
1370
+ ],
1371
+ "returned": 4
1372
+ },
1373
+ "characters": {
1374
+ "available": 1,
1375
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/492/characters",
1376
+ "items": [
1377
+ {
1378
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
1379
+ "name": "Avengers"
1380
+ }
1381
+ ],
1382
+ "returned": 1
1383
+ },
1384
+ "stories": {
1385
+ "available": 2,
1386
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/492/stories",
1387
+ "items": [
1388
+ {
1389
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1026",
1390
+ "name": "Avengers (1998) #81",
1391
+ "type": "cover"
1392
+ },
1393
+ {
1394
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1027",
1395
+ "name": "Interior #1027",
1396
+ "type": "interiorStory"
1397
+ }
1398
+ ],
1399
+ "returned": 2
1400
+ },
1401
+ "events": {
1402
+ "available": 0,
1403
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/492/events",
1404
+ "items": [
1405
+
1406
+ ],
1407
+ "returned": 0
1408
+ }
1409
+ },
1410
+ {
1411
+ "id": 429,
1412
+ "digitalId": 1486,
1413
+ "title": "Avengers (1998) #80",
1414
+ "issueNumber": 80,
1415
+ "variantDescription": "",
1416
+ "description": "Round two against the Wrecking Crew, but what brought them to England in the first place? An enemy unveiled and a hero reborn!",
1417
+ "modified": "2012-03-09T13:57:41-0500",
1418
+ "isbn": "",
1419
+ "upc": "5960604458-08011",
1420
+ "diamondCode": "",
1421
+ "ean": "",
1422
+ "issn": "",
1423
+ "format": "Comic",
1424
+ "pageCount": 0,
1425
+ "textObjects": [
1426
+ {
1427
+ "type": "issue_solicit_text",
1428
+ "language": "en-us",
1429
+ "text": "Round two against the Wrecking Crew, but what brought them to England in the first place? An enemy unveiled and a hero reborn!"
1430
+ }
1431
+ ],
1432
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/429",
1433
+ "urls": [
1434
+ {
1435
+ "type": "detail",
1436
+ "url": "http://marvel.com/comics/issue/429/avengers_1998_80?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1437
+ },
1438
+ {
1439
+ "type": "purchase",
1440
+ "url": "http://comicstore.marvel.com/Avengers-80/digital-comic/1486?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1441
+ },
1442
+ {
1443
+ "type": "reader",
1444
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=1486&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1445
+ },
1446
+ {
1447
+ "type": "inAppLink",
1448
+ "url": "http://applink.marvel.com/issue/1486?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1449
+ }
1450
+ ],
1451
+ "series": {
1452
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
1453
+ "name": "Avengers (1998 - 2004)"
1454
+ },
1455
+ "variants": [
1456
+
1457
+ ],
1458
+ "collections": [
1459
+ {
1460
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1303",
1461
+ "name": "Avengers Vol. 4: Lionheart of Avalon (Trade Paperback)"
1462
+ }
1463
+ ],
1464
+ "collectedIssues": [
1465
+
1466
+ ],
1467
+ "dates": [
1468
+ {
1469
+ "type": "onsaleDate",
1470
+ "date": "2004-03-24T00:00:00-0500"
1471
+ },
1472
+ {
1473
+ "type": "focDate",
1474
+ "date": "1961-01-01T00:00:00-0500"
1475
+ },
1476
+ {
1477
+ "type": "unlimitedDate",
1478
+ "date": "2007-11-13T00:00:00-0500"
1479
+ },
1480
+ {
1481
+ "type": "digitalPurchaseDate",
1482
+ "date": "2010-08-17T00:00:00-0400"
1483
+ }
1484
+ ],
1485
+ "prices": [
1486
+ {
1487
+ "type": "printPrice",
1488
+ "price": 2.25
1489
+ },
1490
+ {
1491
+ "type": "digitalPurchasePrice",
1492
+ "price": 1.99
1493
+ }
1494
+ ],
1495
+ "thumbnail": {
1496
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/3/f0/4f5a5271759b8",
1497
+ "extension": "jpg"
1498
+ },
1499
+ "images": [
1500
+ {
1501
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/3/f0/4f5a5271759b8",
1502
+ "extension": "jpg"
1503
+ }
1504
+ ],
1505
+ "creators": {
1506
+ "available": 4,
1507
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/429/creators",
1508
+ "items": [
1509
+ {
1510
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11",
1511
+ "name": "Chuck Austen",
1512
+ "role": "writer"
1513
+ },
1514
+ {
1515
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/30",
1516
+ "name": "Stan Lee",
1517
+ "role": "writer"
1518
+ },
1519
+ {
1520
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6170",
1521
+ "name": "Olivier Coipel",
1522
+ "role": "penciller"
1523
+ },
1524
+ {
1525
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/248",
1526
+ "name": "David Finch",
1527
+ "role": "penciller (cover)"
1528
+ }
1529
+ ],
1530
+ "returned": 4
1531
+ },
1532
+ "characters": {
1533
+ "available": 1,
1534
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/429/characters",
1535
+ "items": [
1536
+ {
1537
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
1538
+ "name": "Avengers"
1539
+ }
1540
+ ],
1541
+ "returned": 1
1542
+ },
1543
+ "stories": {
1544
+ "available": 2,
1545
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/429/stories",
1546
+ "items": [
1547
+ {
1548
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1024",
1549
+ "name": "Avengers (1998) #80",
1550
+ "type": "cover"
1551
+ },
1552
+ {
1553
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1025",
1554
+ "name": "Interior #1025",
1555
+ "type": "interiorStory"
1556
+ }
1557
+ ],
1558
+ "returned": 2
1559
+ },
1560
+ "events": {
1561
+ "available": 0,
1562
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/429/events",
1563
+ "items": [
1564
+
1565
+ ],
1566
+ "returned": 0
1567
+ }
1568
+ },
1569
+ {
1570
+ "id": 360,
1571
+ "digitalId": 1485,
1572
+ "title": "Avengers (1998) #79",
1573
+ "issueNumber": 79,
1574
+ "variantDescription": "",
1575
+ "description": "Unexpected tragedy sets superhuman tempers flaring! But sometimes death is just the beginning, and the Wrecking Crew wants Hawkeye to see that for himself!",
1576
+ "modified": "2012-03-09T14:00:58-0500",
1577
+ "isbn": "",
1578
+ "upc": "5960605432-00811",
1579
+ "diamondCode": "",
1580
+ "ean": "",
1581
+ "issn": "",
1582
+ "format": "Comic",
1583
+ "pageCount": 0,
1584
+ "textObjects": [
1585
+ {
1586
+ "type": "issue_solicit_text",
1587
+ "language": "en-us",
1588
+ "text": "Unexpected tragedy sets superhuman tempers flaring! But sometimes death is just the beginning, and the Wrecking Crew wants Hawkeye to see that for himself!"
1589
+ }
1590
+ ],
1591
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/360",
1592
+ "urls": [
1593
+ {
1594
+ "type": "detail",
1595
+ "url": "http://marvel.com/comics/issue/360/avengers_1998_79?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1596
+ },
1597
+ {
1598
+ "type": "reader",
1599
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=1485&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1600
+ }
1601
+ ],
1602
+ "series": {
1603
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
1604
+ "name": "Avengers (1998 - 2004)"
1605
+ },
1606
+ "variants": [
1607
+
1608
+ ],
1609
+ "collections": [
1610
+ {
1611
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1303",
1612
+ "name": "Avengers Vol. 4: Lionheart of Avalon (Trade Paperback)"
1613
+ }
1614
+ ],
1615
+ "collectedIssues": [
1616
+
1617
+ ],
1618
+ "dates": [
1619
+ {
1620
+ "type": "onsaleDate",
1621
+ "date": "2004-02-25T00:00:00-0500"
1622
+ },
1623
+ {
1624
+ "type": "focDate",
1625
+ "date": "1961-01-01T00:00:00-0500"
1626
+ },
1627
+ {
1628
+ "type": "unlimitedDate",
1629
+ "date": "2007-11-13T00:00:00-0500"
1630
+ }
1631
+ ],
1632
+ "prices": [
1633
+ {
1634
+ "type": "printPrice",
1635
+ "price": 2.25
1636
+ }
1637
+ ],
1638
+ "thumbnail": {
1639
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/e/03/4f5a532371996",
1640
+ "extension": "jpg"
1641
+ },
1642
+ "images": [
1643
+ {
1644
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/e/03/4f5a532371996",
1645
+ "extension": "jpg"
1646
+ }
1647
+ ],
1648
+ "creators": {
1649
+ "available": 5,
1650
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/360/creators",
1651
+ "items": [
1652
+ {
1653
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11",
1654
+ "name": "Chuck Austen",
1655
+ "role": "writer"
1656
+ },
1657
+ {
1658
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/30",
1659
+ "name": "Stan Lee",
1660
+ "role": "writer"
1661
+ },
1662
+ {
1663
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/174",
1664
+ "name": "Sean Chen",
1665
+ "role": "penciller"
1666
+ },
1667
+ {
1668
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/620",
1669
+ "name": "Tom Simmons",
1670
+ "role": "inker"
1671
+ },
1672
+ {
1673
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/8991",
1674
+ "name": "Lee Weeks",
1675
+ "role": "penciller (cover)"
1676
+ }
1677
+ ],
1678
+ "returned": 5
1679
+ },
1680
+ "characters": {
1681
+ "available": 1,
1682
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/360/characters",
1683
+ "items": [
1684
+ {
1685
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
1686
+ "name": "Avengers"
1687
+ }
1688
+ ],
1689
+ "returned": 1
1690
+ },
1691
+ "stories": {
1692
+ "available": 2,
1693
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/360/stories",
1694
+ "items": [
1695
+ {
1696
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1949",
1697
+ "name": "Avengers (1998) #79",
1698
+ "type": "cover"
1699
+ },
1700
+ {
1701
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1950",
1702
+ "name": "Interior #1950",
1703
+ "type": "interiorStory"
1704
+ }
1705
+ ],
1706
+ "returned": 2
1707
+ },
1708
+ "events": {
1709
+ "available": 0,
1710
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/360/events",
1711
+ "items": [
1712
+
1713
+ ],
1714
+ "returned": 0
1715
+ }
1716
+ },
1717
+ {
1718
+ "id": 4925,
1719
+ "digitalId": 790,
1720
+ "title": "Avengers (1998) #75",
1721
+ "issueNumber": 75,
1722
+ "variantDescription": "",
1723
+ "description": "Only the Hulk can stand up to She-Hulk, but their fight is tearing down everything else! Is the Emerald Avenger's only chance the hero who inadvertently set her off to begin with?",
1724
+ "modified": "-0001-11-30T00:00:00-0500",
1725
+ "isbn": "",
1726
+ "upc": "",
1727
+ "diamondCode": "",
1728
+ "ean": "",
1729
+ "issn": "",
1730
+ "format": "Comic",
1731
+ "pageCount": 0,
1732
+ "textObjects": [
1733
+ {
1734
+ "type": "issue_solicit_text",
1735
+ "language": "en-us",
1736
+ "text": "Only the Hulk can stand up to She-Hulk, but their fight is tearing down everything else! Is the Emerald Avenger's only chance the hero who inadvertently set her off to begin with?"
1737
+ }
1738
+ ],
1739
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4925",
1740
+ "urls": [
1741
+ {
1742
+ "type": "detail",
1743
+ "url": "http://marvel.com/comics/issue/4925/avengers_1998_75?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1744
+ },
1745
+ {
1746
+ "type": "reader",
1747
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=790&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1748
+ }
1749
+ ],
1750
+ "series": {
1751
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
1752
+ "name": "Avengers (1998 - 2004)"
1753
+ },
1754
+ "variants": [
1755
+
1756
+ ],
1757
+ "collections": [
1758
+ {
1759
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1251",
1760
+ "name": "Avengers Vol. 3: The Search for She-Hulk (Trade Paperback)"
1761
+ }
1762
+ ],
1763
+ "collectedIssues": [
1764
+
1765
+ ],
1766
+ "dates": [
1767
+ {
1768
+ "type": "onsaleDate",
1769
+ "date": "2004-02-01T00:00:00-0500"
1770
+ },
1771
+ {
1772
+ "type": "focDate",
1773
+ "date": "1961-01-01T00:00:00-0500"
1774
+ },
1775
+ {
1776
+ "type": "unlimitedDate",
1777
+ "date": "2007-11-13T00:00:00-0500"
1778
+ }
1779
+ ],
1780
+ "prices": [
1781
+ {
1782
+ "type": "printPrice",
1783
+ "price": 0
1784
+ }
1785
+ ],
1786
+ "thumbnail": {
1787
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/b/e0/4bc3362aa7be6",
1788
+ "extension": "jpg"
1789
+ },
1790
+ "images": [
1791
+ {
1792
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/9/30/4cb76cd151a76",
1793
+ "extension": "jpg"
1794
+ },
1795
+ {
1796
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/b/e0/4bc3362aa7be6",
1797
+ "extension": "jpg"
1798
+ }
1799
+ ],
1800
+ "creators": {
1801
+ "available": 0,
1802
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4925/creators",
1803
+ "items": [
1804
+
1805
+ ],
1806
+ "returned": 0
1807
+ },
1808
+ "characters": {
1809
+ "available": 1,
1810
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4925/characters",
1811
+ "items": [
1812
+ {
1813
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
1814
+ "name": "Avengers"
1815
+ }
1816
+ ],
1817
+ "returned": 1
1818
+ },
1819
+ "stories": {
1820
+ "available": 2,
1821
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4925/stories",
1822
+ "items": [
1823
+ {
1824
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/572",
1825
+ "name": "Interior #572",
1826
+ "type": "interiorStory"
1827
+ },
1828
+ {
1829
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/65382",
1830
+ "name": "AVENGERS 75 cover",
1831
+ "type": "cover"
1832
+ }
1833
+ ],
1834
+ "returned": 2
1835
+ },
1836
+ "events": {
1837
+ "available": 0,
1838
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4925/events",
1839
+ "items": [
1840
+
1841
+ ],
1842
+ "returned": 0
1843
+ }
1844
+ },
1845
+ {
1846
+ "id": 4937,
1847
+ "digitalId": 800,
1848
+ "title": "Avengers (1998) #76",
1849
+ "issueNumber": 76,
1850
+ "variantDescription": "",
1851
+ "description": "Ant-Man's rivalry with Jack of Hearts is forgotten when Scott Lang faces every parent's nightmare! Will his rescue of his daughter blow up in his face, or will Jack of Hearts blow up in someone else's?",
1852
+ "modified": "-0001-11-30T00:00:00-0500",
1853
+ "isbn": "",
1854
+ "upc": "",
1855
+ "diamondCode": "",
1856
+ "ean": "",
1857
+ "issn": "",
1858
+ "format": "Comic",
1859
+ "pageCount": 0,
1860
+ "textObjects": [
1861
+ {
1862
+ "type": "issue_solicit_text",
1863
+ "language": "en-us",
1864
+ "text": "Ant-Man's rivalry with Jack of Hearts is forgotten when Scott Lang faces every parent's nightmare! Will his rescue of his daughter blow up in his face, or will Jack of Hearts blow up in someone else's?"
1865
+ }
1866
+ ],
1867
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4937",
1868
+ "urls": [
1869
+ {
1870
+ "type": "detail",
1871
+ "url": "http://marvel.com/comics/issue/4937/avengers_1998_76?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1872
+ },
1873
+ {
1874
+ "type": "reader",
1875
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=800&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1876
+ }
1877
+ ],
1878
+ "series": {
1879
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
1880
+ "name": "Avengers (1998 - 2004)"
1881
+ },
1882
+ "variants": [
1883
+
1884
+ ],
1885
+ "collections": [
1886
+ {
1887
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1251",
1888
+ "name": "Avengers Vol. 3: The Search for She-Hulk (Trade Paperback)"
1889
+ }
1890
+ ],
1891
+ "collectedIssues": [
1892
+
1893
+ ],
1894
+ "dates": [
1895
+ {
1896
+ "type": "onsaleDate",
1897
+ "date": "2004-02-01T00:00:00-0500"
1898
+ },
1899
+ {
1900
+ "type": "focDate",
1901
+ "date": "1961-01-01T00:00:00-0500"
1902
+ },
1903
+ {
1904
+ "type": "unlimitedDate",
1905
+ "date": "2007-11-13T00:00:00-0500"
1906
+ }
1907
+ ],
1908
+ "prices": [
1909
+ {
1910
+ "type": "printPrice",
1911
+ "price": 0
1912
+ }
1913
+ ],
1914
+ "thumbnail": {
1915
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/2/60/4bc37faf3afb9",
1916
+ "extension": "jpg"
1917
+ },
1918
+ "images": [
1919
+ {
1920
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/2/60/4bc37faf3afb9",
1921
+ "extension": "jpg"
1922
+ }
1923
+ ],
1924
+ "creators": {
1925
+ "available": 0,
1926
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4937/creators",
1927
+ "items": [
1928
+
1929
+ ],
1930
+ "returned": 0
1931
+ },
1932
+ "characters": {
1933
+ "available": 1,
1934
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4937/characters",
1935
+ "items": [
1936
+ {
1937
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
1938
+ "name": "Avengers"
1939
+ }
1940
+ ],
1941
+ "returned": 1
1942
+ },
1943
+ "stories": {
1944
+ "available": 2,
1945
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4937/stories",
1946
+ "items": [
1947
+ {
1948
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/574",
1949
+ "name": "Interior #574",
1950
+ "type": "interiorStory"
1951
+ },
1952
+ {
1953
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/65383",
1954
+ "name": "AVENGERS 76 cover",
1955
+ "type": "cover"
1956
+ }
1957
+ ],
1958
+ "returned": 2
1959
+ },
1960
+ "events": {
1961
+ "available": 0,
1962
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4937/events",
1963
+ "items": [
1964
+
1965
+ ],
1966
+ "returned": 0
1967
+ }
1968
+ },
1969
+ {
1970
+ "id": 292,
1971
+ "digitalId": 1484,
1972
+ "title": "Avengers (1998) #78",
1973
+ "issueNumber": 78,
1974
+ "variantDescription": "",
1975
+ "description": "The Wrecking Crew has Captain America near death, with only one unlikely hero to defend him! Who will live, and who must be avenged?",
1976
+ "modified": "2012-03-09T14:03:40-0500",
1977
+ "isbn": "",
1978
+ "upc": "5960605432-00711",
1979
+ "diamondCode": "",
1980
+ "ean": "",
1981
+ "issn": "",
1982
+ "format": "Comic",
1983
+ "pageCount": 0,
1984
+ "textObjects": [
1985
+ {
1986
+ "type": "issue_solicit_text",
1987
+ "language": "en-us",
1988
+ "text": "The Wrecking Crew has Captain America near death, with only one unlikely hero to defend him! Who will live, and who must be avenged?"
1989
+ }
1990
+ ],
1991
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/292",
1992
+ "urls": [
1993
+ {
1994
+ "type": "detail",
1995
+ "url": "http://marvel.com/comics/issue/292/avengers_1998_78?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
1996
+ },
1997
+ {
1998
+ "type": "reader",
1999
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=1484&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2000
+ }
2001
+ ],
2002
+ "series": {
2003
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
2004
+ "name": "Avengers (1998 - 2004)"
2005
+ },
2006
+ "variants": [
2007
+
2008
+ ],
2009
+ "collections": [
2010
+ {
2011
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1303",
2012
+ "name": "Avengers Vol. 4: Lionheart of Avalon (Trade Paperback)"
2013
+ }
2014
+ ],
2015
+ "collectedIssues": [
2016
+
2017
+ ],
2018
+ "dates": [
2019
+ {
2020
+ "type": "onsaleDate",
2021
+ "date": "2004-01-28T00:00:00-0500"
2022
+ },
2023
+ {
2024
+ "type": "focDate",
2025
+ "date": "1961-01-01T00:00:00-0500"
2026
+ },
2027
+ {
2028
+ "type": "unlimitedDate",
2029
+ "date": "2007-11-13T00:00:00-0500"
2030
+ }
2031
+ ],
2032
+ "prices": [
2033
+ {
2034
+ "type": "printPrice",
2035
+ "price": 2.25
2036
+ }
2037
+ ],
2038
+ "thumbnail": {
2039
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/f/30/4f5a53c9cab7a",
2040
+ "extension": "jpg"
2041
+ },
2042
+ "images": [
2043
+ {
2044
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/f/30/4f5a53c9cab7a",
2045
+ "extension": "jpg"
2046
+ }
2047
+ ],
2048
+ "creators": {
2049
+ "available": 4,
2050
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/292/creators",
2051
+ "items": [
2052
+ {
2053
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11",
2054
+ "name": "Chuck Austen",
2055
+ "role": "writer"
2056
+ },
2057
+ {
2058
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/30",
2059
+ "name": "Stan Lee",
2060
+ "role": "writer"
2061
+ },
2062
+ {
2063
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6170",
2064
+ "name": "Olivier Coipel",
2065
+ "role": "penciller"
2066
+ },
2067
+ {
2068
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/194",
2069
+ "name": "Scott Kolins",
2070
+ "role": "penciller (cover)"
2071
+ }
2072
+ ],
2073
+ "returned": 4
2074
+ },
2075
+ "characters": {
2076
+ "available": 1,
2077
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/292/characters",
2078
+ "items": [
2079
+ {
2080
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
2081
+ "name": "Avengers"
2082
+ }
2083
+ ],
2084
+ "returned": 1
2085
+ },
2086
+ "stories": {
2087
+ "available": 2,
2088
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/292/stories",
2089
+ "items": [
2090
+ {
2091
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1947",
2092
+ "name": "Avengers (1998) #78",
2093
+ "type": "cover"
2094
+ },
2095
+ {
2096
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1948",
2097
+ "name": "Interior #1948",
2098
+ "type": "interiorStory"
2099
+ }
2100
+ ],
2101
+ "returned": 2
2102
+ },
2103
+ "events": {
2104
+ "available": 0,
2105
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/292/events",
2106
+ "items": [
2107
+
2108
+ ],
2109
+ "returned": 0
2110
+ }
2111
+ },
2112
+ {
2113
+ "id": 374,
2114
+ "digitalId": 1483,
2115
+ "title": "Avengers (1998) #77",
2116
+ "issueNumber": 77,
2117
+ "variantDescription": "",
2118
+ "description": "The Avengers vs. the Wrecking Crew in England! Earth's mightiest heroes should go over big with the British, especially when the Wasp is hundreds of feet high!\r\n \r\n32 PGS./MARVEL PSR…JUST $0.50!",
2119
+ "modified": "2012-03-09T14:07:02-0500",
2120
+ "isbn": "",
2121
+ "upc": "5960605132-03311",
2122
+ "diamondCode": "",
2123
+ "ean": "",
2124
+ "issn": "",
2125
+ "format": "Comic",
2126
+ "pageCount": 0,
2127
+ "textObjects": [
2128
+ {
2129
+ "type": "issue_solicit_text",
2130
+ "language": "en-us",
2131
+ "text": "The Avengers vs. the Wrecking Crew in England! Earth's mightiest heroes should go over big with the British, especially when the Wasp is hundreds of feet high!\r\n \r\n32 PGS./MARVEL PSR…JUST $0.50!"
2132
+ }
2133
+ ],
2134
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/374",
2135
+ "urls": [
2136
+ {
2137
+ "type": "detail",
2138
+ "url": "http://marvel.com/comics/issue/374/avengers_1998_77?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2139
+ },
2140
+ {
2141
+ "type": "reader",
2142
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=1483&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2143
+ }
2144
+ ],
2145
+ "series": {
2146
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
2147
+ "name": "Avengers (1998 - 2004)"
2148
+ },
2149
+ "variants": [
2150
+
2151
+ ],
2152
+ "collections": [
2153
+ {
2154
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1303",
2155
+ "name": "Avengers Vol. 4: Lionheart of Avalon (Trade Paperback)"
2156
+ }
2157
+ ],
2158
+ "collectedIssues": [
2159
+
2160
+ ],
2161
+ "dates": [
2162
+ {
2163
+ "type": "onsaleDate",
2164
+ "date": "2004-01-07T00:00:00-0500"
2165
+ },
2166
+ {
2167
+ "type": "focDate",
2168
+ "date": "1961-01-01T00:00:00-0500"
2169
+ },
2170
+ {
2171
+ "type": "unlimitedDate",
2172
+ "date": "2007-11-13T00:00:00-0500"
2173
+ }
2174
+ ],
2175
+ "prices": [
2176
+ {
2177
+ "type": "printPrice",
2178
+ "price": 0.5
2179
+ }
2180
+ ],
2181
+ "thumbnail": {
2182
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/6/a0/4f5a54968ae12",
2183
+ "extension": "jpg"
2184
+ },
2185
+ "images": [
2186
+ {
2187
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/6/a0/4f5a54968ae12",
2188
+ "extension": "jpg"
2189
+ }
2190
+ ],
2191
+ "creators": {
2192
+ "available": 5,
2193
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/374/creators",
2194
+ "items": [
2195
+ {
2196
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11",
2197
+ "name": "Chuck Austen",
2198
+ "role": "writer"
2199
+ },
2200
+ {
2201
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/30",
2202
+ "name": "Stan Lee",
2203
+ "role": "writer"
2204
+ },
2205
+ {
2206
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/162",
2207
+ "name": "John Cassaday",
2208
+ "role": "penciller (cover)"
2209
+ },
2210
+ {
2211
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6170",
2212
+ "name": "Olivier Coipel",
2213
+ "role": "penciller"
2214
+ },
2215
+ {
2216
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/485",
2217
+ "name": "Andy Lanning",
2218
+ "role": "inker"
2219
+ }
2220
+ ],
2221
+ "returned": 5
2222
+ },
2223
+ "characters": {
2224
+ "available": 1,
2225
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/374/characters",
2226
+ "items": [
2227
+ {
2228
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
2229
+ "name": "Avengers"
2230
+ }
2231
+ ],
2232
+ "returned": 1
2233
+ },
2234
+ "stories": {
2235
+ "available": 2,
2236
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/374/stories",
2237
+ "items": [
2238
+ {
2239
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1649",
2240
+ "name": "Avengers (1998) #77",
2241
+ "type": "cover"
2242
+ },
2243
+ {
2244
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1650",
2245
+ "name": "Interior #1650",
2246
+ "type": "interiorStory"
2247
+ }
2248
+ ],
2249
+ "returned": 2
2250
+ },
2251
+ "events": {
2252
+ "available": 0,
2253
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/374/events",
2254
+ "items": [
2255
+
2256
+ ],
2257
+ "returned": 0
2258
+ }
2259
+ },
2260
+ {
2261
+ "id": 4940,
2262
+ "digitalId": 1482,
2263
+ "title": "Avengers (1998) #73",
2264
+ "issueNumber": 73,
2265
+ "variantDescription": "",
2266
+ "description": "After all the enemies they've faced, the Avengers are falling before one of their own! Twisted by radiation, the She-Hulk has never been more savage – or more unstoppable!",
2267
+ "modified": "-0001-11-30T00:00:00-0500",
2268
+ "isbn": "",
2269
+ "upc": "",
2270
+ "diamondCode": "",
2271
+ "ean": "",
2272
+ "issn": "",
2273
+ "format": "Comic",
2274
+ "pageCount": 0,
2275
+ "textObjects": [
2276
+ {
2277
+ "type": "issue_solicit_text",
2278
+ "language": "en-us",
2279
+ "text": "After all the enemies they've faced, the Avengers are falling before one of their own! Twisted by radiation, the She-Hulk has never been more savage – or more unstoppable!"
2280
+ }
2281
+ ],
2282
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4940",
2283
+ "urls": [
2284
+ {
2285
+ "type": "detail",
2286
+ "url": "http://marvel.com/comics/issue/4940/avengers_1998_73?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2287
+ },
2288
+ {
2289
+ "type": "reader",
2290
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=1482&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2291
+ }
2292
+ ],
2293
+ "series": {
2294
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
2295
+ "name": "Avengers (1998 - 2004)"
2296
+ },
2297
+ "variants": [
2298
+
2299
+ ],
2300
+ "collections": [
2301
+ {
2302
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1251",
2303
+ "name": "Avengers Vol. 3: The Search for She-Hulk (Trade Paperback)"
2304
+ }
2305
+ ],
2306
+ "collectedIssues": [
2307
+
2308
+ ],
2309
+ "dates": [
2310
+ {
2311
+ "type": "onsaleDate",
2312
+ "date": "2004-01-01T00:00:00-0500"
2313
+ },
2314
+ {
2315
+ "type": "focDate",
2316
+ "date": "1961-01-01T00:00:00-0500"
2317
+ },
2318
+ {
2319
+ "type": "unlimitedDate",
2320
+ "date": "2007-11-13T00:00:00-0500"
2321
+ }
2322
+ ],
2323
+ "prices": [
2324
+ {
2325
+ "type": "printPrice",
2326
+ "price": 0
2327
+ }
2328
+ ],
2329
+ "thumbnail": {
2330
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/3/a0/4bc381472659c",
2331
+ "extension": "jpg"
2332
+ },
2333
+ "images": [
2334
+ {
2335
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/3/a0/4bc381472659c",
2336
+ "extension": "jpg"
2337
+ }
2338
+ ],
2339
+ "creators": {
2340
+ "available": 0,
2341
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4940/creators",
2342
+ "items": [
2343
+
2344
+ ],
2345
+ "returned": 0
2346
+ },
2347
+ "characters": {
2348
+ "available": 1,
2349
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4940/characters",
2350
+ "items": [
2351
+ {
2352
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
2353
+ "name": "Avengers"
2354
+ }
2355
+ ],
2356
+ "returned": 1
2357
+ },
2358
+ "stories": {
2359
+ "available": 2,
2360
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4940/stories",
2361
+ "items": [
2362
+ {
2363
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/577",
2364
+ "name": "Interior #577",
2365
+ "type": "interiorStory"
2366
+ },
2367
+ {
2368
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/65385",
2369
+ "name": "AVENGERS 73 cover",
2370
+ "type": "cover"
2371
+ }
2372
+ ],
2373
+ "returned": 2
2374
+ },
2375
+ "events": {
2376
+ "available": 0,
2377
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4940/events",
2378
+ "items": [
2379
+
2380
+ ],
2381
+ "returned": 0
2382
+ }
2383
+ },
2384
+ {
2385
+ "id": 348,
2386
+ "digitalId": 4116,
2387
+ "title": "Avengers (1998) #74",
2388
+ "issueNumber": 74,
2389
+ "variantDescription": "",
2390
+ "description": "“SEARCH FOR SHE-HULK\"\r\n\r\nWhile the Avengers continue to search the globe for her, Jennifer Walters seeks the one person on Earth who can help control her transformations. Featuring the return of the most demanded Avenger of all!\r\n32 PGS.MARVEL PSR…$2.25\r\n",
2391
+ "modified": "2012-03-09T17:00:02-0500",
2392
+ "isbn": "",
2393
+ "upc": "5960605481-00511",
2394
+ "diamondCode": "",
2395
+ "ean": "",
2396
+ "issn": "",
2397
+ "format": "Comic",
2398
+ "pageCount": 0,
2399
+ "textObjects": [
2400
+ {
2401
+ "type": "issue_solicit_text",
2402
+ "language": "en-us",
2403
+ "text": "“SEARCH FOR SHE-HULK\"\r\n\r\nWhile the Avengers continue to search the globe for her, Jennifer Walters seeks the one person on Earth who can help control her transformations. Featuring the return of the most demanded Avenger of all!\r\n32 PGS.MARVEL PSR…$2.25\r\n"
2404
+ }
2405
+ ],
2406
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/348",
2407
+ "urls": [
2408
+ {
2409
+ "type": "detail",
2410
+ "url": "http://marvel.com/comics/issue/348/avengers_1998_74?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2411
+ },
2412
+ {
2413
+ "type": "purchase",
2414
+ "url": "http://comicstore.marvel.com/Avengers-74/digital-comic/4116?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2415
+ },
2416
+ {
2417
+ "type": "reader",
2418
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=4116&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2419
+ },
2420
+ {
2421
+ "type": "inAppLink",
2422
+ "url": "http://applink.marvel.com/issue/4116?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2423
+ }
2424
+ ],
2425
+ "series": {
2426
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
2427
+ "name": "Avengers (1998 - 2004)"
2428
+ },
2429
+ "variants": [
2430
+
2431
+ ],
2432
+ "collections": [
2433
+ {
2434
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1251",
2435
+ "name": "Avengers Vol. 3: The Search for She-Hulk (Trade Paperback)"
2436
+ }
2437
+ ],
2438
+ "collectedIssues": [
2439
+
2440
+ ],
2441
+ "dates": [
2442
+ {
2443
+ "type": "onsaleDate",
2444
+ "date": "2003-11-26T00:00:00-0500"
2445
+ },
2446
+ {
2447
+ "type": "focDate",
2448
+ "date": "-0001-11-30T00:00:00-0500"
2449
+ },
2450
+ {
2451
+ "type": "unlimitedDate",
2452
+ "date": "2007-11-13T00:00:00-0500"
2453
+ },
2454
+ {
2455
+ "type": "digitalPurchaseDate",
2456
+ "date": "2012-07-24T00:00:00-0400"
2457
+ }
2458
+ ],
2459
+ "prices": [
2460
+ {
2461
+ "type": "printPrice",
2462
+ "price": 2.25
2463
+ },
2464
+ {
2465
+ "type": "digitalPurchasePrice",
2466
+ "price": 1.99
2467
+ }
2468
+ ],
2469
+ "thumbnail": {
2470
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/c/30/4f5a7d3c077ba",
2471
+ "extension": "jpg"
2472
+ },
2473
+ "images": [
2474
+ {
2475
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/c/30/4f5a7d3c077ba",
2476
+ "extension": "jpg"
2477
+ }
2478
+ ],
2479
+ "creators": {
2480
+ "available": 2,
2481
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/348/creators",
2482
+ "items": [
2483
+ {
2484
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/181",
2485
+ "name": "Geoff Johns",
2486
+ "role": "writer"
2487
+ },
2488
+ {
2489
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/194",
2490
+ "name": "Scott Kolins",
2491
+ "role": "penciller (cover)"
2492
+ }
2493
+ ],
2494
+ "returned": 2
2495
+ },
2496
+ "characters": {
2497
+ "available": 1,
2498
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/348/characters",
2499
+ "items": [
2500
+ {
2501
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
2502
+ "name": "Avengers"
2503
+ }
2504
+ ],
2505
+ "returned": 1
2506
+ },
2507
+ "stories": {
2508
+ "available": 2,
2509
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/348/stories",
2510
+ "items": [
2511
+ {
2512
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/2326",
2513
+ "name": "Avengers (1998) #74",
2514
+ "type": "cover"
2515
+ },
2516
+ {
2517
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/2327",
2518
+ "name": "Interior #2327",
2519
+ "type": "interiorStory"
2520
+ }
2521
+ ],
2522
+ "returned": 2
2523
+ },
2524
+ "events": {
2525
+ "available": 0,
2526
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/348/events",
2527
+ "items": [
2528
+
2529
+ ],
2530
+ "returned": 0
2531
+ }
2532
+ },
2533
+ {
2534
+ "id": 4648,
2535
+ "digitalId": 1480,
2536
+ "title": "Avengers (1998) #71",
2537
+ "issueNumber": 71,
2538
+ "variantDescription": "",
2539
+ "description": null,
2540
+ "modified": "-0001-11-30T00:00:00-0500",
2541
+ "isbn": "",
2542
+ "upc": "",
2543
+ "diamondCode": "",
2544
+ "ean": "",
2545
+ "issn": "",
2546
+ "format": "Comic",
2547
+ "pageCount": 0,
2548
+ "textObjects": [
2549
+
2550
+ ],
2551
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4648",
2552
+ "urls": [
2553
+ {
2554
+ "type": "detail",
2555
+ "url": "http://marvel.com/comics/issue/4648/avengers_1998_71?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2556
+ },
2557
+ {
2558
+ "type": "reader",
2559
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=1480&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2560
+ }
2561
+ ],
2562
+ "series": {
2563
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
2564
+ "name": "Avengers (1998 - 2004)"
2565
+ },
2566
+ "variants": [
2567
+
2568
+ ],
2569
+ "collections": [
2570
+ {
2571
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1251",
2572
+ "name": "Avengers Vol. 3: The Search for She-Hulk (Trade Paperback)"
2573
+ }
2574
+ ],
2575
+ "collectedIssues": [
2576
+
2577
+ ],
2578
+ "dates": [
2579
+ {
2580
+ "type": "onsaleDate",
2581
+ "date": "2003-11-01T00:00:00-0500"
2582
+ },
2583
+ {
2584
+ "type": "focDate",
2585
+ "date": "-0001-11-30T00:00:00-0500"
2586
+ },
2587
+ {
2588
+ "type": "unlimitedDate",
2589
+ "date": "2007-11-13T00:00:00-0500"
2590
+ }
2591
+ ],
2592
+ "prices": [
2593
+ {
2594
+ "type": "printPrice",
2595
+ "price": 0
2596
+ }
2597
+ ],
2598
+ "thumbnail": {
2599
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/2/b0/4bc381420326d",
2600
+ "extension": "jpg"
2601
+ },
2602
+ "images": [
2603
+ {
2604
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/2/b0/4bc381420326d",
2605
+ "extension": "jpg"
2606
+ }
2607
+ ],
2608
+ "creators": {
2609
+ "available": 0,
2610
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4648/creators",
2611
+ "items": [
2612
+
2613
+ ],
2614
+ "returned": 0
2615
+ },
2616
+ "characters": {
2617
+ "available": 1,
2618
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4648/characters",
2619
+ "items": [
2620
+ {
2621
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
2622
+ "name": "Avengers"
2623
+ }
2624
+ ],
2625
+ "returned": 1
2626
+ },
2627
+ "stories": {
2628
+ "available": 2,
2629
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4648/stories",
2630
+ "items": [
2631
+ {
2632
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/542",
2633
+ "name": "Interior #542",
2634
+ "type": "interiorStory"
2635
+ },
2636
+ {
2637
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/65366",
2638
+ "name": "AVENGERS 71 cover",
2639
+ "type": "cover"
2640
+ }
2641
+ ],
2642
+ "returned": 2
2643
+ },
2644
+ "events": {
2645
+ "available": 0,
2646
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/4648/events",
2647
+ "items": [
2648
+
2649
+ ],
2650
+ "returned": 0
2651
+ }
2652
+ },
2653
+ {
2654
+ "id": 375,
2655
+ "digitalId": 4088,
2656
+ "title": "Avengers (1998) #72",
2657
+ "issueNumber": 72,
2658
+ "variantDescription": "",
2659
+ "description": "The She-Hulk is gone, and Jennifer Walters is on the run! Her friends aren't sure what she's afraid of, but they'll find out!\r\n\r\n32 PGS.MARVEL PSR…$2.25",
2660
+ "modified": "2012-03-09T16:51:59-0500",
2661
+ "isbn": "",
2662
+ "upc": "5960604706-05711",
2663
+ "diamondCode": "",
2664
+ "ean": "",
2665
+ "issn": "",
2666
+ "format": "Comic",
2667
+ "pageCount": 0,
2668
+ "textObjects": [
2669
+ {
2670
+ "type": "issue_solicit_text",
2671
+ "language": "en-us",
2672
+ "text": "The She-Hulk is gone, and Jennifer Walters is on the run! Her friends aren't sure what she's afraid of, but they'll find out!\r\n\r\n32 PGS.MARVEL PSR…$2.25"
2673
+ }
2674
+ ],
2675
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/375",
2676
+ "urls": [
2677
+ {
2678
+ "type": "detail",
2679
+ "url": "http://marvel.com/comics/issue/375/avengers_1998_72?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2680
+ },
2681
+ {
2682
+ "type": "reader",
2683
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=4088&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2684
+ }
2685
+ ],
2686
+ "series": {
2687
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
2688
+ "name": "Avengers (1998 - 2004)"
2689
+ },
2690
+ "variants": [
2691
+
2692
+ ],
2693
+ "collections": [
2694
+ {
2695
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1251",
2696
+ "name": "Avengers Vol. 3: The Search for She-Hulk (Trade Paperback)"
2697
+ }
2698
+ ],
2699
+ "collectedIssues": [
2700
+
2701
+ ],
2702
+ "dates": [
2703
+ {
2704
+ "type": "onsaleDate",
2705
+ "date": "2003-10-22T00:00:00-0400"
2706
+ },
2707
+ {
2708
+ "type": "focDate",
2709
+ "date": "1961-01-01T00:00:00-0500"
2710
+ },
2711
+ {
2712
+ "type": "unlimitedDate",
2713
+ "date": "2007-11-13T00:00:00-0500"
2714
+ }
2715
+ ],
2716
+ "prices": [
2717
+ {
2718
+ "type": "printPrice",
2719
+ "price": 2.25
2720
+ }
2721
+ ],
2722
+ "thumbnail": {
2723
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/8/c0/4f5a7b31c05d2",
2724
+ "extension": "jpg"
2725
+ },
2726
+ "images": [
2727
+ {
2728
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/8/c0/4f5a7b31c05d2",
2729
+ "extension": "jpg"
2730
+ }
2731
+ ],
2732
+ "creators": {
2733
+ "available": 2,
2734
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/375/creators",
2735
+ "items": [
2736
+ {
2737
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/181",
2738
+ "name": "Geoff Johns",
2739
+ "role": "writer"
2740
+ },
2741
+ {
2742
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/194",
2743
+ "name": "Scott Kolins",
2744
+ "role": "penciller (cover)"
2745
+ }
2746
+ ],
2747
+ "returned": 2
2748
+ },
2749
+ "characters": {
2750
+ "available": 1,
2751
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/375/characters",
2752
+ "items": [
2753
+ {
2754
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
2755
+ "name": "Avengers"
2756
+ }
2757
+ ],
2758
+ "returned": 1
2759
+ },
2760
+ "stories": {
2761
+ "available": 2,
2762
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/375/stories",
2763
+ "items": [
2764
+ {
2765
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1054",
2766
+ "name": "Avengers (1998) #72",
2767
+ "type": "cover"
2768
+ },
2769
+ {
2770
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1055",
2771
+ "name": "Interior #1055",
2772
+ "type": "interiorStory"
2773
+ }
2774
+ ],
2775
+ "returned": 2
2776
+ },
2777
+ "events": {
2778
+ "available": 0,
2779
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/375/events",
2780
+ "items": [
2781
+
2782
+ ],
2783
+ "returned": 0
2784
+ }
2785
+ },
2786
+ {
2787
+ "id": 324,
2788
+ "digitalId": 5225,
2789
+ "title": "Avengers (1998) #70",
2790
+ "issueNumber": 70,
2791
+ "variantDescription": "",
2792
+ "description": "Artist Olivier Coipel's first story arc concludes, as the Avengers risk all to halt the spread of the deadly Red Zone bacteria! ",
2793
+ "modified": "2012-03-09T16:56:13-0500",
2794
+ "isbn": "",
2795
+ "upc": "5960605473-00611",
2796
+ "diamondCode": "",
2797
+ "ean": "",
2798
+ "issn": "",
2799
+ "format": "Comic",
2800
+ "pageCount": 0,
2801
+ "textObjects": [
2802
+ {
2803
+ "type": "issue_solicit_text",
2804
+ "language": "en-us",
2805
+ "text": "Artist Olivier Coipel's first story arc concludes, as the Avengers risk all to halt the spread of the deadly Red Zone bacteria! "
2806
+ }
2807
+ ],
2808
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/324",
2809
+ "urls": [
2810
+ {
2811
+ "type": "detail",
2812
+ "url": "http://marvel.com/comics/issue/324/avengers_1998_70?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2813
+ },
2814
+ {
2815
+ "type": "reader",
2816
+ "url": "http://marvel.com/digitalcomics/view.htm?iid=5225&utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
2817
+ }
2818
+ ],
2819
+ "series": {
2820
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
2821
+ "name": "Avengers (1998 - 2004)"
2822
+ },
2823
+ "variants": [
2824
+
2825
+ ],
2826
+ "collections": [
2827
+ {
2828
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1214",
2829
+ "name": "Avengers Vol. II: Red Zone (Trade Paperback)"
2830
+ },
2831
+ {
2832
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1170",
2833
+ "name": "Avengers Vol. 2: Red Zone (Trade Paperback)"
2834
+ }
2835
+ ],
2836
+ "collectedIssues": [
2837
+
2838
+ ],
2839
+ "dates": [
2840
+ {
2841
+ "type": "onsaleDate",
2842
+ "date": "2003-10-01T00:00:00-0400"
2843
+ },
2844
+ {
2845
+ "type": "focDate",
2846
+ "date": "-0001-11-30T00:00:00-0500"
2847
+ },
2848
+ {
2849
+ "type": "unlimitedDate",
2850
+ "date": "2010-03-16T00:00:00-0400"
2851
+ }
2852
+ ],
2853
+ "prices": [
2854
+ {
2855
+ "type": "printPrice",
2856
+ "price": 2.25
2857
+ }
2858
+ ],
2859
+ "thumbnail": {
2860
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/b/e0/4f5a7c2bc251d",
2861
+ "extension": "jpg"
2862
+ },
2863
+ "images": [
2864
+ {
2865
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/b/e0/4f5a7c2bc251d",
2866
+ "extension": "jpg"
2867
+ }
2868
+ ],
2869
+ "creators": {
2870
+ "available": 4,
2871
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/324/creators",
2872
+ "items": [
2873
+ {
2874
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6170",
2875
+ "name": "Olivier Coipel",
2876
+ "role": "penciller"
2877
+ },
2878
+ {
2879
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/181",
2880
+ "name": "Geoff Johns",
2881
+ "role": "writer"
2882
+ },
2883
+ {
2884
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/5752",
2885
+ "name": "J. G. Jones",
2886
+ "role": "penciller (cover)"
2887
+ },
2888
+ {
2889
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/485",
2890
+ "name": "Andy Lanning",
2891
+ "role": "inker"
2892
+ }
2893
+ ],
2894
+ "returned": 4
2895
+ },
2896
+ "characters": {
2897
+ "available": 1,
2898
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/324/characters",
2899
+ "items": [
2900
+ {
2901
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009165",
2902
+ "name": "Avengers"
2903
+ }
2904
+ ],
2905
+ "returned": 1
2906
+ },
2907
+ "stories": {
2908
+ "available": 2,
2909
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/324/stories",
2910
+ "items": [
2911
+ {
2912
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/2295",
2913
+ "name": "Avengers (1998) #70",
2914
+ "type": "cover"
2915
+ },
2916
+ {
2917
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/2296",
2918
+ "name": "Artist Olivier Coipel's first story arc concludes, as the Avengers risk all to halt the spread of the deadly Red Zone bacteria!",
2919
+ "type": "interiorStory"
2920
+ }
2921
+ ],
2922
+ "returned": 2
2923
+ },
2924
+ "events": {
2925
+ "available": 0,
2926
+ "collectionURI": "http://gateway.marvel.com/v1/public/comics/324/events",
2927
+ "items": [
2928
+
2929
+ ],
2930
+ "returned": 0
2931
+ }
2932
+ }
2933
+ ]
2934
+ }
2935
+ }