Endpoint: location-area
GEThttps://pokedex.mimo.dev/api/location-area/spear-pillar-area
Request
GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/spear-pillar-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": 831,
5 "location": {
6 "name": "spear-pillar",
7 "url": "https://pokedex.mimo.dev/api/location/172/"
8 },
9 "name": "spear-pillar-area",
10 "names": [
11 {
12 "language": {
13 "name": "en",
14 "url": "https://pokedex.mimo.dev/api/language/9/"
15 },
16 "name": "Spear Pillar"
17 },
18 {
19 "language": {
20 "name": "fr",
21 "url": "https://pokedex.mimo.dev/api/language/5/"
22 },
23 "name": "Colonnes Lances"
24 }
25 ],
26 "pokemon_encounters": [
27 {
28 "pokemon": {
29 "name": "dialga",
30 "url": "https://pokedex.mimo.dev/api/pokemon/483/"
31 },
32 "version_details": [
33 {
34 "encounter_details": [
35 {
36 "chance": 100,
37 "condition_values": [],
38 "max_level": 47,
39 "method": {
40 "name": "only-one",
41 "url": "https://pokedex.mimo.dev/api/encounter-method/20/"
42 },
43 "min_level": 47
44 }
45 ],
46 "max_chance": 100,
47 "version": {
48 "name": "diamond",
49 "url": "https://pokedex.mimo.dev/api/version/12/"
50 }
51 },
52 {
53 "encounter_details": [
54 {
55 "chance": 100,
56 "condition_values": [
57 {
58 "name": "item-adamant-orb",
59 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/44/"
60 },
61 {
62 "name": "other-talk-to-cynthias-grandmother",
63 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/42/"
64 },
65 {
66 "name": "story-progress-hall-of-fame",
67 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/35/"
68 }
69 ],
70 "max_level": 70,
71 "method": {
72 "name": "only-one",
73 "url": "https://pokedex.mimo.dev/api/encounter-method/20/"
74 },
75 "min_level": 70
76 }
77 ],
78 "max_chance": 100,
79 "version": {
80 "name": "platinum",
81 "url": "https://pokedex.mimo.dev/api/version/14/"
82 }
83 }
84 ]
85 },
86 {
87 "pokemon": {
88 "name": "palkia",
89 "url": "https://pokedex.mimo.dev/api/pokemon/484/"
90 },
91 "version_details": [
92 {
93 "encounter_details": [
94 {
95 "chance": 100,
96 "condition_values": [],
97 "max_level": 47,
98 "method": {
99 "name": "only-one",
100 "url": "https://pokedex.mimo.dev/api/encounter-method/20/"
101 },
102 "min_level": 47
103 }
104 ],
105 "max_chance": 100,
106 "version": {
107 "name": "pearl",
108 "url": "https://pokedex.mimo.dev/api/version/13/"
109 }
110 },
111 {
112 "encounter_details": [
113 {
114 "chance": 100,
115 "condition_values": [
116 {
117 "name": "item-lustrous-orb",
118 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/45/"
119 },
120 {
121 "name": "other-talk-to-cynthias-grandmother",
122 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/42/"
123 },
124 {
125 "name": "story-progress-hall-of-fame",
126 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/35/"
127 }
128 ],
129 "max_level": 70,
130 "method": {
131 "name": "only-one",
132 "url": "https://pokedex.mimo.dev/api/encounter-method/20/"
133 },
134 "min_level": 70
135 }
136 ],
137 "max_chance": 100,
138 "version": {
139 "name": "platinum",
140 "url": "https://pokedex.mimo.dev/api/version/14/"
141 }
142 }
143 ]
144 }
145 ]
146}