Changelog
Changes to the H2GC Data API — the read-only JSON REST API for querying gambling-industry financial and reference datasets. Entries are dated, newest first.
Breaking changes are marked Breaking: — read these before upgrading.
2026-08-23
Added
- Rate limiting is now enforced on the Data API endpoints (
/v1/financials,/v1/reference,/v1/catalog): 100 requests/minute and 10,000 requests/day per API key — the limits already published on the Rate limits page. Requests over a limit receive429 Too Many Requestswith aRetry-Afterheader; every response carriesX-RateLimit-Limit,X-RateLimit-RemainingandX-RateLimit-Reset. Clients staying within the published limits see no change.
Behaviour
- The platform's internal session authentication migrated from Clerk to WorkOS.
Data API consumers are unaffected —
x-api-keyauthentication is unchanged; only the OpenAPI document's internal security-scheme naming moved (clerkAuth→workosAuth, admin/onboarding surface only).
2026-07-01
Added
- Initial public release of the Data API (
v1):GET /v1/financials— query financial metrics with cursor-based pagination. Any dimension listed in the dataset catalog can be used as a filter.GET /v1/reference— query reference data across global jurisdictions.GET /v1/catalog— list available datasets and their queryable dimensions.
- API-key authentication via the
x-api-keyheader (sk_live_...), issued through the invite/claim flow.