Endpoint: encounter-condition-value

GEThttps://pokedex.mimo.dev/api/encounter-condition-value/story-progress-beat-elite-four-round-two

Request

GETencounter-condition-value
1fetch("https://pokedex.mimo.dev/api/encounter-condition-value/story-progress-beat-elite-four-round-two")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "condition": {
3 "name": "story-progress",
4 "url": "https://pokedex.mimo.dev/api/encounter-condition/9/"
5 },
6 "id": 34,
7 "name": "story-progress-beat-elite-four-round-two",
8 "names": [
9 {
10 "language": {
11 "name": "en",
12 "url": "https://pokedex.mimo.dev/api/language/9/"
13 },
14 "name": "Beat the Elite 4 for the second time"
15 },
16 {
17 "language": {
18 "name": "fr",
19 "url": "https://pokedex.mimo.dev/api/language/5/"
20 },
21 "name": "Après deux victoires sur le Conseil 4"
22 }
23 ]
24}