Endpoint: location

GEThttps://pokedex.mimo.dev/api/location/unova-victory-road-2

Request

GETlocation
1fetch("https://pokedex.mimo.dev/api/location/unova-victory-road-2")
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": "unova-victory-road-2-unknown-area-71",
5 "url": "https://pokedex.mimo.dev/api/location-area/661/"
6 },
7 {
8 "name": "unova-victory-road-2-unknown-area-72",
9 "url": "https://pokedex.mimo.dev/api/location-area/662/"
10 },
11 {
12 "name": "unova-victory-road-2-unknown-area-73",
13 "url": "https://pokedex.mimo.dev/api/location-area/663/"
14 },
15 {
16 "name": "unova-victory-road-2-unknown-area-74",
17 "url": "https://pokedex.mimo.dev/api/location-area/664/"
18 },
19 {
20 "name": "unova-victory-road-2-unknown-area-75",
21 "url": "https://pokedex.mimo.dev/api/location-area/665/"
22 },
23 {
24 "name": "unova-victory-road-2-unknown-area-76",
25 "url": "https://pokedex.mimo.dev/api/location-area/666/"
26 },
27 {
28 "name": "unova-victory-road-2-unknown-area-77",
29 "url": "https://pokedex.mimo.dev/api/location-area/667/"
30 },
31 {
32 "name": "unova-victory-road-2-unknown-area-78",
33 "url": "https://pokedex.mimo.dev/api/location-area/668/"
34 },
35 {
36 "name": "unova-victory-road-2-unknown-area-79",
37 "url": "https://pokedex.mimo.dev/api/location-area/669/"
38 },
39 {
40 "name": "unova-victory-road-2-unknown-area-80",
41 "url": "https://pokedex.mimo.dev/api/location-area/670/"
42 }
43 ],
44 "game_indices": [
45 {
46 "game_index": 134,
47 "generation": {
48 "name": "generation-v",
49 "url": "https://pokedex.mimo.dev/api/generation/5/"
50 }
51 }
52 ],
53 "id": 548,
54 "name": "unova-victory-road-2",
55 "names": [
56 {
57 "language": {
58 "name": "ja-Hrkt",
59 "url": "https://pokedex.mimo.dev/api/language/1/"
60 },
61 "name": "チャンピオンロード"
62 },
63 {
64 "language": {
65 "name": "fr",
66 "url": "https://pokedex.mimo.dev/api/language/5/"
67 },
68 "name": "Route Victoire"
69 },
70 {
71 "language": {
72 "name": "en",
73 "url": "https://pokedex.mimo.dev/api/language/9/"
74 },
75 "name": "Victory Road"
76 }
77 ],
78 "region": {
79 "name": "unova",
80 "url": "https://pokedex.mimo.dev/api/region/5/"
81 }
82}