Endpoint: location-area
GEThttps://pokedex.mimo.dev/api/location-area/aquacorde-town-area
Request
GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/aquacorde-town-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": 778,
5 "location": {
6 "name": "aquacorde-town",
7 "url": "https://pokedex.mimo.dev/api/location/590/"
8 },
9 "name": "aquacorde-town-area",
10 "names": [
11 {
12 "language": {
13 "name": "en",
14 "url": "https://pokedex.mimo.dev/api/language/9/"
15 },
16 "name": "Aquacorde Town"
17 },
18 {
19 "language": {
20 "name": "fr",
21 "url": "https://pokedex.mimo.dev/api/language/5/"
22 },
23 "name": "Quarellis"
24 }
25 ],
26 "pokemon_encounters": [
27 {
28 "pokemon": {
29 "name": "chespin",
30 "url": "https://pokedex.mimo.dev/api/pokemon/650/"
31 },
32 "version_details": [
33 {
34 "encounter_details": [
35 {
36 "chance": 100,
37 "condition_values": [],
38 "max_level": 5,
39 "method": {
40 "name": "gift",
41 "url": "https://pokedex.mimo.dev/api/encounter-method/18/"
42 },
43 "min_level": 5
44 }
45 ],
46 "max_chance": 100,
47 "version": {
48 "name": "x",
49 "url": "https://pokedex.mimo.dev/api/version/23/"
50 }
51 },
52 {
53 "encounter_details": [
54 {
55 "chance": 100,
56 "condition_values": [],
57 "max_level": 5,
58 "method": {
59 "name": "gift",
60 "url": "https://pokedex.mimo.dev/api/encounter-method/18/"
61 },
62 "min_level": 5
63 }
64 ],
65 "max_chance": 100,
66 "version": {
67 "name": "y",
68 "url": "https://pokedex.mimo.dev/api/version/24/"
69 }
70 }
71 ]
72 },
73 {
74 "pokemon": {
75 "name": "fennekin",
76 "url": "https://pokedex.mimo.dev/api/pokemon/653/"
77 },
78 "version_details": [
79 {
80 "encounter_details": [
81 {
82 "chance": 100,
83 "condition_values": [],
84 "max_level": 5,
85 "method": {
86 "name": "gift",
87 "url": "https://pokedex.mimo.dev/api/encounter-method/18/"
88 },
89 "min_level": 5
90 }
91 ],
92 "max_chance": 100,
93 "version": {
94 "name": "x",
95 "url": "https://pokedex.mimo.dev/api/version/23/"
96 }
97 },
98 {
99 "encounter_details": [
100 {
101 "chance": 100,
102 "condition_values": [],
103 "max_level": 5,
104 "method": {
105 "name": "gift",
106 "url": "https://pokedex.mimo.dev/api/encounter-method/18/"
107 },
108 "min_level": 5
109 }
110 ],
111 "max_chance": 100,
112 "version": {
113 "name": "y",
114 "url": "https://pokedex.mimo.dev/api/version/24/"
115 }
116 }
117 ]
118 },
119 {
120 "pokemon": {
121 "name": "froakie",
122 "url": "https://pokedex.mimo.dev/api/pokemon/656/"
123 },
124 "version_details": [
125 {
126 "encounter_details": [
127 {
128 "chance": 100,
129 "condition_values": [],
130 "max_level": 5,
131 "method": {
132 "name": "gift",
133 "url": "https://pokedex.mimo.dev/api/encounter-method/18/"
134 },
135 "min_level": 5
136 }
137 ],
138 "max_chance": 100,
139 "version": {
140 "name": "x",
141 "url": "https://pokedex.mimo.dev/api/version/23/"
142 }
143 },
144 {
145 "encounter_details": [
146 {
147 "chance": 100,
148 "condition_values": [],
149 "max_level": 5,
150 "method": {
151 "name": "gift",
152 "url": "https://pokedex.mimo.dev/api/encounter-method/18/"
153 },
154 "min_level": 5
155 }
156 ],
157 "max_chance": 100,
158 "version": {
159 "name": "y",
160 "url": "https://pokedex.mimo.dev/api/version/24/"
161 }
162 }
163 ]
164 }
165 ]
166}