Endpoint: contest-effect
GEThttps://pokedex.mimo.dev/api/contest-effect/6
Request
GETcontest-effect
1fetch("https://pokedex.mimo.dev/api/contest-effect/6")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "appeal": 4,
3 "effect_entries": [
4 {
5 "effect": "Attempts to jam the other Pokémon. The user cannot make an appeal on the next turn, but it cannot be jammed either.",
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": "Jams the others, and misses one turn of appeals.",
15 "language": {
16 "name": "en",
17 "url": "https://pokedex.mimo.dev/api/language/9/"
18 }
19 }
20 ],
21 "id": 6,
22 "jam": 4
23}