Endpoint: contest-effect
GEThttps://pokedex.mimo.dev/api/contest-effect/11
Request
GETcontest-effect
1fetch("https://pokedex.mimo.dev/api/contest-effect/11")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "appeal": 1,
3 "effect_entries": [
4 {
5 "effect": "If the Applause meter is empty or at one, earns one point; if two, earns three points; if three, earns four points; if four, earns six points.",
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": "The appeal works best the more the crowd is excited.",
15 "language": {
16 "name": "en",
17 "url": "https://pokedex.mimo.dev/api/language/9/"
18 }
19 }
20 ],
21 "id": 11,
22 "jam": 0
23}