Skip to Content
5. Common API5.2 Game5.2.1 Get game providers

Get game providers

NameValue
API URL{API_URL}/game/list
MethodGET
HTTP Response status200

Response body

{ "code": 0, "message": "Success", "timestamp": 1744624221074, "result": { "data": [ { "code": "amb_pgsoft", "name": "PGSOFT (AMB)", "is_hot": true, "is_new": false, "maintenance": false, "order": 0, "type": ["SLOT"], "direct_access": { "game": true, "lobby": false } } ] } }
FieldTypeDescription
result.data.codeStringGame provider code
result.info.nameString or NullGame provider name
result.info.is_hotBooleanIs HOT provider
result.info.is_newBooleanIs NEW provider
result.info.maintenanceBooleanIs under maintenance
result.info.orderNumberOrder index (Rank)
result.info.typeArray of stringGame type
result.info.direct_access.lobbyBooleanIs access to lobby game
result.info.direct_access.gameBooleanIs access to direct game
Last updated on