Getting live Group Funds count

So I heard of a proxy that lets you get more info about a group than GroupService. I figured out how to get live Member count, and I tried getting live Group Funds too, but there doesn’t seem to be any group/funds or anything.

How would I be able to display the amount of Group Funds on a TextLabel in-game?
Is it even possible?

1 Like

Couldn’t find any Group API with Funds information, so here is how I would do it. If you have Group Funds public to view, you can use an HTML parser on a node server , get the number of funds from the group page and have the it saved there, and when you need the number of funds do an HTTP Get request to a website where you handle the request with express.js. I’d recommend Glitch for a small program like this.