get
https://desslyhub.com/api/v1/service/steamgift/games
Obtaining a list of games available for purchase
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
200