Endpoint: contest-effect

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

Request

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

Response

response.json
1{
2 "appeal": 8,
3 "effect_entries": [
4 {
5 "effect": "User cannot make any more appeals for the remainder of the contest.",
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": "Makes a great appeal, but allows no more to the end.",
15 "language": {
16 "name": "en",
17 "url": "https://pokedex.mimo.dev/api/language/9/"
18 }
19 }
20 ],
21 "id": 7,
22 "jam": 0
23}