Get Jackpot Group Games
Create a new user
GET
/jackpot-service/v1/jackpots/groups/{group_id}/games
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
Optional
page
integer
Page number for pagination
Yes
per_page
integer
Number of records per page
Yes
Response
{
"data": [
{
"id": "ef561911-005c-49dc-9a9f-6f3451cbd6dc",
"enabled": 1,
"priority": 0,
"released_at": null,
"can_play_on_wager": true,
"title": "Stackin' Kracken 7s",
"identifier": "relax:Stackin'Kracken7s",
"identifier2": "rlx.high5.high5.2100",
"provider": "relax",
"producer": "high5",
"category": "slots",
"theme": "underwater_world",
"has_freespins": 0,
"feature_group": "high5_basic",
"devices": ["desktop", "mobile"],
"lines": 5,
"payout": "95.00",
"volatility_rating": "high",
"hd": 1,
"multiplier": "2000.00",
"restrictions": {
"default": {
"blacklist": ["AF", "AG", "AM", "AO", "AU", "BE", "BQ", "BY", "CA-ON", "CN", "CO", "CU", "CY", "DK", "DZ", "EE", "FR", "GB", "GE", "GY", "HK", "ID", "IL", "IQ", "IR", "IT", "KH", "KP", "KW", "LT", "LV", "LY", "MM", "MO", "MP", "MX", "NA", "NL", "PG", "PH", "PK", "RO", "RS", "RU", "SD", "SE", "SY", "UG", "US", "YE"]
}
},
"licenses": ["BE", "BG", "BY", "EE", "MT"],
"bonus_buy": 0,
"contribution": 80,
"images": {
"236x110": "https://cdn.softswiss.net/i/s1/relax/Stackin'Kracken7s.png",
"337x181": "https://cdn.softswiss.net/i/s2/relax/Stackin'Kracken7s.png",
"380x380": "https://cdn.softswiss.net/i/s3/relax/Stackin'Kracken7s.png",
"190x190": "https://cdn.softswiss.net/i/s4/relax/Stackin'Kracken7s.png",
"1600x900": "https://cdn.softswiss.net/b/relax/Stackin'Kracken7s.jpg"
},
"favorite": false
},
{
"id": "0dc0a3b9-ac98-4294-aa3d-905bf93380eb",
"enabled": 1,
"priority": 0,
"released_at": "2024-08-22",
"can_play_on_wager": true,
"title": "Kraken's Hunger",
"identifier": "softswiss:KrakensHunger",
"identifier2": "KrakensHunger",
"provider": "softswiss",
"producer": "bgaming",
"category": "slots",
"theme": "underwater_world",
"has_freespins": 1,
"feature_group": "new",
"devices": ["desktop", "mobile"],
"lines": 5,
"payout": "97.20",
"volatility_rating": "medium",
"hd": 1,
"multiplier": "5000.00",
"licenses": ["CW", "EE", "MT"],
"bonus_buy": 1,
"contribution": 80,
"images": {
"236x110": "https://cdn.softswiss.net/i/s1/softswiss/KrakensHunger.png",
"337x181": "https://cdn.softswiss.net/i/s2/softswiss/KrakensHunger.png",
"380x380": "https://cdn.softswiss.net/i/s3/softswiss/KrakensHunger.png",
"190x190": "https://cdn.softswiss.net/i/s4/softswiss/KrakensHunger.png",
"1600x900": "https://cdn.softswiss.net/b/softswiss/KrakensHunger.jpg"
},
"favorite": false
}
],
"links": {
"first": "http://localhost:8001/api/jackpot/groups/1/games?page=1",
"last": "http://localhost:8001/api/jackpot/groups/1/games?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"per_page": 25,
"to": 2,
"total": 2
}
}
{
"error": "Invalid request"
}
Last updated