Discover/Bet API
live

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.

This API takes change requests — .
Endpoint health
monitored
get_latest_results
Checks pendingself-healing
Endpoints
1
Verified account required
Updated
2h ago
This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/e4a2be81-43cb-49f7-8a63-06cc1c8d28bf/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e4a2be81-43cb-49f7-8a63-06cc1c8d28bf/get_latest_results' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

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.

Input

No input parameters required.

Response
{
  "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.