GAIN draws, Intelligence regulatory scans, Insights cohort models, Studio asset generation and Engine promotional orchestration — all exposed as a single OAuth 2.0 + mTLS JSON API. Reference implementations available for OLG, BCLC, WCLC, Loto-Québec and ALC data standards.
PT: Uma única superfície JSON para todos os produtos Kobow Lotto — sorteios GAIN, escaneamentos regulatórios Intelligence, modelos de coorte Insights, geração de ativos Studio e orquestração promocional Engine. OAuth 2.0 + mTLS. Implementações de referência para padrões de dados OLG, BCLC, WCLC, Loto-Québec e ALC.
Each product ships as a versioned module under api.kobowlotto.com/v0/. Auth, rate limiting and audit trail are shared. Schemas published in OpenAPI 3.1 and signed with cosign.
Certified RNG shuffle with NIST beacon salt, per-jurisdiction entropy policy and GLI-19 / GLI-33 audit trail. Reference integrations with WCLC Lotto 6/49, OLG LOTTO MAX and BCLC PlayNow draws.
Live scans of AGCO, AGLC, BCLC, iGO, WCLC consortium, Loto-Québec RACJ and Atlantic ALC regulators with diff-detection, legal-copy compression analysis and bilingual parity scoring.
Cohort-decomposed LTV, churn and bonus-abuse models trained on anonymised Crown lottery & iGaming panels. Migration models for iCasino cannibalisation projections (e.g., the Ontario iGO thesis).
Generate EN/FR bilingual creative respecting the 60–72% French compression rule, with jurisdiction-specific legal copy auto-attached, and output to print-ready paper, POSD, digital and terminal formats.
Schedule and orchestrate cross-product promotions with compliance pre-flight, rate limits per jurisdiction and automatic bilingual split. 48-hour creative cycle, not 2–3 weeks.
Operational endpoints: per-endpoint health, monthly audit export (SOC 2 / ISO 27001 compatible), billing usage summaries. Status page at /health.
Every Kobow Lotto API client authenticates with OAuth 2.0 client-credentials, mutual TLS for production draw endpoints, and HMAC-signed request bodies on all POST endpoints. Rate limits are applied per-jurisdiction, so a UKGC surge doesn't starve your OLG flow.
| Environment | Base URL | Auth | Rate ceiling |
|---|---|---|---|
| Sandbox | api.kobowlotto.com/sandbox/v0 | OAuth 2.0 | 60 rpm |
| Staging | api.kobowlotto.com/staging/v0 | OAuth 2.0 + HMAC | 300 rpm |
| Production (non-draw) | api.kobowlotto.com/v0 | OAuth 2.0 + mTLS | Per contract |
| Production (draws) | api.kobowlotto.com/v0/gain | OAuth + mTLS + HSM sig | Per Crown policy |
npm i @kobowlotto/sdk
pip install kobowlotto
go get github.com/kobowlotto/sdk-go
Maven / Gradle