-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathindex.json
More file actions
45 lines (45 loc) · 976 Bytes
/
index.json
File metadata and controls
45 lines (45 loc) · 976 Bytes
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
{
"generation": {
"name": "generation-vii",
"url": "/api/v2/generation/7/"
},
"id": 19,
"move_learn_methods": [
{
"name": "level-up",
"url": "/api/v2/move-learn-method/1/"
},
{
"name": "tutor",
"url": "/api/v2/move-learn-method/3/"
},
{
"name": "machine",
"url": "/api/v2/move-learn-method/4/"
}
],
"name": "lets-go-pikachu-lets-go-eevee",
"order": 21,
"pokedexes": [
{
"name": "letsgo-kanto",
"url": "/api/v2/pokedex/26/"
}
],
"regions": [
{
"name": "kanto",
"url": "/api/v2/region/1/"
}
],
"versions": [
{
"name": "lets-go-pikachu",
"url": "/api/v2/version/31/"
},
{
"name": "lets-go-eevee",
"url": "/api/v2/version/32/"
}
]
}