GamesResponse
Game's title in English
Catch 97Game's ID (internal)
sg_catch_97List of supported locales in IETF BCP 47 format (ISO 639-1 language code with optional ISO 3166-1 country code), using underscore as separator.
["en_us","es","pt_br"]List of supported currency codes in ISO 4217 format
["USD","EUR","GBP"]List of supported platform types
Possible values: [desktop, mobile]
["desktop","mobile"]images objectrequired
Image URLs for the game
Image's base URL
https://cdn.swipegames.io/images/sg_catch_97Path to square image. 1:1 aspect.
/square.pngPath to horizontal image. 4:3 aspect.
/horizontal.pngPath to widescreen image. 16:9 aspect.
/widescreen.pngPath to vertical image. 3:4 aspect.
/vertical.pngIf game supports free spins
trueGame's RTP
97betLines object[]
List of bet lines supported for this game per currency. Available only if game has free spins. See more info in related section Free Rounds Bet Lines.
Currency code in ISO4217
USDvalues object[]required
List of bet line values (0-indexed array maps to 1-based bet lines).
Maximum bet amount for this line (in currency units)
1.00Maximum multiplier applied to the bet
5.00[
{
"title": "Catch 97",
"id": "sg_catch_97",
"locales": [
"en_us",
"es",
"pt_br"
],
"currencies": [
"USD",
"EUR",
"GBP"
],
"platforms": [
"desktop",
"mobile"
],
"images": {
"baseURL": "https://cdn.swipegames.io/images/sg_catch_97",
"square": "/square.png",
"horizontal": "/horizontal.png",
"widescreen": "/widescreen.png",
"vertical": "/vertical.png"
},
"hasFreeSpins": true,
"rtp": 97,
"betLines": [
{
"currency": "USD",
"values": [
{
"maxBet": "1.00",
"maxCoeff": "5.00"
}
]
}
]
}
]