group_id is the unique ID of the group.
A successful response.
info is the GroupInfo of the group.
const response = await fetch('https://zetachain.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": "2025-01-30T21:30:18.824Z" } }