[POST
] https://api.shenn.id/v1/game-checker
Parameter | Type | Value | Req. |
---|---|---|---|
key | string |
berisi apikey anda. | Yes |
sign | string |
berisi formula md5(API ID + API KEY). | Yes |
game | string |
berisi nama game yang akan di cek. | Yes |
data | string |
berisi id game. | Yes |
zone | string |
berisi zone game. | No |
Example Response
{
"code": 200,
"data": {
"id": "your_game_id",
"zone": "your_game_zone_server_type",
"name": "your_nick"
},
"status": true,
"message": "Successfully got your account name."
}