Real-time live casino data, normalised across providers
Every round of every game we track on the public site is available as a JSON feed: Stake / Roobet / Duel / Shuffle Crash & Slide, plus nine Evolution wheel shows. Sub-10s latency, unified schema, no HTML scraping for you to maintain.
Why buy data instead of scraping it yourself
- Unified shape. Crash, Slide and wheel shows all return the same JSON envelope: rounds, multipliers and segments come parsed — no per-provider parser to maintain.
- Automatic failover. When one upstream source goes stale, our scraper swaps to a secondary. You see continuity, not gaps.
- No Cloudflare wrestling. We handle Turnstile, Stake-direct GraphQL adapters, cookie sessions, IP rotations. You get clean data.
- Cross-source dedup. The same physical round arriving from two providers is collapsed server-side. Zero duplicates in your pipeline.
- Full history. Historical rounds queryable by time window, segment or multiplier. Not just the last hour.
What you get
- REST JSON. GET /v1/games/{slug}/rounds, /spins, /stats, /biggest-wins, /round/{id}.
- WebSocket stream. Subscribe to /v1/stream for push delivery of every finalised round.
- Catalog endpoint. GET /v1/games lists every tracked game with provider, kind, last observed round and total count.
- Ready-made examples. cURL, JavaScript (fetch + ws), Python (requests + websockets) in the docs.
- Telegram support. Direct line to the team — not a ticketing system with weekly SLA.
Games covered
Same response shape across every game — canonical round_index, Decimal multiplier, ISO 8601 finalized_at, full upstream envelope preserved under "raw".
- Stake Crash
- Stake Slide
- Roobet Crash
- Roobet Slide
- Duel Crash
- Shuffle Crash
- Crazy Time
- Crazy Time A
- Monopoly Live
- MONOPOLY Big Baller
- Dream Catcher
- Lightning Storm
- Ice Fishing
- Lightning Dice
- Lightning Roulette
Data shape
Every round carries: round_index (canonical int, idempotent cross-source), round_id, multiplier (4-decimal Decimal), finalized_at (UTC ISO 8601), multiplier_source, random_number / sector where applicable, and a "raw" field preserving the full upstream envelope. See /data/docs for the per-game schema and code samples.
{
"round_index": 7639719755253785033,
"round_id": "18b3c3cd294b804175c45254",
"multiplier": "75.0000",
"random_number": 13,
"state": "finalized",
"finalized_at": "2026-05-28T15:21:20.349Z",
"multiplier_source": "lightningstorm",
"raw": {
"segment": "bcg",
"sector": 13,
"multiplier_text": "75x",
"bonusmultiplier": "75",
"bonus": { "type": "BatteryCharger", "batteries": [/* … */] }
}
}Typical use cases
Surface Crash / Crazy Time results in real time on your affiliate site without scraping the operator yourself — the Cloudflare risk stays with us.
Alert on Crash > X×, segment Y landing on Crazy Time, or a player win above €N. WebSocket stream = minimum latency.
Historical dataset for multiplier distribution analysis, fairness checks, provably-fair validation. Raw data, no hidden transforms.
Operational panel for an affiliate casino — live KPIs, biggest-wins leaderboard, top-multiplier feed.
Frequently asked
Can I trial before buying?+
Yes. Ask for a 24–48h trial key on Telegram. We grant full Pro-tier access during the trial window.
How reliable is uptime?+
The scraper runs with automatic primary→fallback failover. The public /status page shows observed uptime per game. Enterprise includes a contractual 99.5% SLA.
Can I redistribute the data?+
On Pro tier, yes — white-label, with mandatory attribution. On Enterprise you can drop attribution on written request.
What payment methods?+
Crypto (BTC, USDT TRC20/ERC20, ETH), SEPA wire for Enterprise. No card payments — we prefer to discuss the use case first.
Are you affiliated with the casinos you track?+
No. TrackerSino is independent. Data comes from public operator sources and from mirrors like casinoscores.
Ready to start?
Drop us a message on Telegram. Manual onboarding, usually a few hours to first response. No forms, no automated sales calls.