Endpoint: item-fling-effect

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

Request

GETitem-fling-effect
1fetch("https://pokedex.mimo.dev/api/item-fling-effect/badly-poison")
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": "Badly poisons the target.",
5 "language": {
6 "name": "en",
7 "url": "https://pokedex.mimo.dev/api/language/9/"
8 }
9 }
10 ],
11 "id": 1,
12 "items": [
13 {
14 "name": "toxic-orb",
15 "url": "https://pokedex.mimo.dev/api/item/249/"
16 }
17 ],
18 "name": "badly-poison"
19}