Endpoint: item-fling-effect

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

Request

GETitem-fling-effect
1fetch("https://pokedex.mimo.dev/api/item-fling-effect/herb-effect")
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": "Immediately activates the herb's effect on the target.",
5 "language": {
6 "name": "en",
7 "url": "https://pokedex.mimo.dev/api/language/9/"
8 }
9 }
10 ],
11 "id": 4,
12 "items": [
13 {
14 "name": "white-herb",
15 "url": "https://pokedex.mimo.dev/api/item/191/"
16 },
17 {
18 "name": "mental-herb",
19 "url": "https://pokedex.mimo.dev/api/item/196/"
20 }
21 ],
22 "name": "herb-effect"
23}