Endpoint: item-fling-effect

GEThttps://pokedex.mimo.dev/api/item-fling-effect/flinch

Request

GETitem-fling-effect
1fetch("https://pokedex.mimo.dev/api/item-fling-effect/flinch")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "effect_entries": [
3 {
4 "effect": "Target will flinch if it has not yet gone this turn.",
5 "language": {
6 "name": "en",
7 "url": "https://pokedex.mimo.dev/api/language/9/"
8 }
9 }
10 ],
11 "id": 7,
12 "items": [
13 {
14 "name": "kings-rock",
15 "url": "https://pokedex.mimo.dev/api/item/198/"
16 },
17 {
18 "name": "razor-fang",
19 "url": "https://pokedex.mimo.dev/api/item/304/"
20 }
21 ],
22 "name": "flinch"
23}