Endpoint: move-learn-method

GEThttps://pokedex.mimo.dev/api/move-learn-method

Request

GETmove-learn-method
1fetch("https://pokedex.mimo.dev/api/move-learn-method")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1[
2 {
3 "name": "level-up",
4 "url": "https://pokedex.mimo.dev/api/move-learn-method/1/",
5 "id": "1"
6 },
7 {
8 "name": "egg",
9 "url": "https://pokedex.mimo.dev/api/move-learn-method/2/",
10 "id": "2"
11 },
12 {
13 "name": "tutor",
14 "url": "https://pokedex.mimo.dev/api/move-learn-method/3/",
15 "id": "3"
16 },
17 {
18 "name": "machine",
19 "url": "https://pokedex.mimo.dev/api/move-learn-method/4/",
20 "id": "4"
21 },
22 {
23 "name": "stadium-surfing-pikachu",
24 "url": "https://pokedex.mimo.dev/api/move-learn-method/5/",
25 "id": "5"
26 },
27 {
28 "name": "light-ball-egg",
29 "url": "https://pokedex.mimo.dev/api/move-learn-method/6/",
30 "id": "6"
31 },
32 {
33 "name": "colosseum-purification",
34 "url": "https://pokedex.mimo.dev/api/move-learn-method/7/",
35 "id": "7"
36 },
37 {
38 "name": "xd-shadow",
39 "url": "https://pokedex.mimo.dev/api/move-learn-method/8/",
40 "id": "8"
41 },
42 {
43 "name": "xd-purification",
44 "url": "https://pokedex.mimo.dev/api/move-learn-method/9/",
45 "id": "9"
46 },
47 {
48 "name": "form-change",
49 "url": "https://pokedex.mimo.dev/api/move-learn-method/10/",
50 "id": "10"
51 },
52 {
53 "name": "zygarde-cube",
54 "url": "https://pokedex.mimo.dev/api/move-learn-method/11/",
55 "id": "11"
56 }
57]