-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.json
More file actions
103 lines (103 loc) · 2.97 KB
/
script.json
File metadata and controls
103 lines (103 loc) · 2.97 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"response": "success",
"results-for": "10",
"results": [
{
"id": "78",
"name": "Ben 10",
"powerstats": {
"intelligence": "10",
"strength": "7",
"speed": "8",
"durability": "10",
"power": "90",
"combat": "40"
},
"biography": {
"full-name": "Benjamin Kirby Tennyson",
"alter-egos": "No alter egos found.",
"aliases": [
"Ben Ten"
],
"place-of-birth": "-",
"first-appearance": "Ben 10 S01E01",
"publisher": "DC Comics",
"alignment": "good"
},
"appearance": {
"gender": "Male",
"race": "null",
"height": [
"-",
"0 cm"
],
"weight": [
"- lb",
"0 kg"
],
"eye-color": "-",
"hair-color": "-"
},
"work": {
"occupation": "-",
"base": "-"
},
"connections": {
"group-affiliation": "-",
"relatives": "-"
},
"image": {
"url": "https://www.superherodb.com/pictures2/portraits/10/100/1365.jpg"
}
},
{
"id": "649",
"name": "T-1000",
"powerstats": {
"intelligence": "75",
"strength": "34",
"speed": "33",
"durability": "100",
"power": "100",
"combat": "75"
},
"biography": {
"full-name": "Cyberdyne Systems Series 1000 Terminator",
"alter-egos": "No alter egos found.",
"aliases": [
"T-1001",
"T-1002"
],
"place-of-birth": "-",
"first-appearance": "Terminator 2: Judgment Day",
"publisher": "Dark Horse Comics",
"alignment": "bad"
},
"appearance": {
"gender": "Male",
"race": "Android",
"height": [
"6'0",
"183 cm"
],
"weight": [
"325 lb",
"146 kg"
],
"eye-color": "-",
"hair-color": "-"
},
"work": {
"occupation": "-",
"base": "-"
},
"connections": {
"group-affiliation": "Skynet",
"relatives": "-"
},
"image": {
"url": "https://www.superherodb.com/pictures2/portraits/10/100/10411.jpg"
}
}
]
}