Endpoint: location-area

GEThttps://pokedex.mimo.dev/api/location-area/roaming-hoenn-area

Request

GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/roaming-hoenn-area")
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": 796,
5 "location": {
6 "name": "roaming-hoenn",
7 "url": "https://pokedex.mimo.dev/api/location/801/"
8 },
9 "name": "roaming-hoenn-area",
10 "names": [
11 {
12 "language": {
13 "name": "en",
14 "url": "https://pokedex.mimo.dev/api/language/9/"
15 },
16 "name": "Roaming Hoenn"
17 },
18 {
19 "language": {
20 "name": "fr",
21 "url": "https://pokedex.mimo.dev/api/language/5/"
22 },
23 "name": "Sillonnant Hoenn"
24 }
25 ],
26 "pokemon_encounters": [
27 {
28 "pokemon": {
29 "name": "latias",
30 "url": "https://pokedex.mimo.dev/api/pokemon/380/"
31 },
32 "version_details": [
33 {
34 "encounter_details": [
35 {
36 "chance": 25,
37 "condition_values": [
38 {
39 "name": "story-progress-hall-of-fame",
40 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/35/"
41 }
42 ],
43 "max_level": 40,
44 "method": {
45 "name": "roaming-water",
46 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
47 },
48 "min_level": 40
49 },
50 {
51 "chance": 25,
52 "condition_values": [],
53 "max_level": 40,
54 "method": {
55 "name": "roaming-grass",
56 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
57 },
58 "min_level": 40
59 }
60 ],
61 "max_chance": 50,
62 "version": {
63 "name": "sapphire",
64 "url": "https://pokedex.mimo.dev/api/version/8/"
65 }
66 },
67 {
68 "encounter_details": [
69 {
70 "chance": 25,
71 "condition_values": [
72 {
73 "name": "story-progress-hall-of-fame",
74 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/35/"
75 },
76 {
77 "name": "tv-option-red",
78 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/28/"
79 }
80 ],
81 "max_level": 40,
82 "method": {
83 "name": "roaming-grass",
84 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
85 },
86 "min_level": 40
87 },
88 {
89 "chance": 25,
90 "condition_values": [],
91 "max_level": 40,
92 "method": {
93 "name": "roaming-water",
94 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
95 },
96 "min_level": 40
97 }
98 ],
99 "max_chance": 50,
100 "version": {
101 "name": "emerald",
102 "url": "https://pokedex.mimo.dev/api/version/9/"
103 }
104 }
105 ]
106 },
107 {
108 "pokemon": {
109 "name": "latios",
110 "url": "https://pokedex.mimo.dev/api/pokemon/381/"
111 },
112 "version_details": [
113 {
114 "encounter_details": [
115 {
116 "chance": 25,
117 "condition_values": [
118 {
119 "name": "story-progress-hall-of-fame",
120 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/35/"
121 }
122 ],
123 "max_level": 40,
124 "method": {
125 "name": "roaming-water",
126 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
127 },
128 "min_level": 40
129 },
130 {
131 "chance": 25,
132 "condition_values": [],
133 "max_level": 40,
134 "method": {
135 "name": "roaming-grass",
136 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
137 },
138 "min_level": 40
139 }
140 ],
141 "max_chance": 50,
142 "version": {
143 "name": "ruby",
144 "url": "https://pokedex.mimo.dev/api/version/7/"
145 }
146 },
147 {
148 "encounter_details": [
149 {
150 "chance": 25,
151 "condition_values": [
152 {
153 "name": "story-progress-hall-of-fame",
154 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/35/"
155 },
156 {
157 "name": "tv-option-blue",
158 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/27/"
159 }
160 ],
161 "max_level": 40,
162 "method": {
163 "name": "roaming-grass",
164 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
165 },
166 "min_level": 40
167 },
168 {
169 "chance": 25,
170 "condition_values": [],
171 "max_level": 40,
172 "method": {
173 "name": "roaming-water",
174 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
175 },
176 "min_level": 40
177 }
178 ],
179 "max_chance": 50,
180 "version": {
181 "name": "emerald",
182 "url": "https://pokedex.mimo.dev/api/version/9/"
183 }
184 }
185 ]
186 }
187 ]
188}