{
"data": [
{
"id": 26,
"name": "Withdrawal of 300 USD",
"description": "It's always nice to win, and withdrawing money for your desires is even nicer. Make a withdrawal of 300 USD and receive an additional 30 achievement points.",
"status": true,
"reward_loyalty_points": "30",
"achievement_category_id": 3,
"achievementable_type": "App\\Models\\Achievement\\AchievementForTransactionRule",
"achievementable_id": 23,
"achievementable": {
"id": 23,
"type": "tx_withdraw",
"count": 1,
"sum": 30000,
"currency": {
"id": 13,
"enabled": true,
"name": "US Dollar",
"code": "USD",
"sign": "$",
"type": "fiat"
},
"total_amount": null
},
"userAchievements": {
"completed": false,
"progress": 0,
"required_progress": 1,
"progress_type": "count"
},
"priority": 10,
"media": [
{
"id": 362,
"name": "01JKDTWA8VCR101ZJHKTRPHP5M.webp",
"original_url": "https://dev-cdn-rmc.garillahub.com/laravel/362/01JKDTWA8VCR101ZJHKTRPHP5M.webp"
}
]
},
{
"id": 24,
"name": "1,000 Wins",
"description": "Claim 30 achievement points for 1,000 wins in the game.",
"status": true,
"reward_loyalty_points": "30",
"achievement_category_id": 3,
"achievementable_type": "App\\Models\\Achievement\\AchievementForTransactionRule",
"achievementable_id": 21,
"achievementable": {
"id": 21,
"type": "tx_win",
"count": 1000,
"sum": 1,
"currency": {
"id": 13,
"enabled": true,
"name": "US Dollar",
"code": "USD",
"sign": "$",
"type": "fiat"
},
"total_amount": null
},
"userAchievements": {
"completed": false,
"progress": 0,
"required_progress": 1000,
"progress_type": "count"
},
"priority": 10,
"media": [
{
"id": 311,
"name": "01JKDF7D64085E9R0YTJNY4S4Z.webp",
"original_url": "https://dev-cdn-rmc.garillahub.com/laravel/311/01JKDF7D64085E9R0YTJNY4S4Z.webp"
}
]
}
],
"links": {
"first": "http://127.0.0.1:8001/api/achievement?page=1",
"last": "http://127.0.0.1:8001/api/achievement?page=2",
"prev": null,
"next": "http://127.0.0.1:8001/api/achievement?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 2,
"per_page": 25,
"to": 25,
"total": 28
}
}