1fetch("https://pokedex.mimo.dev/api/encounter-condition/first-party-pokemon") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 13,3 "name": "first-party-pokemon",4 "names": [],5 "values": [6 {7 "name": "first-party-pokemon-high-friendship",8 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/66/"9 }10 ]11}