User Tools

Site Tools


game-codes-v2

Get game codes V2

* Endpoint: /api/server/gameCode

* Method: POST

* Request note: do not exceed 30 requests per hour.

FieldTypeRequiredDescription
platType string YesGame platform. The source document currently lists ag, as, bbin, bg, boya, cq9, db2, db6, db7, fc, fg, jdb, joker, km, ky, leg, lgd, mg, mt, mw, nw, pg, pp, pt, rsg, t1, vg, wl, ww, xgd, and yoo.

* Response example:

{

"code": 10000, // Status code. 10000 indicates success
"msg": "request succeeded", // Response message
"data": [ { "platType": "ag", // Game platform "gameType": "2", // Game type: 1 live casino, 2 slots, 3 lottery, 4 sports, 5 esports, 6 fishing, 7 card games "gameCode": "xxxxxxxxxx", // Game code "ingress": "3", // Supported terminal type: 1 desktop web, 2 mobile web, 3 both "gameName": { "zh-hans": "Simplified Chinese", "zh-hant": "Traditional Chinese", "en": "English", "ja": "Japanese", "ko": "Korean", "th": "Thai", "vi": "Vietnamese", "id": "Indonesian", "hi": "Hindi", "ms": "Malay", "es": "Spanish", "pt": "Portuguese" } }, { "platType": "ag", // Game platform "gameType": "6", // Game type: 1 live casino, 2 slots, 3 lottery, 4 sports, 5 esports, 6 fishing, 7 card games "gameCode": "xxxxxxxxxx", // Game code "ingress": "3", // Supported terminal type: 1 desktop web, 2 mobile web, 3 both "gameName": { "zh-hans": "Simplified Chinese", "en": "English" } }
]

}

game-codes-v2.txt · Last modified: 2023/10/14 08:09 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki