Endpoint: stat

GEThttps://pokedex.mimo.dev/api/stat/hp

Request

GETstat
1fetch("https://pokedex.mimo.dev/api/stat/hp")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "affecting_moves": {
3 "decrease": [],
4 "increase": []
5 },
6 "affecting_natures": {
7 "decrease": [],
8 "increase": []
9 },
10 "characteristics": [
11 {
12 "url": "https://pokedex.mimo.dev/api/characteristic/1/"
13 },
14 {
15 "url": "https://pokedex.mimo.dev/api/characteristic/7/"
16 },
17 {
18 "url": "https://pokedex.mimo.dev/api/characteristic/13/"
19 },
20 {
21 "url": "https://pokedex.mimo.dev/api/characteristic/19/"
22 },
23 {
24 "url": "https://pokedex.mimo.dev/api/characteristic/25/"
25 }
26 ],
27 "game_index": 1,
28 "id": 1,
29 "is_battle_only": false,
30 "move_damage_class": null,
31 "name": "hp",
32 "names": [
33 {
34 "language": {
35 "name": "ja-Hrkt",
36 "url": "https://pokedex.mimo.dev/api/language/1/"
37 },
38 "name": "HP"
39 },
40 {
41 "language": {
42 "name": "ko",
43 "url": "https://pokedex.mimo.dev/api/language/3/"
44 },
45 "name": "HP"
46 },
47 {
48 "language": {
49 "name": "zh-Hant",
50 "url": "https://pokedex.mimo.dev/api/language/4/"
51 },
52 "name": "HP"
53 },
54 {
55 "language": {
56 "name": "fr",
57 "url": "https://pokedex.mimo.dev/api/language/5/"
58 },
59 "name": "PV"
60 },
61 {
62 "language": {
63 "name": "de",
64 "url": "https://pokedex.mimo.dev/api/language/6/"
65 },
66 "name": "KP"
67 },
68 {
69 "language": {
70 "name": "es",
71 "url": "https://pokedex.mimo.dev/api/language/7/"
72 },
73 "name": "PS"
74 },
75 {
76 "language": {
77 "name": "it",
78 "url": "https://pokedex.mimo.dev/api/language/8/"
79 },
80 "name": "PS"
81 },
82 {
83 "language": {
84 "name": "en",
85 "url": "https://pokedex.mimo.dev/api/language/9/"
86 },
87 "name": "HP"
88 },
89 {
90 "language": {
91 "name": "zh-Hans",
92 "url": "https://pokedex.mimo.dev/api/language/12/"
93 },
94 "name": "HP"
95 }
96 ]
97}