Ok
const response = await fetch('https://alephium.nownodes.io/infos/current-difficulty', { method: 'GET', headers: {}, }); const data = await response.json();
{ "difficulty": "text" }