The Bet Brothers
HomeNewsLinkedIn
  • The Bet Brothers APIS
    • 🧩Core Concepts
    • 🔁API Flow
  • OPERATOR API
    • 🔗Operator Integration Service
    • 🔑Protocol API
      • Create api-token
      • Revoke api-token
  • 🚀Game Launcher API
    • Get Game Providers
    • Get Games
    • Launch Game in Demo Mode
    • Launch game in Real Mode
  • 💰Wallet API
    • Balance
    • Bet
    • Win
    • Refund
    • Rollback Win
  • ⚡Free Spin API
    • Add Free Spin
    • Cancel Free Spin
  • 🎮Game Insights
    • Get Game Bet Levels
    • Get Round Info
  • 📖Addendum
    • TBB Error Codes
    • Wallet Error Response
  • SUPPLIER API
    • 🔗Supplier Integration Service
    • 🔑Supplier Protocol API
    • 🚀Game Launcher API
      • Launch Game in Demo Mode
      • Launch Game in Real Mode
  • 🎲Game Events
    • Balance
    • Bet
    • Win
    • Refund
  • 📖Addendum
    • TBB Error Codes
Powered by GitBook
On this page
  1. Game Insights

Get Round Info

PreviousGet Game Bet LevelsNextAddendum

Last updated 10 days ago

🎮
get

Fetches a graphical URL that represents the outcome of a given round.

Path parameters
round_idstringRequired

Unique identifier of the round.

Query parameters
referencestringRequired

Game reference identifier.

Header parameters
AuthorizationstringRequired

Bearer token for authorization (e.g. Bearer YOUR_API_TOKEN)

Responses
200
Graphical outcome URL successfully retrieved.
application/json
503
Service Unavailable.
application/json
get
GET /api/round/{round_id}?reference=text HTTP/1.1
Host: 
Authorization: text
Accept: */*
{
  "url": "https://url.com"
}