cURL
curl --request GET \ --url https://s-apis.oppigames.com/game/list \ --header 'Content-Type: <content-type>' \ --header 'x-api-key: <x-api-key>' \ --header 'x-signature: <x-signature>' \ --header 'x-timestamp: <x-timestamp>'
{ "status": "RS_OK", "data": { "currentPage": 1, "totalPages": 1, "totalCount": 2, "result": [ { "name": "Ghost Vault", "slug": "ghost-vault", "gameId": "G1720767064793", "gameType": 1, "bonuses": [ "Free Spins", "Fortune Guess", "Wagering" ], "images": [ { "portrait": "https://s-apis.oppigames.com/portrait/1dff1f405ee35c0ffc913f654903714e6a.jpg", "animated": "https://s-apis.oppigames.com/animated/fe10607dff11aa1994e10c18ajshjh4774fs7f.gif", "thumbnail": "https://s-apis.oppigames.com/thumbnail/b7d75901091fe5ac456esdj94a2b9b10e0.png" } ] }, { "name": "Cricket Crash", "slug": "cricket-crash", "gameId": "G1742465405970", "gameType": 2, "bonuses": [], "images": [ { "portrait": "https://s-apis.oppigames.com/portrait/825f35376e46b10db15c7c8833396b38.png", "animated": "https://s-apis.oppigames.com/animated/145f35376e46b155b15c7cre47juYT7e.gif", "thumbnail": "https://s-apis.oppigames.com/thumbnail/145f35376e46b155bfetji157562e4jhjf.png" } ] } ] } }
This API is used for get game list.
application/json
Show Data properties
Show result properties
Show Image properties