A successful response.
const response = await fetch('https://zetachain.nownodes.io/zeta-chain/zetacore/observer/show_observer_count', { method: 'GET', headers: {}, }); const data = await response.json();
{ "last_observer_count": { "count": "text", "last_change_height": "text" } }