get
https://desslyhub.com/api/v1/service/mobile/variant//games/
Obtaining information about a specific game by its identifier, indicating the source option
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
To successfully obtain information about the game, you need to specify id and SOURCE VARIANT 1 or 2.
If you follow the above rules, you will receive a response like this:
{
"id": 14,
"name": "PUBG Mobile (Global)",
"servers": {},
"fields": {
"Player ID": "Player ID"
},
"positions": [
{
"id": 22,
"name": "1500 + 300 Extra UC",
"price": "21.9000"
},
{
"id": 23,
"name": "3000 + 850 Extra UC",
"price": "43.6400"
},
{
"id": 20,
"name": "300 + 25 Extra UC",
"price": "4.4200"
},
{
"id": 24,
"name": "6000 + 2100 Extra UC",
"price": "87.2500"
},
{
"id": 19,
"name": "57 + 3 Extra UC",
"price": "0.9000"
}
]
}"id" - game id
"name" - game name
"servers" - available servers for replenishment (optional)
"fields" - key-value data required for replenishment
"positions" - available positions for replenishment
“price” - price for the refill including discounts/commissions
If you receive a message such as:
{
"error_code": -1
}Review the list of errors Error Codes
200