Endpoint: encounter-condition
GEThttps://pokedex.mimo.dev/api/encounter-condition/other
Request
GETencounter-condition
1fetch("https://pokedex.mimo.dev/api/encounter-condition/other")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "id": 10,
3 "name": "other",
4 "names": [
5 {
6 "language": {
7 "name": "en",
8 "url": "https://pokedex.mimo.dev/api/language/9/"
9 },
10 "name": "Miscellaneous"
11 }
12 ],
13 "values": [
14 {
15 "name": "other-none",
16 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/38/"
17 },
18 {
19 "name": "other-snorlax-11-beat-league",
20 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/39/"
21 },
22 {
23 "name": "other-virtual-console",
24 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/40/"
25 },
26 {
27 "name": "other-talk-to-cynthias-grandmother",
28 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/42/"
29 },
30 {
31 "name": "other-correct-password",
32 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/53/"
33 },
34 {
35 "name": "other-received-kanto-starter",
36 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/56/"
37 },
38 {
39 "name": "other-regirock-regice-registeel-in-party",
40 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/58/"
41 },
42 {
43 "name": "other-talked-to-32-people-underground",
44 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/69/"
45 },
46 {
47 "name": "other-event-arceus-in-party",
48 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/71/"
49 }
50 ]
51}