1fetch("https://pokedex.mimo.dev/api/item/red-pok%C3%A9-ball-pick") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))