Endpoint: encounter-condition-value

GEThttps://pokedex.mimo.dev/api/encounter-condition-value/other-virtual-console

Request

GETencounter-condition-value
1fetch("https://pokedex.mimo.dev/api/encounter-condition-value/other-virtual-console")
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": "other",
4 "url": "https://pokedex.mimo.dev/api/encounter-condition/10/"
5 },
6 "id": 40,
7 "name": "other-virtual-console",
8 "names": [
9 {
10 "language": {
11 "name": "en",
12 "url": "https://pokedex.mimo.dev/api/language/9/"
13 },
14 "name": "Playing on the Virtual Console Release"
15 },
16 {
17 "language": {
18 "name": "fr",
19 "url": "https://pokedex.mimo.dev/api/language/5/"
20 },
21 "name": "En jouant sur la version Virtual Console"
22 }
23 ]
24}