Endpoint: location-area
GEThttps://pokedex.mimo.dev/api/location-area/alola-route-2-main
Request
GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/alola-route-2-main")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "encounter_method_rates": [],
3 "game_index": 0,
4 "id": 1040,
5 "location": {
6 "name": "alola-route-2",
7 "url": "https://pokedex.mimo.dev/api/location/713/"
8 },
9 "name": "alola-route-2-main",
10 "names": [],
11 "pokemon_encounters": [
12 {
13 "pokemon": {
14 "name": "bulbasaur",
15 "url": "https://pokedex.mimo.dev/api/pokemon/1/"
16 },
17 "version_details": [
18 {
19 "encounter_details": [
20 {
21 "chance": 100,
22 "condition_values": [],
23 "max_level": 10,
24 "method": {
25 "name": "island-scan",
26 "url": "https://pokedex.mimo.dev/api/encounter-method/32/"
27 },
28 "min_level": 10
29 }
30 ],
31 "max_chance": 100,
32 "version": {
33 "name": "ultra-sun",
34 "url": "https://pokedex.mimo.dev/api/version/29/"
35 }
36 },
37 {
38 "encounter_details": [
39 {
40 "chance": 100,
41 "condition_values": [],
42 "max_level": 10,
43 "method": {
44 "name": "island-scan",
45 "url": "https://pokedex.mimo.dev/api/encounter-method/32/"
46 },
47 "min_level": 10
48 }
49 ],
50 "max_chance": 100,
51 "version": {
52 "name": "ultra-moon",
53 "url": "https://pokedex.mimo.dev/api/version/30/"
54 }
55 }
56 ]
57 },
58 {
59 "pokemon": {
60 "name": "machop",
61 "url": "https://pokedex.mimo.dev/api/pokemon/66/"
62 },
63 "version_details": [
64 {
65 "encounter_details": [
66 {
67 "chance": 100,
68 "condition_values": [],
69 "max_level": 9,
70 "method": {
71 "name": "npc-trade",
72 "url": "https://pokedex.mimo.dev/api/encounter-method/36/"
73 },
74 "min_level": 9
75 }
76 ],
77 "max_chance": 100,
78 "version": {
79 "name": "sun",
80 "url": "https://pokedex.mimo.dev/api/version/27/"
81 }
82 },
83 {
84 "encounter_details": [
85 {
86 "chance": 100,
87 "condition_values": [],
88 "max_level": 9,
89 "method": {
90 "name": "npc-trade",
91 "url": "https://pokedex.mimo.dev/api/encounter-method/36/"
92 },
93 "min_level": 9
94 }
95 ],
96 "max_chance": 100,
97 "version": {
98 "name": "moon",
99 "url": "https://pokedex.mimo.dev/api/version/28/"
100 }
101 }
102 ]
103 },
104 {
105 "pokemon": {
106 "name": "chikorita",
107 "url": "https://pokedex.mimo.dev/api/pokemon/152/"
108 },
109 "version_details": [
110 {
111 "encounter_details": [
112 {
113 "chance": 100,
114 "condition_values": [],
115 "max_level": 10,
116 "method": {
117 "name": "island-scan",
118 "url": "https://pokedex.mimo.dev/api/encounter-method/32/"
119 },
120 "min_level": 10
121 }
122 ],
123 "max_chance": 100,
124 "version": {
125 "name": "sun",
126 "url": "https://pokedex.mimo.dev/api/version/27/"
127 }
128 },
129 {
130 "encounter_details": [
131 {
132 "chance": 100,
133 "condition_values": [],
134 "max_level": 10,
135 "method": {
136 "name": "island-scan",
137 "url": "https://pokedex.mimo.dev/api/encounter-method/32/"
138 },
139 "min_level": 10
140 }
141 ],
142 "max_chance": 100,
143 "version": {
144 "name": "moon",
145 "url": "https://pokedex.mimo.dev/api/version/28/"
146 }
147 }
148 ]
149 },
150 {
151 "pokemon": {
152 "name": "hawlucha",
153 "url": "https://pokedex.mimo.dev/api/pokemon/701/"
154 },
155 "version_details": [
156 {
157 "encounter_details": [
158 {
159 "chance": 100,
160 "condition_values": [],
161 "max_level": 8,
162 "method": {
163 "name": "npc-trade",
164 "url": "https://pokedex.mimo.dev/api/encounter-method/36/"
165 },
166 "min_level": 8
167 }
168 ],
169 "max_chance": 100,
170 "version": {
171 "name": "ultra-sun",
172 "url": "https://pokedex.mimo.dev/api/version/29/"
173 }
174 },
175 {
176 "encounter_details": [
177 {
178 "chance": 100,
179 "condition_values": [],
180 "max_level": 8,
181 "method": {
182 "name": "npc-trade",
183 "url": "https://pokedex.mimo.dev/api/encounter-method/36/"
184 },
185 "min_level": 8
186 }
187 ],
188 "max_chance": 100,
189 "version": {
190 "name": "ultra-moon",
191 "url": "https://pokedex.mimo.dev/api/version/30/"
192 }
193 }
194 ]
195 }
196 ]
197}