Endpoint: location

GEThttps://pokedex.mimo.dev/api/location/dragonspiral-tower

Request

GETlocation
1fetch("https://pokedex.mimo.dev/api/location/dragonspiral-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": "dragonspiral-tower-entrance",
5 "url": "https://pokedex.mimo.dev/api/location-area/594/"
6 },
7 {
8 "name": "dragonspiral-tower-outside",
9 "url": "https://pokedex.mimo.dev/api/location-area/595/"
10 },
11 {
12 "name": "dragonspiral-tower-1f",
13 "url": "https://pokedex.mimo.dev/api/location-area/596/"
14 },
15 {
16 "name": "dragonspiral-tower-2f",
17 "url": "https://pokedex.mimo.dev/api/location-area/597/"
18 }
19 ],
20 "game_indices": [
21 {
22 "game_index": 39,
23 "generation": {
24 "name": "generation-v",
25 "url": "https://pokedex.mimo.dev/api/generation/5/"
26 }
27 },
28 {
29 "game_index": 87,
30 "generation": {
31 "name": "generation-v",
32 "url": "https://pokedex.mimo.dev/api/generation/5/"
33 }
34 }
35 ],
36 "id": 381,
37 "name": "dragonspiral-tower",
38 "names": [
39 {
40 "language": {
41 "name": "ja-Hrkt",
42 "url": "https://pokedex.mimo.dev/api/language/1/"
43 },
44 "name": "リュウラセンの塔"
45 },
46 {
47 "language": {
48 "name": "fr",
49 "url": "https://pokedex.mimo.dev/api/language/5/"
50 },
51 "name": "Tour Dragospire"
52 },
53 {
54 "language": {
55 "name": "en",
56 "url": "https://pokedex.mimo.dev/api/language/9/"
57 },
58 "name": "Dragonspiral Tower"
59 }
60 ],
61 "region": {
62 "name": "unova",
63 "url": "https://pokedex.mimo.dev/api/region/5/"
64 }
65}