group_id is the unique ID of the group.
A successful response.
info is the GroupInfo of the group.
const response = await fetch('https://kava.nownodes.io/cosmos/group/v1/group_info/{group_id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "info": { "id": "text", "admin": "text", "metadata": "text", "version": "text", "total_weight": "text", "created_at": "2024-11-10T03:48:23.242Z" } }