Endpoint: move-ailment

GEThttps://pokedex.mimo.dev/api/move-ailment/no-type-immunity

Request

GETmove-ailment
1fetch("https://pokedex.mimo.dev/api/move-ailment/no-type-immunity")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "id": 17,
3 "moves": [
4 {
5 "name": "foresight",
6 "url": "https://pokedex.mimo.dev/api/move/193/"
7 },
8 {
9 "name": "odor-sleuth",
10 "url": "https://pokedex.mimo.dev/api/move/316/"
11 },
12 {
13 "name": "miracle-eye",
14 "url": "https://pokedex.mimo.dev/api/move/357/"
15 }
16 ],
17 "name": "no-type-immunity",
18 "names": [
19 {
20 "language": {
21 "name": "fr",
22 "url": "https://pokedex.mimo.dev/api/language/5/"
23 },
24 "name": "Aucune immunité aux types"
25 },
26 {
27 "language": {
28 "name": "en",
29 "url": "https://pokedex.mimo.dev/api/language/9/"
30 },
31 "name": "No type immunity"
32 }
33 ]
34}