Bet APIblaze.bet.br ↗
Access the latest Blaze Double game outcomes instantly, including winning colors, roll numbers, and provably fair server seeds to track results and verify game integrity. Stay updated with real-time roulette game data to analyze patterns and validate fairness across rounds.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/e4a2be81-43cb-49f7-8a63-06cc1c8d28bf/get_latest_results' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns the 20 most recent completed Double game rounds. Each result includes the color outcome (white/red/black), the roll number (0-14), a timestamp, and a provably fair server seed. Results are ordered from newest to oldest. No input parameters required.
No input parameters required.
{
"type": "object",
"fields": {
"total": "integer count of results returned",
"results": "array of game round objects, each containing id, created_at, color, color_code, roll, and server_seed"
},
"sample": {
"data": {
"total": 20,
"results": [
{
"id": "V1an6EmQke",
"roll": 8,
"color": "black",
"color_code": 2,
"created_at": "2024-09-19T18:13:48.071Z",
"server_seed": "REDACTED_SECRET"
}
]
},
"status": "success"
}
}About the Bet API
The Bet API on Parse exposes 1 endpoint for the publicly available data on blaze.bet.br. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.