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,2243 @@
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": "c8522dcdd9742d2ae6af173e09d66f57bcab745d",
8
+ "data": {
9
+ "offset": 0,
10
+ "limit": 20,
11
+ "total": 193,
12
+ "count": 20,
13
+ "results": [
14
+ {
15
+ "id": 6850,
16
+ "title": "X-Men Chronicles 1-2; Tales from the AOA: By the Light",
17
+ "description": "",
18
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/6850",
19
+ "type": "story",
20
+ "modified": "1969-12-31T19:00:00-0500",
21
+ "thumbnail": null,
22
+ "creators": {
23
+ "available": 13,
24
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/6850/creators",
25
+ "items": [
26
+ {
27
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/232",
28
+ "name": "Chris Bachalo",
29
+ "role": "penciller"
30
+ },
31
+ {
32
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/354",
33
+ "name": "Tony Daniel",
34
+ "role": "penciller"
35
+ },
36
+ {
37
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/374",
38
+ "name": "Steve Epting",
39
+ "role": "penciller"
40
+ },
41
+ {
42
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/2879",
43
+ "name": "Adam Kubert",
44
+ "role": "penciller"
45
+ },
46
+ {
47
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/175",
48
+ "name": "Andy Kubert",
49
+ "role": "penciller"
50
+ },
51
+ {
52
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11757",
53
+ "name": "Salvador Larroca",
54
+ "role": "penciller"
55
+ },
56
+ {
57
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/1222",
58
+ "name": "Joe Madureira",
59
+ "role": "penciller"
60
+ },
61
+ {
62
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/676",
63
+ "name": "Warren Ellis",
64
+ "role": "writer"
65
+ },
66
+ {
67
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/42",
68
+ "name": "Larry Hama",
69
+ "role": "writer"
70
+ },
71
+ {
72
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/1221",
73
+ "name": "John Francis Moore",
74
+ "role": "writer"
75
+ },
76
+ {
77
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6001",
78
+ "name": "Fabian Nicieza",
79
+ "role": "writer"
80
+ },
81
+ {
82
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/3635",
83
+ "name": "Joe Quesada",
84
+ "role": "writer"
85
+ },
86
+ {
87
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/119",
88
+ "name": "Mark Waid",
89
+ "role": "writer"
90
+ }
91
+ ],
92
+ "returned": 13
93
+ },
94
+ "characters": {
95
+ "available": 0,
96
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/6850/characters",
97
+ "items": [
98
+
99
+ ],
100
+ "returned": 0
101
+ },
102
+ "series": {
103
+ "available": 1,
104
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/6850/series",
105
+ "items": [
106
+ {
107
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1452",
108
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 1 (2005)"
109
+ }
110
+ ],
111
+ "returned": 1
112
+ },
113
+ "comics": {
114
+ "available": 1,
115
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/6850/comics",
116
+ "items": [
117
+ {
118
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1780",
119
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 1 (Trade Paperback)"
120
+ }
121
+ ],
122
+ "returned": 1
123
+ },
124
+ "events": {
125
+ "available": 1,
126
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/6850/events",
127
+ "items": [
128
+ {
129
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
130
+ "name": "Age of Apocalypse"
131
+ }
132
+ ],
133
+ "returned": 1
134
+ },
135
+ "originalIssue": {
136
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/1780",
137
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 1 (Trade Paperback)"
138
+ }
139
+ },
140
+ {
141
+ "id": 7272,
142
+ "title": "X-Calibre 2-3, Astonishing X-Men 2-4, Generation Next 2-3, X-Man 2-3, Factor X 3, Amazing X-Men 3, Gambit & The X-Ternals 3, X-U",
143
+ "description": "",
144
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/7272",
145
+ "type": "cover",
146
+ "modified": "2013-07-10T12:20:47-0400",
147
+ "thumbnail": null,
148
+ "creators": {
149
+ "available": 1,
150
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/7272/creators",
151
+ "items": [
152
+ {
153
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/214",
154
+ "name": "John Romita JR.",
155
+ "role": "penciller (cover)"
156
+ }
157
+ ],
158
+ "returned": 1
159
+ },
160
+ "characters": {
161
+ "available": 0,
162
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/7272/characters",
163
+ "items": [
164
+
165
+ ],
166
+ "returned": 0
167
+ },
168
+ "series": {
169
+ "available": 1,
170
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/7272/series",
171
+ "items": [
172
+ {
173
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1684",
174
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 3 (2006)"
175
+ }
176
+ ],
177
+ "returned": 1
178
+ },
179
+ "comics": {
180
+ "available": 1,
181
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/7272/comics",
182
+ "items": [
183
+ {
184
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4090",
185
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 3 (Trade Paperback)"
186
+ }
187
+ ],
188
+ "returned": 1
189
+ },
190
+ "events": {
191
+ "available": 1,
192
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/7272/events",
193
+ "items": [
194
+ {
195
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
196
+ "name": "Age of Apocalypse"
197
+ }
198
+ ],
199
+ "returned": 1
200
+ },
201
+ "originalIssue": {
202
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4090",
203
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 3 (Trade Paperback)"
204
+ }
205
+ },
206
+ {
207
+ "id": 7273,
208
+ "title": "X-Calibre 2-3, Astonishing X-Men 2-4, Generation Next 2-3, X-Man 2-3, Factor X 3, Amazing X-Men 3, Gambit & The X-Ternals 3, X-U",
209
+ "description": "",
210
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/7273",
211
+ "type": "story",
212
+ "modified": "1969-12-31T19:00:00-0500",
213
+ "thumbnail": null,
214
+ "creators": {
215
+ "available": 0,
216
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/7273/creators",
217
+ "items": [
218
+
219
+ ],
220
+ "returned": 0
221
+ },
222
+ "characters": {
223
+ "available": 0,
224
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/7273/characters",
225
+ "items": [
226
+
227
+ ],
228
+ "returned": 0
229
+ },
230
+ "series": {
231
+ "available": 1,
232
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/7273/series",
233
+ "items": [
234
+ {
235
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1684",
236
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 3 (2006)"
237
+ }
238
+ ],
239
+ "returned": 1
240
+ },
241
+ "comics": {
242
+ "available": 1,
243
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/7273/comics",
244
+ "items": [
245
+ {
246
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4090",
247
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 3 (Trade Paperback)"
248
+ }
249
+ ],
250
+ "returned": 1
251
+ },
252
+ "events": {
253
+ "available": 1,
254
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/7273/events",
255
+ "items": [
256
+ {
257
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
258
+ "name": "Age of Apocalypse"
259
+ }
260
+ ],
261
+ "returned": 1
262
+ },
263
+ "originalIssue": {
264
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4090",
265
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 3 (Trade Paperback)"
266
+ }
267
+ },
268
+ {
269
+ "id": 24492,
270
+ "title": "Interior #24492",
271
+ "description": "",
272
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/24492",
273
+ "type": "story",
274
+ "modified": "1969-12-31T19:00:00-0500",
275
+ "thumbnail": null,
276
+ "creators": {
277
+ "available": 3,
278
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24492/creators",
279
+ "items": [
280
+ {
281
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
282
+ "name": "Bob Harras",
283
+ "role": "editor"
284
+ },
285
+ {
286
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/570",
287
+ "name": "Klaus Janson",
288
+ "role": "inker"
289
+ },
290
+ {
291
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/214",
292
+ "name": "John Romita JR.",
293
+ "role": "penciller (cover)"
294
+ }
295
+ ],
296
+ "returned": 3
297
+ },
298
+ "characters": {
299
+ "available": 14,
300
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24492/characters",
301
+ "items": [
302
+ {
303
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009156",
304
+ "name": "Apocalypse"
305
+ },
306
+ {
307
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009182",
308
+ "name": "Bishop"
309
+ },
310
+ {
311
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009197",
312
+ "name": "Blink"
313
+ },
314
+ {
315
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009243",
316
+ "name": "Colossus"
317
+ },
318
+ {
319
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009271",
320
+ "name": "Destiny"
321
+ },
322
+ {
323
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009415",
324
+ "name": "Magik (Illyana Rasputin)"
325
+ },
326
+ {
327
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009417",
328
+ "name": "Magneto"
329
+ },
330
+ {
331
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009456",
332
+ "name": "Morph"
333
+ },
334
+ {
335
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009472",
336
+ "name": "Nightcrawler"
337
+ },
338
+ {
339
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009524",
340
+ "name": "Quicksilver"
341
+ },
342
+ {
343
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009546",
344
+ "name": "Rogue"
345
+ },
346
+ {
347
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009554",
348
+ "name": "Sabretooth"
349
+ },
350
+ {
351
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009715",
352
+ "name": "Wild Child"
353
+ },
354
+ {
355
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009726",
356
+ "name": "X-Men"
357
+ }
358
+ ],
359
+ "returned": 14
360
+ },
361
+ "series": {
362
+ "available": 2,
363
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24492/series",
364
+ "items": [
365
+ {
366
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2101",
367
+ "name": "X-Men: Omega (1995)"
368
+ },
369
+ {
370
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1685",
371
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 4 (2006)"
372
+ }
373
+ ],
374
+ "returned": 2
375
+ },
376
+ "comics": {
377
+ "available": 2,
378
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24492/comics",
379
+ "items": [
380
+ {
381
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12370",
382
+ "name": "X-Men: Omega (1995) #1"
383
+ },
384
+ {
385
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/5369",
386
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 4 (Trade Paperback)"
387
+ }
388
+ ],
389
+ "returned": 2
390
+ },
391
+ "events": {
392
+ "available": 1,
393
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24492/events",
394
+ "items": [
395
+ {
396
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
397
+ "name": "Age of Apocalypse"
398
+ }
399
+ ],
400
+ "returned": 1
401
+ },
402
+ "originalIssue": {
403
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12370",
404
+ "name": "X-Men: Omega (1995) #1"
405
+ }
406
+ },
407
+ {
408
+ "id": 24493,
409
+ "title": "Endings",
410
+ "description": "",
411
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/24493",
412
+ "type": "story",
413
+ "modified": "1969-12-31T19:00:00-0500",
414
+ "thumbnail": null,
415
+ "creators": {
416
+ "available": 8,
417
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24493/creators",
418
+ "items": [
419
+ {
420
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/807",
421
+ "name": "Comicraft",
422
+ "role": "letterer"
423
+ },
424
+ {
425
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/350",
426
+ "name": "Richard Starkings",
427
+ "role": "letterer"
428
+ },
429
+ {
430
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/1909",
431
+ "name": "Steve Buccellato",
432
+ "role": "colorist"
433
+ },
434
+ {
435
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/4101",
436
+ "name": "Electric Crayon",
437
+ "role": "colorist"
438
+ },
439
+ {
440
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/356",
441
+ "name": "Roger Cruz",
442
+ "role": "penciller"
443
+ },
444
+ {
445
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
446
+ "name": "Bob Harras",
447
+ "role": "editor"
448
+ },
449
+ {
450
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/3637",
451
+ "name": "Scott Lobdell",
452
+ "role": "writer"
453
+ },
454
+ {
455
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/119",
456
+ "name": "Mark Waid",
457
+ "role": "writer"
458
+ }
459
+ ],
460
+ "returned": 8
461
+ },
462
+ "characters": {
463
+ "available": 26,
464
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24493/characters",
465
+ "items": [
466
+ {
467
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009156",
468
+ "name": "Apocalypse"
469
+ },
470
+ {
471
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009159",
472
+ "name": "Archangel"
473
+ },
474
+ {
475
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009175",
476
+ "name": "Beast"
477
+ },
478
+ {
479
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009182",
480
+ "name": "Bishop"
481
+ },
482
+ {
483
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009197",
484
+ "name": "Blink"
485
+ },
486
+ {
487
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009243",
488
+ "name": "Colossus"
489
+ },
490
+ {
491
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009257",
492
+ "name": "Cyclops"
493
+ },
494
+ {
495
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009271",
496
+ "name": "Destiny"
497
+ },
498
+ {
499
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009313",
500
+ "name": "Gambit"
501
+ },
502
+ {
503
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009337",
504
+ "name": "Havok"
505
+ },
506
+ {
507
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009349",
508
+ "name": "Holocaust (Age of Apocalypse)"
509
+ },
510
+ {
511
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009362",
512
+ "name": "Iceman"
513
+ },
514
+ {
515
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009381",
516
+ "name": "Jubilee"
517
+ },
518
+ {
519
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009508",
520
+ "name": "Kitty Pryde"
521
+ },
522
+ {
523
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009399",
524
+ "name": "Legion"
525
+ },
526
+ {
527
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009415",
528
+ "name": "Magik (Illyana Rasputin)"
529
+ },
530
+ {
531
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009417",
532
+ "name": "Magneto"
533
+ },
534
+ {
535
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009456",
536
+ "name": "Morph"
537
+ },
538
+ {
539
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009472",
540
+ "name": "Nightcrawler"
541
+ },
542
+ {
543
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009504",
544
+ "name": "Professor X"
545
+ }
546
+ ],
547
+ "returned": 20
548
+ },
549
+ "series": {
550
+ "available": 2,
551
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24493/series",
552
+ "items": [
553
+ {
554
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2101",
555
+ "name": "X-Men: Omega (1995)"
556
+ },
557
+ {
558
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1685",
559
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 4 (2006)"
560
+ }
561
+ ],
562
+ "returned": 2
563
+ },
564
+ "comics": {
565
+ "available": 2,
566
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24493/comics",
567
+ "items": [
568
+ {
569
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12370",
570
+ "name": "X-Men: Omega (1995) #1"
571
+ },
572
+ {
573
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/5369",
574
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 4 (Trade Paperback)"
575
+ }
576
+ ],
577
+ "returned": 2
578
+ },
579
+ "events": {
580
+ "available": 1,
581
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24493/events",
582
+ "items": [
583
+ {
584
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
585
+ "name": "Age of Apocalypse"
586
+ }
587
+ ],
588
+ "returned": 1
589
+ },
590
+ "originalIssue": {
591
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12370",
592
+ "name": "X-Men: Omega (1995) #1"
593
+ }
594
+ },
595
+ {
596
+ "id": 24495,
597
+ "title": "Racing the Night",
598
+ "description": "",
599
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/24495",
600
+ "type": "story",
601
+ "modified": "1969-12-31T19:00:00-0500",
602
+ "thumbnail": null,
603
+ "creators": {
604
+ "available": 15,
605
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24495/creators",
606
+ "items": [
607
+ {
608
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/807",
609
+ "name": "Comicraft",
610
+ "role": "letterer"
611
+ },
612
+ {
613
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/350",
614
+ "name": "Richard Starkings",
615
+ "role": "letterer"
616
+ },
617
+ {
618
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/1909",
619
+ "name": "Steve Buccellato",
620
+ "role": "colorist"
621
+ },
622
+ {
623
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/4101",
624
+ "name": "Electric Crayon",
625
+ "role": "colorist"
626
+ },
627
+ {
628
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/5268",
629
+ "name": "Jim Calafiore",
630
+ "role": "penciller"
631
+ },
632
+ {
633
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/277",
634
+ "name": "Terry Dodson",
635
+ "role": "penciller"
636
+ },
637
+ {
638
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/308",
639
+ "name": "Gary Frank",
640
+ "role": "penciller"
641
+ },
642
+ {
643
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/4027",
644
+ "name": "Ben Herrera",
645
+ "role": "penciller"
646
+ },
647
+ {
648
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/339",
649
+ "name": "Bryan Hitch",
650
+ "role": "penciller"
651
+ },
652
+ {
653
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/2321",
654
+ "name": "Jeff Matsuda",
655
+ "role": "penciller"
656
+ },
657
+ {
658
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/9137",
659
+ "name": "Mike McKone",
660
+ "role": "penciller"
661
+ },
662
+ {
663
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/559",
664
+ "name": "Paul Pelletier",
665
+ "role": "penciller"
666
+ },
667
+ {
668
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/4102",
669
+ "name": "Bob Harris",
670
+ "role": "editor"
671
+ },
672
+ {
673
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6001",
674
+ "name": "Fabian Nicieza",
675
+ "role": "writer"
676
+ },
677
+ {
678
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/3635",
679
+ "name": "Joe Quesada",
680
+ "role": "writer"
681
+ }
682
+ ],
683
+ "returned": 15
684
+ },
685
+ "characters": {
686
+ "available": 35,
687
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24495/characters",
688
+ "items": [
689
+ {
690
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009158",
691
+ "name": "Arcade"
692
+ },
693
+ {
694
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009159",
695
+ "name": "Archangel"
696
+ },
697
+ {
698
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009596",
699
+ "name": "Banshee (Theresa Rourke)"
700
+ },
701
+ {
702
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009175",
703
+ "name": "Beast"
704
+ },
705
+ {
706
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009182",
707
+ "name": "Bishop"
708
+ },
709
+ {
710
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009205",
711
+ "name": "Boomer"
712
+ },
713
+ {
714
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009214",
715
+ "name": "Cable"
716
+ },
717
+ {
718
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009219",
719
+ "name": "Cannonball"
720
+ },
721
+ {
722
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009243",
723
+ "name": "Colossus"
724
+ },
725
+ {
726
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009257",
727
+ "name": "Cyclops"
728
+ },
729
+ {
730
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009277",
731
+ "name": "Domino"
732
+ },
733
+ {
734
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009292",
735
+ "name": "Emplate"
736
+ },
737
+ {
738
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009295",
739
+ "name": "Exodus"
740
+ },
741
+ {
742
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009309",
743
+ "name": "Forge"
744
+ },
745
+ {
746
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009313",
747
+ "name": "Gambit"
748
+ },
749
+ {
750
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009337",
751
+ "name": "Havok"
752
+ },
753
+ {
754
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009349",
755
+ "name": "Holocaust (Age of Apocalypse)"
756
+ },
757
+ {
758
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009357",
759
+ "name": "Husk"
760
+ },
761
+ {
762
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009362",
763
+ "name": "Iceman"
764
+ },
765
+ {
766
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009381",
767
+ "name": "Jubilee"
768
+ }
769
+ ],
770
+ "returned": 20
771
+ },
772
+ "series": {
773
+ "available": 2,
774
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24495/series",
775
+ "items": [
776
+ {
777
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2102",
778
+ "name": "X-Men: Prime (1995)"
779
+ },
780
+ {
781
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1685",
782
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 4 (2006)"
783
+ }
784
+ ],
785
+ "returned": 2
786
+ },
787
+ "comics": {
788
+ "available": 2,
789
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24495/comics",
790
+ "items": [
791
+ {
792
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12371",
793
+ "name": "X-Men: Prime (1995) #1"
794
+ },
795
+ {
796
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/5369",
797
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 4 (Trade Paperback)"
798
+ }
799
+ ],
800
+ "returned": 2
801
+ },
802
+ "events": {
803
+ "available": 1,
804
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/24495/events",
805
+ "items": [
806
+ {
807
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
808
+ "name": "Age of Apocalypse"
809
+ }
810
+ ],
811
+ "returned": 1
812
+ },
813
+ "originalIssue": {
814
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12371",
815
+ "name": "X-Men: Prime (1995) #1"
816
+ }
817
+ },
818
+ {
819
+ "id": 26280,
820
+ "title": "Cover #26280",
821
+ "description": "",
822
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/26280",
823
+ "type": "cover",
824
+ "modified": "2013-06-13T16:06:58-0400",
825
+ "thumbnail": null,
826
+ "creators": {
827
+ "available": 4,
828
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/26280/creators",
829
+ "items": [
830
+ {
831
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/9565",
832
+ "name": "Tom DeFalco",
833
+ "role": "editor"
834
+ },
835
+ {
836
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
837
+ "name": "Bob Harras",
838
+ "role": "editor"
839
+ },
840
+ {
841
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/1222",
842
+ "name": "Joe Madureira",
843
+ "role": "penciller (cover)"
844
+ },
845
+ {
846
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/427",
847
+ "name": "Tim Townsend",
848
+ "role": "inker"
849
+ }
850
+ ],
851
+ "returned": 4
852
+ },
853
+ "characters": {
854
+ "available": 14,
855
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/26280/characters",
856
+ "items": [
857
+ {
858
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009156",
859
+ "name": "Apocalypse"
860
+ },
861
+ {
862
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009182",
863
+ "name": "Bishop"
864
+ },
865
+ {
866
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009197",
867
+ "name": "Blink"
868
+ },
869
+ {
870
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009243",
871
+ "name": "Colossus"
872
+ },
873
+ {
874
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009313",
875
+ "name": "Gambit"
876
+ },
877
+ {
878
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009381",
879
+ "name": "Jubilee"
880
+ },
881
+ {
882
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009417",
883
+ "name": "Magneto"
884
+ },
885
+ {
886
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009472",
887
+ "name": "Nightcrawler"
888
+ },
889
+ {
890
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009524",
891
+ "name": "Quicksilver"
892
+ },
893
+ {
894
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009546",
895
+ "name": "Rogue"
896
+ },
897
+ {
898
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009554",
899
+ "name": "Sabretooth"
900
+ },
901
+ {
902
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009636",
903
+ "name": "Sunfire"
904
+ },
905
+ {
906
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009715",
907
+ "name": "Wild Child"
908
+ },
909
+ {
910
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009718",
911
+ "name": "Wolverine"
912
+ }
913
+ ],
914
+ "returned": 14
915
+ },
916
+ "series": {
917
+ "available": 2,
918
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/26280/series",
919
+ "items": [
920
+ {
921
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2104",
922
+ "name": "X-Men: Alpha (1994)"
923
+ },
924
+ {
925
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1583",
926
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (2005)"
927
+ }
928
+ ],
929
+ "returned": 2
930
+ },
931
+ "comics": {
932
+ "available": 2,
933
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/26280/comics",
934
+ "items": [
935
+ {
936
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12386",
937
+ "name": "X-Men: Alpha (1994) #1"
938
+ },
939
+ {
940
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2539",
941
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (Trade Paperback)"
942
+ }
943
+ ],
944
+ "returned": 2
945
+ },
946
+ "events": {
947
+ "available": 1,
948
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/26280/events",
949
+ "items": [
950
+ {
951
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
952
+ "name": "Age of Apocalypse"
953
+ }
954
+ ],
955
+ "returned": 1
956
+ },
957
+ "originalIssue": {
958
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12386",
959
+ "name": "X-Men: Alpha (1994) #1"
960
+ }
961
+ },
962
+ {
963
+ "id": 26281,
964
+ "title": "A Beginning",
965
+ "description": "",
966
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/26281",
967
+ "type": "story",
968
+ "modified": "1969-12-31T19:00:00-0500",
969
+ "thumbnail": null,
970
+ "creators": {
971
+ "available": 8,
972
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/26281/creators",
973
+ "items": [
974
+ {
975
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/807",
976
+ "name": "Comicraft",
977
+ "role": "letterer"
978
+ },
979
+ {
980
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/350",
981
+ "name": "Richard Starkings",
982
+ "role": "letterer"
983
+ },
984
+ {
985
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/1909",
986
+ "name": "Steve Buccellato",
987
+ "role": "colorist"
988
+ },
989
+ {
990
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/4101",
991
+ "name": "Electric Crayon",
992
+ "role": "colorist"
993
+ },
994
+ {
995
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/356",
996
+ "name": "Roger Cruz",
997
+ "role": "penciller"
998
+ },
999
+ {
1000
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/374",
1001
+ "name": "Steve Epting",
1002
+ "role": "penciller"
1003
+ },
1004
+ {
1005
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/3637",
1006
+ "name": "Scott Lobdell",
1007
+ "role": "writer"
1008
+ },
1009
+ {
1010
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/119",
1011
+ "name": "Mark Waid",
1012
+ "role": "writer"
1013
+ }
1014
+ ],
1015
+ "returned": 8
1016
+ },
1017
+ "characters": {
1018
+ "available": 24,
1019
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/26281/characters",
1020
+ "items": [
1021
+ {
1022
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009149",
1023
+ "name": "Abyss"
1024
+ },
1025
+ {
1026
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009156",
1027
+ "name": "Apocalypse"
1028
+ },
1029
+ {
1030
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009159",
1031
+ "name": "Archangel"
1032
+ },
1033
+ {
1034
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009175",
1035
+ "name": "Beast"
1036
+ },
1037
+ {
1038
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009182",
1039
+ "name": "Bishop"
1040
+ },
1041
+ {
1042
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009197",
1043
+ "name": "Blink"
1044
+ },
1045
+ {
1046
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009199",
1047
+ "name": "Blob"
1048
+ },
1049
+ {
1050
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009257",
1051
+ "name": "Cyclops"
1052
+ },
1053
+ {
1054
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009313",
1055
+ "name": "Gambit"
1056
+ },
1057
+ {
1058
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009337",
1059
+ "name": "Havok"
1060
+ },
1061
+ {
1062
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009349",
1063
+ "name": "Holocaust (Age of Apocalypse)"
1064
+ },
1065
+ {
1066
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009362",
1067
+ "name": "Iceman"
1068
+ },
1069
+ {
1070
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009417",
1071
+ "name": "Magneto"
1072
+ },
1073
+ {
1074
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009447",
1075
+ "name": "Mister Sinister"
1076
+ },
1077
+ {
1078
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009456",
1079
+ "name": "Morph"
1080
+ },
1081
+ {
1082
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009472",
1083
+ "name": "Nightcrawler"
1084
+ },
1085
+ {
1086
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009524",
1087
+ "name": "Quicksilver"
1088
+ },
1089
+ {
1090
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009546",
1091
+ "name": "Rogue"
1092
+ },
1093
+ {
1094
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009554",
1095
+ "name": "Sabretooth"
1096
+ },
1097
+ {
1098
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009629",
1099
+ "name": "Storm"
1100
+ }
1101
+ ],
1102
+ "returned": 20
1103
+ },
1104
+ "series": {
1105
+ "available": 2,
1106
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/26281/series",
1107
+ "items": [
1108
+ {
1109
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2104",
1110
+ "name": "X-Men: Alpha (1994)"
1111
+ },
1112
+ {
1113
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1583",
1114
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (2005)"
1115
+ }
1116
+ ],
1117
+ "returned": 2
1118
+ },
1119
+ "comics": {
1120
+ "available": 2,
1121
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/26281/comics",
1122
+ "items": [
1123
+ {
1124
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12386",
1125
+ "name": "X-Men: Alpha (1994) #1"
1126
+ },
1127
+ {
1128
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2539",
1129
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (Trade Paperback)"
1130
+ }
1131
+ ],
1132
+ "returned": 2
1133
+ },
1134
+ "events": {
1135
+ "available": 1,
1136
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/26281/events",
1137
+ "items": [
1138
+ {
1139
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
1140
+ "name": "Age of Apocalypse"
1141
+ }
1142
+ ],
1143
+ "returned": 1
1144
+ },
1145
+ "originalIssue": {
1146
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12386",
1147
+ "name": "X-Men: Alpha (1994) #1"
1148
+ }
1149
+ },
1150
+ {
1151
+ "id": 32818,
1152
+ "title": "Cover #32818",
1153
+ "description": "",
1154
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32818",
1155
+ "type": "cover",
1156
+ "modified": "1969-12-31T19:00:00-0500",
1157
+ "thumbnail": null,
1158
+ "creators": {
1159
+ "available": 3,
1160
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32818/creators",
1161
+ "items": [
1162
+ {
1163
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/972",
1164
+ "name": "Kevin Conrad",
1165
+ "role": "inker"
1166
+ },
1167
+ {
1168
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/354",
1169
+ "name": "Tony Daniel",
1170
+ "role": "penciler"
1171
+ },
1172
+ {
1173
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
1174
+ "name": "Bob Harras",
1175
+ "role": "editor"
1176
+ }
1177
+ ],
1178
+ "returned": 3
1179
+ },
1180
+ "characters": {
1181
+ "available": 1,
1182
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32818/characters",
1183
+ "items": [
1184
+ {
1185
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009724",
1186
+ "name": "X-Force"
1187
+ }
1188
+ ],
1189
+ "returned": 1
1190
+ },
1191
+ "series": {
1192
+ "available": 3,
1193
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32818/series",
1194
+ "items": [
1195
+ {
1196
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1635",
1197
+ "name": "Decimation: Generation M (2006)"
1198
+ },
1199
+ {
1200
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
1201
+ "name": "Gambit and the X-Ternals (1995)"
1202
+ },
1203
+ {
1204
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1583",
1205
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (2005)"
1206
+ }
1207
+ ],
1208
+ "returned": 3
1209
+ },
1210
+ "comics": {
1211
+ "available": 3,
1212
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32818/comics",
1213
+ "items": [
1214
+ {
1215
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4275",
1216
+ "name": "Decimation: Generation M (Trade Paperback)"
1217
+ },
1218
+ {
1219
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16077",
1220
+ "name": "Gambit and the X-Ternals (1995) #1"
1221
+ },
1222
+ {
1223
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2539",
1224
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (Trade Paperback)"
1225
+ }
1226
+ ],
1227
+ "returned": 3
1228
+ },
1229
+ "events": {
1230
+ "available": 1,
1231
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32818/events",
1232
+ "items": [
1233
+ {
1234
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
1235
+ "name": "Age of Apocalypse"
1236
+ }
1237
+ ],
1238
+ "returned": 1
1239
+ },
1240
+ "originalIssue": {
1241
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16077",
1242
+ "name": "Gambit and the X-Ternals (1995) #1"
1243
+ }
1244
+ },
1245
+ {
1246
+ "id": 32819,
1247
+ "title": "Some of Us Looking to the Stars",
1248
+ "description": "",
1249
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32819",
1250
+ "type": "story",
1251
+ "modified": "1969-12-31T19:00:00-0500",
1252
+ "thumbnail": null,
1253
+ "creators": {
1254
+ "available": 6,
1255
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32819/creators",
1256
+ "items": [
1257
+ {
1258
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/972",
1259
+ "name": "Kevin Conrad",
1260
+ "role": "inker"
1261
+ },
1262
+ {
1263
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/354",
1264
+ "name": "Tony Daniel",
1265
+ "role": "penciler"
1266
+ },
1267
+ {
1268
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/452",
1269
+ "name": "Chris Eliopoulos",
1270
+ "role": "letterer"
1271
+ },
1272
+ {
1273
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
1274
+ "name": "Bob Harras",
1275
+ "role": "editor"
1276
+ },
1277
+ {
1278
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/1224",
1279
+ "name": "Marie Javins",
1280
+ "role": "colorist"
1281
+ },
1282
+ {
1283
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6001",
1284
+ "name": "Fabian Nicieza",
1285
+ "role": "writer"
1286
+ }
1287
+ ],
1288
+ "returned": 6
1289
+ },
1290
+ "characters": {
1291
+ "available": 2,
1292
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32819/characters",
1293
+ "items": [
1294
+ {
1295
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009724",
1296
+ "name": "X-Force"
1297
+ },
1298
+ {
1299
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009726",
1300
+ "name": "X-Men"
1301
+ }
1302
+ ],
1303
+ "returned": 2
1304
+ },
1305
+ "series": {
1306
+ "available": 3,
1307
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32819/series",
1308
+ "items": [
1309
+ {
1310
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1635",
1311
+ "name": "Decimation: Generation M (2006)"
1312
+ },
1313
+ {
1314
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
1315
+ "name": "Gambit and the X-Ternals (1995)"
1316
+ },
1317
+ {
1318
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1583",
1319
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (2005)"
1320
+ }
1321
+ ],
1322
+ "returned": 3
1323
+ },
1324
+ "comics": {
1325
+ "available": 3,
1326
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32819/comics",
1327
+ "items": [
1328
+ {
1329
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4275",
1330
+ "name": "Decimation: Generation M (Trade Paperback)"
1331
+ },
1332
+ {
1333
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16077",
1334
+ "name": "Gambit and the X-Ternals (1995) #1"
1335
+ },
1336
+ {
1337
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2539",
1338
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (Trade Paperback)"
1339
+ }
1340
+ ],
1341
+ "returned": 3
1342
+ },
1343
+ "events": {
1344
+ "available": 1,
1345
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32819/events",
1346
+ "items": [
1347
+ {
1348
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
1349
+ "name": "Age of Apocalypse"
1350
+ }
1351
+ ],
1352
+ "returned": 1
1353
+ },
1354
+ "originalIssue": {
1355
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16077",
1356
+ "name": "Gambit and the X-Ternals (1995) #1"
1357
+ }
1358
+ },
1359
+ {
1360
+ "id": 32820,
1361
+ "title": "X-Facts: The Dream is Over",
1362
+ "description": "Text piece about the Age of Apocolypse",
1363
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32820",
1364
+ "type": "text article",
1365
+ "modified": "1969-12-31T19:00:00-0500",
1366
+ "thumbnail": null,
1367
+ "creators": {
1368
+ "available": 1,
1369
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32820/creators",
1370
+ "items": [
1371
+ {
1372
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
1373
+ "name": "Bob Harras",
1374
+ "role": "editor"
1375
+ }
1376
+ ],
1377
+ "returned": 1
1378
+ },
1379
+ "characters": {
1380
+ "available": 0,
1381
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32820/characters",
1382
+ "items": [
1383
+
1384
+ ],
1385
+ "returned": 0
1386
+ },
1387
+ "series": {
1388
+ "available": 3,
1389
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32820/series",
1390
+ "items": [
1391
+ {
1392
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1635",
1393
+ "name": "Decimation: Generation M (2006)"
1394
+ },
1395
+ {
1396
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
1397
+ "name": "Gambit and the X-Ternals (1995)"
1398
+ },
1399
+ {
1400
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1583",
1401
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (2005)"
1402
+ }
1403
+ ],
1404
+ "returned": 3
1405
+ },
1406
+ "comics": {
1407
+ "available": 3,
1408
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32820/comics",
1409
+ "items": [
1410
+ {
1411
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4275",
1412
+ "name": "Decimation: Generation M (Trade Paperback)"
1413
+ },
1414
+ {
1415
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16077",
1416
+ "name": "Gambit and the X-Ternals (1995) #1"
1417
+ },
1418
+ {
1419
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2539",
1420
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (Trade Paperback)"
1421
+ }
1422
+ ],
1423
+ "returned": 3
1424
+ },
1425
+ "events": {
1426
+ "available": 1,
1427
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32820/events",
1428
+ "items": [
1429
+ {
1430
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
1431
+ "name": "Age of Apocalypse"
1432
+ }
1433
+ ],
1434
+ "returned": 1
1435
+ },
1436
+ "originalIssue": {
1437
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16077",
1438
+ "name": "Gambit and the X-Ternals (1995) #1"
1439
+ }
1440
+ },
1441
+ {
1442
+ "id": 32821,
1443
+ "title": "Cover #32821",
1444
+ "description": "",
1445
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32821",
1446
+ "type": "cover",
1447
+ "modified": "1969-12-31T19:00:00-0500",
1448
+ "thumbnail": null,
1449
+ "creators": {
1450
+ "available": 2,
1451
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32821/creators",
1452
+ "items": [
1453
+ {
1454
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
1455
+ "name": "Bob Harras",
1456
+ "role": "editor"
1457
+ },
1458
+ {
1459
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/559",
1460
+ "name": "Paul Pelletier",
1461
+ "role": "penciler"
1462
+ }
1463
+ ],
1464
+ "returned": 2
1465
+ },
1466
+ "characters": {
1467
+ "available": 1,
1468
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32821/characters",
1469
+ "items": [
1470
+ {
1471
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009724",
1472
+ "name": "X-Force"
1473
+ }
1474
+ ],
1475
+ "returned": 1
1476
+ },
1477
+ "series": {
1478
+ "available": 2,
1479
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32821/series",
1480
+ "items": [
1481
+ {
1482
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
1483
+ "name": "Gambit and the X-Ternals (1995)"
1484
+ },
1485
+ {
1486
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1583",
1487
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (2005)"
1488
+ }
1489
+ ],
1490
+ "returned": 2
1491
+ },
1492
+ "comics": {
1493
+ "available": 2,
1494
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32821/comics",
1495
+ "items": [
1496
+ {
1497
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16078",
1498
+ "name": "Gambit and the X-Ternals (1995) #2"
1499
+ },
1500
+ {
1501
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2539",
1502
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (Trade Paperback)"
1503
+ }
1504
+ ],
1505
+ "returned": 2
1506
+ },
1507
+ "events": {
1508
+ "available": 1,
1509
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32821/events",
1510
+ "items": [
1511
+ {
1512
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
1513
+ "name": "Age of Apocalypse"
1514
+ }
1515
+ ],
1516
+ "returned": 1
1517
+ },
1518
+ "originalIssue": {
1519
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16078",
1520
+ "name": "Gambit and the X-Ternals (1995) #2"
1521
+ }
1522
+ },
1523
+ {
1524
+ "id": 32822,
1525
+ "title": "Where No External Has Gone Before",
1526
+ "description": "",
1527
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32822",
1528
+ "type": "story",
1529
+ "modified": "1969-12-31T19:00:00-0500",
1530
+ "thumbnail": null,
1531
+ "creators": {
1532
+ "available": 6,
1533
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32822/creators",
1534
+ "items": [
1535
+ {
1536
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/2974",
1537
+ "name": "Digital Chameleon",
1538
+ "role": "colorist"
1539
+ },
1540
+ {
1541
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/1224",
1542
+ "name": "Marie Javins",
1543
+ "role": "colorist"
1544
+ },
1545
+ {
1546
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/354",
1547
+ "name": "Tony Daniel",
1548
+ "role": "penciler"
1549
+ },
1550
+ {
1551
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/452",
1552
+ "name": "Chris Eliopoulos",
1553
+ "role": "letterer"
1554
+ },
1555
+ {
1556
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
1557
+ "name": "Bob Harras",
1558
+ "role": "editor"
1559
+ },
1560
+ {
1561
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6001",
1562
+ "name": "Fabian Nicieza",
1563
+ "role": "writer"
1564
+ }
1565
+ ],
1566
+ "returned": 6
1567
+ },
1568
+ "characters": {
1569
+ "available": 2,
1570
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32822/characters",
1571
+ "items": [
1572
+ {
1573
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009724",
1574
+ "name": "X-Force"
1575
+ },
1576
+ {
1577
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009726",
1578
+ "name": "X-Men"
1579
+ }
1580
+ ],
1581
+ "returned": 2
1582
+ },
1583
+ "series": {
1584
+ "available": 2,
1585
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32822/series",
1586
+ "items": [
1587
+ {
1588
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
1589
+ "name": "Gambit and the X-Ternals (1995)"
1590
+ },
1591
+ {
1592
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1583",
1593
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (2005)"
1594
+ }
1595
+ ],
1596
+ "returned": 2
1597
+ },
1598
+ "comics": {
1599
+ "available": 2,
1600
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32822/comics",
1601
+ "items": [
1602
+ {
1603
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16078",
1604
+ "name": "Gambit and the X-Ternals (1995) #2"
1605
+ },
1606
+ {
1607
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2539",
1608
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (Trade Paperback)"
1609
+ }
1610
+ ],
1611
+ "returned": 2
1612
+ },
1613
+ "events": {
1614
+ "available": 1,
1615
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32822/events",
1616
+ "items": [
1617
+ {
1618
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
1619
+ "name": "Age of Apocalypse"
1620
+ }
1621
+ ],
1622
+ "returned": 1
1623
+ },
1624
+ "originalIssue": {
1625
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16078",
1626
+ "name": "Gambit and the X-Ternals (1995) #2"
1627
+ }
1628
+ },
1629
+ {
1630
+ "id": 32823,
1631
+ "title": "X-Facts: Reality Checked",
1632
+ "description": "Text piece about the Age of Apocolypse",
1633
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32823",
1634
+ "type": "text article",
1635
+ "modified": "1969-12-31T19:00:00-0500",
1636
+ "thumbnail": null,
1637
+ "creators": {
1638
+ "available": 1,
1639
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32823/creators",
1640
+ "items": [
1641
+ {
1642
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
1643
+ "name": "Bob Harras",
1644
+ "role": "editor"
1645
+ }
1646
+ ],
1647
+ "returned": 1
1648
+ },
1649
+ "characters": {
1650
+ "available": 0,
1651
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32823/characters",
1652
+ "items": [
1653
+
1654
+ ],
1655
+ "returned": 0
1656
+ },
1657
+ "series": {
1658
+ "available": 2,
1659
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32823/series",
1660
+ "items": [
1661
+ {
1662
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
1663
+ "name": "Gambit and the X-Ternals (1995)"
1664
+ },
1665
+ {
1666
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1583",
1667
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (2005)"
1668
+ }
1669
+ ],
1670
+ "returned": 2
1671
+ },
1672
+ "comics": {
1673
+ "available": 2,
1674
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32823/comics",
1675
+ "items": [
1676
+ {
1677
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16078",
1678
+ "name": "Gambit and the X-Ternals (1995) #2"
1679
+ },
1680
+ {
1681
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2539",
1682
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 2 (Trade Paperback)"
1683
+ }
1684
+ ],
1685
+ "returned": 2
1686
+ },
1687
+ "events": {
1688
+ "available": 1,
1689
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32823/events",
1690
+ "items": [
1691
+ {
1692
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
1693
+ "name": "Age of Apocalypse"
1694
+ }
1695
+ ],
1696
+ "returned": 1
1697
+ },
1698
+ "originalIssue": {
1699
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16078",
1700
+ "name": "Gambit and the X-Ternals (1995) #2"
1701
+ }
1702
+ },
1703
+ {
1704
+ "id": 32824,
1705
+ "title": "Cover #32824",
1706
+ "description": "",
1707
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32824",
1708
+ "type": "cover",
1709
+ "modified": "1969-12-31T19:00:00-0500",
1710
+ "thumbnail": null,
1711
+ "creators": {
1712
+ "available": 3,
1713
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32824/creators",
1714
+ "items": [
1715
+ {
1716
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
1717
+ "name": "Bob Harras",
1718
+ "role": "editor"
1719
+ },
1720
+ {
1721
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11757",
1722
+ "name": "Salvador Larroca",
1723
+ "role": "penciler"
1724
+ },
1725
+ {
1726
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/435",
1727
+ "name": "Al Milgrom",
1728
+ "role": "inker"
1729
+ }
1730
+ ],
1731
+ "returned": 3
1732
+ },
1733
+ "characters": {
1734
+ "available": 1,
1735
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32824/characters",
1736
+ "items": [
1737
+ {
1738
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009724",
1739
+ "name": "X-Force"
1740
+ }
1741
+ ],
1742
+ "returned": 1
1743
+ },
1744
+ "series": {
1745
+ "available": 1,
1746
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32824/series",
1747
+ "items": [
1748
+ {
1749
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
1750
+ "name": "Gambit and the X-Ternals (1995)"
1751
+ }
1752
+ ],
1753
+ "returned": 1
1754
+ },
1755
+ "comics": {
1756
+ "available": 1,
1757
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32824/comics",
1758
+ "items": [
1759
+ {
1760
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16079",
1761
+ "name": "Gambit and the X-Ternals (1995) #3"
1762
+ }
1763
+ ],
1764
+ "returned": 1
1765
+ },
1766
+ "events": {
1767
+ "available": 1,
1768
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32824/events",
1769
+ "items": [
1770
+ {
1771
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
1772
+ "name": "Age of Apocalypse"
1773
+ }
1774
+ ],
1775
+ "returned": 1
1776
+ },
1777
+ "originalIssue": {
1778
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16079",
1779
+ "name": "Gambit and the X-Ternals (1995) #3"
1780
+ }
1781
+ },
1782
+ {
1783
+ "id": 32825,
1784
+ "title": "To the Limits of Infinity",
1785
+ "description": "",
1786
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32825",
1787
+ "type": "story",
1788
+ "modified": "1969-12-31T19:00:00-0500",
1789
+ "thumbnail": null,
1790
+ "creators": {
1791
+ "available": 10,
1792
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32825/creators",
1793
+ "items": [
1794
+ {
1795
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/4101",
1796
+ "name": "Electric Crayon",
1797
+ "role": "colorist"
1798
+ },
1799
+ {
1800
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/1224",
1801
+ "name": "Marie Javins",
1802
+ "role": "colorist"
1803
+ },
1804
+ {
1805
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/2086",
1806
+ "name": "Joe Rosas",
1807
+ "role": "colorist"
1808
+ },
1809
+ {
1810
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/5073",
1811
+ "name": "Mike Thomas",
1812
+ "role": "colorist"
1813
+ },
1814
+ {
1815
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/3578",
1816
+ "name": "Matt Webb",
1817
+ "role": "colorist"
1818
+ },
1819
+ {
1820
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/452",
1821
+ "name": "Chris Eliopoulos",
1822
+ "role": "letterer"
1823
+ },
1824
+ {
1825
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
1826
+ "name": "Bob Harras",
1827
+ "role": "editor"
1828
+ },
1829
+ {
1830
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11757",
1831
+ "name": "Salvador Larroca",
1832
+ "role": "penciler"
1833
+ },
1834
+ {
1835
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/435",
1836
+ "name": "Al Milgrom",
1837
+ "role": "inker"
1838
+ },
1839
+ {
1840
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6001",
1841
+ "name": "Fabian Nicieza",
1842
+ "role": "writer"
1843
+ }
1844
+ ],
1845
+ "returned": 10
1846
+ },
1847
+ "characters": {
1848
+ "available": 2,
1849
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32825/characters",
1850
+ "items": [
1851
+ {
1852
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009724",
1853
+ "name": "X-Force"
1854
+ },
1855
+ {
1856
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009726",
1857
+ "name": "X-Men"
1858
+ }
1859
+ ],
1860
+ "returned": 2
1861
+ },
1862
+ "series": {
1863
+ "available": 2,
1864
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32825/series",
1865
+ "items": [
1866
+ {
1867
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
1868
+ "name": "Gambit and the X-Ternals (1995)"
1869
+ },
1870
+ {
1871
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1684",
1872
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 3 (2006)"
1873
+ }
1874
+ ],
1875
+ "returned": 2
1876
+ },
1877
+ "comics": {
1878
+ "available": 2,
1879
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32825/comics",
1880
+ "items": [
1881
+ {
1882
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16079",
1883
+ "name": "Gambit and the X-Ternals (1995) #3"
1884
+ },
1885
+ {
1886
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4090",
1887
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 3 (Trade Paperback)"
1888
+ }
1889
+ ],
1890
+ "returned": 2
1891
+ },
1892
+ "events": {
1893
+ "available": 1,
1894
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32825/events",
1895
+ "items": [
1896
+ {
1897
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
1898
+ "name": "Age of Apocalypse"
1899
+ }
1900
+ ],
1901
+ "returned": 1
1902
+ },
1903
+ "originalIssue": {
1904
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16079",
1905
+ "name": "Gambit and the X-Ternals (1995) #3"
1906
+ }
1907
+ },
1908
+ {
1909
+ "id": 32826,
1910
+ "title": "X-Facts: Where Have All The Heroes Gone?",
1911
+ "description": "Text piece about X-Universe",
1912
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32826",
1913
+ "type": "text article",
1914
+ "modified": "1969-12-31T19:00:00-0500",
1915
+ "thumbnail": null,
1916
+ "creators": {
1917
+ "available": 1,
1918
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32826/creators",
1919
+ "items": [
1920
+ {
1921
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
1922
+ "name": "Bob Harras",
1923
+ "role": "editor"
1924
+ }
1925
+ ],
1926
+ "returned": 1
1927
+ },
1928
+ "characters": {
1929
+ "available": 0,
1930
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32826/characters",
1931
+ "items": [
1932
+
1933
+ ],
1934
+ "returned": 0
1935
+ },
1936
+ "series": {
1937
+ "available": 2,
1938
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32826/series",
1939
+ "items": [
1940
+ {
1941
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
1942
+ "name": "Gambit and the X-Ternals (1995)"
1943
+ },
1944
+ {
1945
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1684",
1946
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 3 (2006)"
1947
+ }
1948
+ ],
1949
+ "returned": 2
1950
+ },
1951
+ "comics": {
1952
+ "available": 2,
1953
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32826/comics",
1954
+ "items": [
1955
+ {
1956
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16079",
1957
+ "name": "Gambit and the X-Ternals (1995) #3"
1958
+ },
1959
+ {
1960
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4090",
1961
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 3 (Trade Paperback)"
1962
+ }
1963
+ ],
1964
+ "returned": 2
1965
+ },
1966
+ "events": {
1967
+ "available": 1,
1968
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32826/events",
1969
+ "items": [
1970
+ {
1971
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
1972
+ "name": "Age of Apocalypse"
1973
+ }
1974
+ ],
1975
+ "returned": 1
1976
+ },
1977
+ "originalIssue": {
1978
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16079",
1979
+ "name": "Gambit and the X-Ternals (1995) #3"
1980
+ }
1981
+ },
1982
+ {
1983
+ "id": 32827,
1984
+ "title": "Cover #32827",
1985
+ "description": "",
1986
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32827",
1987
+ "type": "cover",
1988
+ "modified": "1969-12-31T19:00:00-0500",
1989
+ "thumbnail": null,
1990
+ "creators": {
1991
+ "available": 3,
1992
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32827/creators",
1993
+ "items": [
1994
+ {
1995
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
1996
+ "name": "Bob Harras",
1997
+ "role": "editor"
1998
+ },
1999
+ {
2000
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11757",
2001
+ "name": "Salvador Larroca",
2002
+ "role": "penciler"
2003
+ },
2004
+ {
2005
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/435",
2006
+ "name": "Al Milgrom",
2007
+ "role": "inker"
2008
+ }
2009
+ ],
2010
+ "returned": 3
2011
+ },
2012
+ "characters": {
2013
+ "available": 1,
2014
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32827/characters",
2015
+ "items": [
2016
+ {
2017
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009724",
2018
+ "name": "X-Force"
2019
+ }
2020
+ ],
2021
+ "returned": 1
2022
+ },
2023
+ "series": {
2024
+ "available": 1,
2025
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32827/series",
2026
+ "items": [
2027
+ {
2028
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
2029
+ "name": "Gambit and the X-Ternals (1995)"
2030
+ }
2031
+ ],
2032
+ "returned": 1
2033
+ },
2034
+ "comics": {
2035
+ "available": 1,
2036
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32827/comics",
2037
+ "items": [
2038
+ {
2039
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16080",
2040
+ "name": "Gambit and the X-Ternals (1995) #4"
2041
+ }
2042
+ ],
2043
+ "returned": 1
2044
+ },
2045
+ "events": {
2046
+ "available": 1,
2047
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32827/events",
2048
+ "items": [
2049
+ {
2050
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
2051
+ "name": "Age of Apocalypse"
2052
+ }
2053
+ ],
2054
+ "returned": 1
2055
+ },
2056
+ "originalIssue": {
2057
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16080",
2058
+ "name": "Gambit and the X-Ternals (1995) #4"
2059
+ }
2060
+ },
2061
+ {
2062
+ "id": 32828,
2063
+ "title": "The Maze",
2064
+ "description": "",
2065
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32828",
2066
+ "type": "story",
2067
+ "modified": "1969-12-31T19:00:00-0500",
2068
+ "thumbnail": null,
2069
+ "creators": {
2070
+ "available": 6,
2071
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32828/creators",
2072
+ "items": [
2073
+ {
2074
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/452",
2075
+ "name": "Chris Eliopoulos",
2076
+ "role": "letterer"
2077
+ },
2078
+ {
2079
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
2080
+ "name": "Bob Harras",
2081
+ "role": "editor"
2082
+ },
2083
+ {
2084
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/1224",
2085
+ "name": "Marie Javins",
2086
+ "role": "colorist"
2087
+ },
2088
+ {
2089
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11757",
2090
+ "name": "Salvador Larroca",
2091
+ "role": "penciler"
2092
+ },
2093
+ {
2094
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/435",
2095
+ "name": "Al Milgrom",
2096
+ "role": "inker"
2097
+ },
2098
+ {
2099
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6001",
2100
+ "name": "Fabian Nicieza",
2101
+ "role": "writer"
2102
+ }
2103
+ ],
2104
+ "returned": 6
2105
+ },
2106
+ "characters": {
2107
+ "available": 2,
2108
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32828/characters",
2109
+ "items": [
2110
+ {
2111
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009724",
2112
+ "name": "X-Force"
2113
+ },
2114
+ {
2115
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009726",
2116
+ "name": "X-Men"
2117
+ }
2118
+ ],
2119
+ "returned": 2
2120
+ },
2121
+ "series": {
2122
+ "available": 2,
2123
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32828/series",
2124
+ "items": [
2125
+ {
2126
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
2127
+ "name": "Gambit and the X-Ternals (1995)"
2128
+ },
2129
+ {
2130
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1685",
2131
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 4 (2006)"
2132
+ }
2133
+ ],
2134
+ "returned": 2
2135
+ },
2136
+ "comics": {
2137
+ "available": 2,
2138
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32828/comics",
2139
+ "items": [
2140
+ {
2141
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16080",
2142
+ "name": "Gambit and the X-Ternals (1995) #4"
2143
+ },
2144
+ {
2145
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/5369",
2146
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 4 (Trade Paperback)"
2147
+ }
2148
+ ],
2149
+ "returned": 2
2150
+ },
2151
+ "events": {
2152
+ "available": 1,
2153
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32828/events",
2154
+ "items": [
2155
+ {
2156
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
2157
+ "name": "Age of Apocalypse"
2158
+ }
2159
+ ],
2160
+ "returned": 1
2161
+ },
2162
+ "originalIssue": {
2163
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16080",
2164
+ "name": "Gambit and the X-Ternals (1995) #4"
2165
+ }
2166
+ },
2167
+ {
2168
+ "id": 32829,
2169
+ "title": "X-Facts: Final Reflections",
2170
+ "description": "Text piece about the Age of Apocolypse",
2171
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/32829",
2172
+ "type": "",
2173
+ "modified": "1969-12-31T19:00:00-0500",
2174
+ "thumbnail": null,
2175
+ "creators": {
2176
+ "available": 1,
2177
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32829/creators",
2178
+ "items": [
2179
+ {
2180
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/375",
2181
+ "name": "Bob Harras",
2182
+ "role": "editor"
2183
+ }
2184
+ ],
2185
+ "returned": 1
2186
+ },
2187
+ "characters": {
2188
+ "available": 0,
2189
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32829/characters",
2190
+ "items": [
2191
+
2192
+ ],
2193
+ "returned": 0
2194
+ },
2195
+ "series": {
2196
+ "available": 2,
2197
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32829/series",
2198
+ "items": [
2199
+ {
2200
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2578",
2201
+ "name": "Gambit and the X-Ternals (1995)"
2202
+ },
2203
+ {
2204
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1685",
2205
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 4 (2006)"
2206
+ }
2207
+ ],
2208
+ "returned": 2
2209
+ },
2210
+ "comics": {
2211
+ "available": 2,
2212
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32829/comics",
2213
+ "items": [
2214
+ {
2215
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16080",
2216
+ "name": "Gambit and the X-Ternals (1995) #4"
2217
+ },
2218
+ {
2219
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/5369",
2220
+ "name": "X-Men: The Complete Age of Apocalypse Epic Book 4 (Trade Paperback)"
2221
+ }
2222
+ ],
2223
+ "returned": 2
2224
+ },
2225
+ "events": {
2226
+ "available": 1,
2227
+ "collectionURI": "http://gateway.marvel.com/v1/public/stories/32829/events",
2228
+ "items": [
2229
+ {
2230
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/227",
2231
+ "name": "Age of Apocalypse"
2232
+ }
2233
+ ],
2234
+ "returned": 1
2235
+ },
2236
+ "originalIssue": {
2237
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/16080",
2238
+ "name": "Gambit and the X-Ternals (1995) #4"
2239
+ }
2240
+ }
2241
+ ]
2242
+ }
2243
+ }