Ok
const response = await fetch('https://alephium.nownodes.io/infos/discovered-neighbors', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "cliqueId": "text", "brokerId": 0, "brokerNum": 0, "address": { "addr": "text", "port": 0 } } ]