1fetch("https://pokedex.mimo.dev/api/contest-effect/4") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "appeal": 1,3 "effect_entries": [4 {5 "effect": "Attempts to jam the Pokémon that appealed before the user.",6 "language": {7 "name": "en",8 "url": "https://pokedex.mimo.dev/api/language/9/"9 }10 }11 ],12 "flavor_text_entries": [13 {14 "flavor_text": "Badly startles the Pokémon in front.",15 "language": {16 "name": "en",17 "url": "https://pokedex.mimo.dev/api/language/9/"18 }19 }20 ],21 "id": 4,22 "jam": 423}