-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathindex.json
More file actions
57 lines (57 loc) · 1.25 KB
/
index.json
File metadata and controls
57 lines (57 loc) · 1.25 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
{
"generation": {
"name": "generation-vi",
"url": "/api/v2/generation/6/"
},
"id": 16,
"move_learn_methods": [
{
"name": "level-up",
"url": "/api/v2/move-learn-method/1/"
},
{
"name": "egg",
"url": "/api/v2/move-learn-method/2/"
},
{
"name": "tutor",
"url": "/api/v2/move-learn-method/3/"
},
{
"name": "machine",
"url": "/api/v2/move-learn-method/4/"
},
{
"name": "light-ball-egg",
"url": "/api/v2/move-learn-method/6/"
},
{
"name": "form-change",
"url": "/api/v2/move-learn-method/10/"
}
],
"name": "omega-ruby-alpha-sapphire",
"order": 18,
"pokedexes": [
{
"name": "updated-hoenn",
"url": "/api/v2/pokedex/15/"
}
],
"regions": [
{
"name": "hoenn",
"url": "/api/v2/region/3/"
}
],
"versions": [
{
"name": "omega-ruby",
"url": "/api/v2/version/25/"
},
{
"name": "alpha-sapphire",
"url": "/api/v2/version/26/"
}
]
}