Endpoint: contest-effect

GEThttps://pokedex.mimo.dev/api/contest-effect/22

Request

GETcontest-effect
1fetch("https://pokedex.mimo.dev/api/contest-effect/22")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "appeal": 3,
3 "effect_entries": [
4 {
5 "effect": "Cancels combo standby status for all Pokémon that have appealed this turn.",
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": "Shifts the judge's attention from others.",
15 "language": {
16 "name": "en",
17 "url": "https://pokedex.mimo.dev/api/language/9/"
18 }
19 }
20 ],
21 "id": 22,
22 "jam": 0
23}