Axios affiche la console json imbriquée.log

axios.get(url + '?hapikey=' + copyFrom)
  .then(res => console.log(JSON.stringify(res.data, null, 2)));
Yawning Yak