BETCORE Aggregator
Provider IntegrationCasino IntegrationFeed Integration
Provider IntegrationCasino IntegrationFeed Integration
Visit Betcore website
Follow Betcore on Instagram
Follow Betcore on LinkedIn
Follow Betcore on Youtube
  1. Games
  • PLEASE READ: Getting Started
  • Integrate BETCORE Games
    • Integrate BETCORE Games
    • WebFrame Connection
    • BETCORE API
      • Authentication
        • Token
          POST
        • Verify
          POST
        • Jwks
          GET
      • Payments
        • Accept
          POST
      • Cashback
        • Accept
          POST
    • PARTNER API
      • Users
        • Auth
          POST
        • Data
          POST
      • Payments
        • Info
          POST
        • Make
          POST
        • Make-list
          POST
        • Close
          POST
      • Cashback
        • Make
          POST
  • Integrate YOUR Games
    • Integrate as Games Provider
    • PARTNER API
      • Games
        • Games
          GET
        • Launch
          POST
    • BETCORE API
      • Get Balance
        • Balance
          GET
      • Bets
        • PayIn
          POST
        • PayOut
          POST
        • PayInOut
          POST
        • Refund
          POST
  • Feed Integration
    • Feed Integration
    • REST API
      • Authorization
        • Token
          POST
      • Games
        • List
          GET
        • Info
          GET
        • Translations
          GET
      • Jackpot
        • Accumulated
          GET
    • Websocket
      • SubOnWholeGamesInfo
Provider IntegrationCasino IntegrationFeed Integration
Provider IntegrationCasino IntegrationFeed Integration
Visit Betcore website
Follow Betcore on Instagram
Follow Betcore on LinkedIn
Follow Betcore on Youtube
  1. Games

List

GET
/backend.bcdprod.net/partners-bff/api/v1.0/games/list

Overview#

The List method is utilized to obtain a comprehensive set of details regarding the games currently active on the client side.
The main objectives of this method are:
To provide a comprehensive snapshot of the games that are presently available to the client, enabling the client to present an accurate and updated game list to its users.
To offer detailed insights into each game, including its category, type, and expected return to players, facilitating informed choices by the end users.
To supply visual components like links to lobby images, enhancing the user interface and improving the overall user experience by offering visual representations of each game.

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/backend.bcdprod.net/partners-bff/api/v1.0/games/list' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
  "ErrorCode": 200,
  "Message": "Success"
  
  "Games": [
    {
      "Id": 2,
      "Name": "Wheelbet",
      "Type": "Show Games",
      "Category": "TvBet games",
      "Rtp": 95,
      "Images": {
        "Square": "https://cdn-gl.prod.tvbet.space/Tvbet%20resize/575%D1%85575/thumbnail-weelbet%C2%A0575%D1%85575.jpg",
        "Portrait": "https://cdn-gl.prod.tvbet.space/Tvbet%20resize/427%D1%85575/thumbnail-weelbet%C2%A0427%D1%85575.jpg",
        "Landscape": "https://cdn-gl.prod.tvbet.space/Tvbet%20resize/575%D1%85427/thumbnail-weelbet-575%D1%85427.jpg"
      }
    }
  ],
}
Previous
Token
Next
Info
Built with