Get Games

Obtaining a list of games available for replenishment, 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 games, you need to specify SOURCE VARIANT 1 or 2.


When you make a request, you will receive a response like this:

{
  "games": [
    {
      "name": "Game Name 1",
      "id": 123456
    },
    {
      "name": "Game Name 2",
      "id": 234567
    }
  ]
}

“name” - game name

“id” - game ID used in Get Game By AppID to obtain available prices for the game


If you receive a message such as:

{
  "error_code": -1
}

Review the list of errors Error Codes

Path Params
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!