get
https://desslyhub.com/api/v1/service/mobile/variant//games
Obtaining a list of games available for replenishment, 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 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
200