Endpoint: location
GEThttps://pokedex.mimo.dev/api/location/celestial-tower
Request
GETlocation
1fetch("https://pokedex.mimo.dev/api/location/celestial-tower")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "areas": [
3 {
4 "name": "celestial-tower-2f",
5 "url": "https://pokedex.mimo.dev/api/location-area/633/"
6 },
7 {
8 "name": "celestial-tower-3f",
9 "url": "https://pokedex.mimo.dev/api/location-area/634/"
10 },
11 {
12 "name": "celestial-tower-4f",
13 "url": "https://pokedex.mimo.dev/api/location-area/635/"
14 },
15 {
16 "name": "celestial-tower-5f",
17 "url": "https://pokedex.mimo.dev/api/location-area/636/"
18 }
19 ],
20 "game_indices": [
21 {
22 "game_index": 56,
23 "generation": {
24 "name": "generation-v",
25 "url": "https://pokedex.mimo.dev/api/generation/5/"
26 }
27 }
28 ],
29 "id": 398,
30 "name": "celestial-tower",
31 "names": [
32 {
33 "language": {
34 "name": "ja-Hrkt",
35 "url": "https://pokedex.mimo.dev/api/language/1/"
36 },
37 "name": "タワーオブヘブン"
38 },
39 {
40 "language": {
41 "name": "fr",
42 "url": "https://pokedex.mimo.dev/api/language/5/"
43 },
44 "name": "Tour des Cieux"
45 },
46 {
47 "language": {
48 "name": "en",
49 "url": "https://pokedex.mimo.dev/api/language/9/"
50 },
51 "name": "Celestial Tower"
52 }
53 ],
54 "region": {
55 "name": "unova",
56 "url": "https://pokedex.mimo.dev/api/region/5/"
57 }
58}