{
"data": [
{
"id": 21,
"user_id": "b4cbe9a7-2262-4bea-968f-a51f4213d0ff",
"nickname": "GC17377005719071",
"jackpot_type": "small",
"jackpot_name": "Mini",
"prize": 10000,
"time": "2025-02-10 00:00:00",
"currency": null
},
{
"id": 12,
"user_id": "9884009d-e632-4152-a7ae-64fe0f3d2d0d",
"nickname": "GC17386693462055",
"jackpot_type": "large",
"jackpot_name": "Major",
"prize": 62000,
"time": "2025-02-06 00:00:00",
"currency": null
}
],
"links": {
"first": "http://localhost:8001/api/jackpot/groups/1/winners-history?page=1",
"last": "http://localhost:8001/api/jackpot/groups/1/winners-history?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost:8001/api/jackpot/groups/1/winners-history?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://localhost:8001/api/jackpot/groups/1/winners-history",
"per_page": 25,
"to": 9,
"total": 9
}
}