-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathindex.json
More file actions
99 lines (99 loc) · 2.43 KB
/
index.json
File metadata and controls
99 lines (99 loc) · 2.43 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
{
"accuracy": 100,
"contest_combos": null,
"contest_effect": null,
"contest_type": null,
"damage_class": {
"name": "special",
"url": "/api/v2/move-damage-class/3/"
},
"effect_chance": null,
"effect_changes": [],
"effect_entries": [],
"flavor_text_entries": [
{
"flavor_text": "The user blows out raging flames as if singing a song, scorching the target. This also boosts the user's Sp. Atk stat.",
"language": {
"name": "en",
"url": "/api/v2/language/9/"
},
"version_group": {
"name": "scarlet-violet",
"url": "/api/v2/version-group/25/"
}
}
],
"generation": {
"name": "generation-ix",
"url": "/api/v2/generation/9/"
},
"id": 871,
"learned_by_pokemon": [
{
"name": "skeledirge",
"url": "/api/v2/pokemon/911/"
}
],
"machines": [],
"meta": null,
"name": "torch-song",
"names": [
{
"language": {
"name": "ja-Hrkt",
"url": "/api/v2/language/1/"
},
"name": "\u30d5\u30ec\u30a2\u30bd\u30f3\u30b0"
},
{
"language": {
"name": "zh-Hant",
"url": "/api/v2/language/4/"
},
"name": "\u95ea\u7130\u9ad8\u6b4c"
},
{
"language": {
"name": "it",
"url": "/api/v2/language/8/"
},
"name": "Canzone Ardente"
},
{
"language": {
"name": "en",
"url": "/api/v2/language/9/"
},
"name": "Torch Song"
},
{
"language": {
"name": "ja",
"url": "/api/v2/language/11/"
},
"name": "\u30d5\u30ec\u30a2\u30bd\u30f3\u30b0"
}
],
"past_values": [],
"power": 80,
"pp": 10,
"priority": 0,
"stat_changes": [
{
"change": 1,
"stat": {
"name": "special-attack",
"url": "/api/v2/stat/4/"
}
}
],
"super_contest_effect": null,
"target": {
"name": "selected-pokemon",
"url": "/api/v2/move-target/10/"
},
"type": {
"name": "fire",
"url": "/api/v2/type/10/"
}
}