A successful response.
const response = await fetch('//osmo.nownodes.io/osmosis/incentives/v1beta1/all_groups', { method: 'GET', headers: {}, }); const data = await response.json();
{ "groups": [ { "group_gauge_id": "text", "internal_gauge_info": { "total_weight": "text", "gauge_records": [ { "gauge_id": "text", "current_weight": "text", "cumulative_weight": "text" } ] }, "splitting_policy": "ByVolume" } ] }