-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathindex.json
More file actions
41 lines (41 loc) · 850 Bytes
/
index.json
File metadata and controls
41 lines (41 loc) · 850 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
{
"generation": {
"name": "generation-i",
"url": "/api/v2/generation/1/"
},
"id": 2,
"move_learn_methods": [
{
"name": "level-up",
"url": "/api/v2/move-learn-method/1/"
},
{
"name": "machine",
"url": "/api/v2/move-learn-method/4/"
},
{
"name": "stadium-surfing-pikachu",
"url": "/api/v2/move-learn-method/5/"
}
],
"name": "yellow",
"order": 4,
"pokedexes": [
{
"name": "kanto",
"url": "/api/v2/pokedex/2/"
}
],
"regions": [
{
"name": "kanto",
"url": "/api/v2/region/1/"
}
],
"versions": [
{
"name": "yellow",
"url": "/api/v2/version/3/"
}
]
}