Endpoints for First play bounce rate and Creator Rewards

I’m building out a custom application for a private client, as apart of this application they’d like to view their creator rewards & first play bounce rate, we are using API Key & Open Cloud authentication, although up to now I have been unable to find the endpoints.

Does anybody know if these endpoints exist? If so, are there any public docs available for these endpoints?

1 Like

Unfortunately, as of right now, there are no official Open Cloud endpoints available for Creator Analytics (such as First Play Bounce Rate) or Creator Rewards / Engagement-Based Payouts.

Currently, the Open Cloud API (authenticated via API Keys) is primarily focused on game services (DataStores, MemoryStores, MessagingService), asset management, and publishing. Deep analytical and financial data remains strictly exclusive to the Creator Dashboard.

The Unofficial Workaround:
The only way developers currently retrieve this specific data externally is by reverse-engineering the internal web APIs that the Creator Dashboard uses under the hood (e.g., endpoints under analytics.roblox.com or engagementpayouts.roblox.com).

However, you cannot authenticate these internal endpoints using Open Cloud API Keys. They require authentication via a valid .ROBLOSECURITY cookie from an account with the appropriate permissions.

A word of caution for your client work: Building a custom app relying on .ROBLOSECURITY cookies is highly unstable. Roblox frequently invalidates cookies for security reasons (e.g., IP changes), meaning your custom app would require constant maintenance and cookie refreshing, which might not be ideal for a client deliverable.

Currently, our best hope is to wait for Roblox to officially expand the Open Cloud API to include Analytics.

1 Like

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