API for fetching Group Funds

I’ve been looking around at the API docs to find a way to retrieve my group’s funds + pending, but no luck

Which places should I look? Does such API exist?
I’ve been to like 4 separate websites and they all fog up my sense of it with the inconcistencies

1 Like

Roblox does not provide direct access to group funds or pending group funds via their public APIs. These features are restricted and can only be viewed by users with specific roles and permissions within the group. This limitation ensures that sensitive financial information remains secure and visible only to authorized users.

If you need to access this data programmatically, the only viable solution involves using a proxy that relies on a user account with appropriate permissions. Here’s how it works:

  1. Authorized User Access: The proxy must use a Roblox account that has the necessary permissions to view group funds and pending group funds.
  2. Caching and Scraping: The proxy would cache and scrape the relevant data from Roblox’s website. This requires the authorized user account to be logged in.
  3. Custom API Integration: Your website’s backend can then process this data and expose it through a custom API. This allows you to retrieve the information without directly interacting with Roblox’s web interface.
2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.