Get Game By ID

Obtaining information about a specific game by its identifier, indicating the source option

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

Path Params
string
required

Game ID

string
required

Source variant

Headers
string
required

Apikey

Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!