Skip to content

Game List

INFO

Get game list

Request Method

ItemNameSample
PathPath{Api_Address}/game/list
Request MethodGET

Request Parameters

NameTypeRequiredDescription
Sign ParamsYView details

Return Parameters

NameTypeRequiredDescription
codeintY
msgstringYMessage for debug
dataarrayYGame Items

Game Items

NameTypeRequiredDescription
idintYGame Id
namestringYGame Name
game_codestringYThe index of game data
categorystringYGame Category
providerstringYGame Provider Name
cover_urlstringYGame Cover Url
statusintYGame status: 1=enable; 2=disable
updated_atintYUpdate Time

Sample

Http Request
    GET: Method
    URL: /game/list?mid=1697028447&sign=7476c4b0e606a2903cdb31379a83671244954fbd6d9053d2db9ca222587bd9fd&ts=1713768205 

Http Response(success)
{
    "code": 0,
    "msg": "",
    "data": [
        {
            "id": 10000,
            "name": "lucky_tanks",
            "category": "mines",
            "provider": "inhouse",
            "cover_url": "https://static.1jogo.com/img/lucky_tanks@2x.png",
            "status": 1,
            "updated_at": 1690374601
            "game_code":"gp_classic_4"
        }
    ]
}