Skip to content
v1.0.0 (2026-08-15 18:56)

Hot Games

Overview

  • Description: Fetch the most popular or system-recommended games.
  • Authentication: No Member Login Required. However, you must provide a Base Token to identify the Agent. See Authentication for details.

1. GET - Get Hot Games

  • Path: /api/games/hot

Request Header

ParameterTypeRequiredDescription
AuthorizationStringYesBearer BaseToken (to identify the Agent)

Request Parameters

ParameterTypeRequiredDescription
limitIntegerNoNumber of records to return, default 20

Response Example

json
{
  "code": 0,
  "msg": "Success",
  "data": [
    {
      "game_code": "vs20olympgate",
      "game_name": "Gates of Olympus",
      "game_icon": "https://cdn.domain.com/icons/vs20olympgate.webp",
      "provider_code": "pragmatic",
      "hot_score": 9800
    }
  ]
}