1fetch("https://pokedex.mimo.dev/api/machine/16") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))