Get Games

Obtaining a list of games available for purchase

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

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

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

“name” - game name
“appid” - game ID used in Get Game By AppID to obtain available regions and prices for the game


If you receive a message such as:

{
  "error_code": -1
}

Review the list of errors Error Codes


Headers
string
required

Apikey

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