-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-hero-json.JSON
More file actions
56 lines (56 loc) · 1.77 KB
/
example-hero-json.JSON
File metadata and controls
56 lines (56 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"hero": {
"_id": "6540b0b24d444400ce3b6dbb",
"heroId": 1,
"data": {
"response": "success",
"id": "1",
"name": "A-Bomb",
"powerstats": {
"intelligence": "38",
"strength": "100",
"speed": "17",
"durability": "80",
"power": "24",
"combat": "64"
},
"biography": {
"full-name": "Richard Milhouse Jones",
"alter-egos": "No alter egos found.",
"aliases": [
"Rick Jones"
],
"place-of-birth": "Scarsdale, Arizona",
"first-appearance": "Hulk Vol 2 #2 (April, 2008) (as A-Bomb)",
"publisher": "Marvel Comics",
"alignment": "good"
},
"appearance": {
"gender": "Male",
"race": "Human",
"height": [
"6'8",
"203 cm"
],
"weight": [
"980 lb",
"441 kg"
],
"eye-color": "Yellow",
"hair-color": "No Hair"
},
"work": {
"occupation": "Musician, adventurer, author; formerly talk show host",
"base": "-"
},
"connections": {
"group-affiliation": "Hulk Family; Excelsior (sponsor), Avengers (honorary member); formerly partner of the Hulk, Captain America and Captain Marvel; Teen Brigade; ally of Rom",
"relatives": "Marlo Chandler-Jones (wife); Polly (aunt); Mrs. Chandler (mother-in-law); Keith Chandler, Ray Chandler, three unidentified others (brothers-in-law); unidentified father (deceased); Jackie Shorr (alleged mother; unconfirmed)"
},
"image": {
"url": "https://www.superherodb.com/pictures2/portraits/10/100/10060.jpg"
}
},
"__v": 0
}
}