{
"count": 100,
"next": "http://api.example.com/public/api/v2/tournaments/details?page=2",
"previous": null,
"results": [
{
"campaign": {
"id": 123,
"custom_id": "tournament-123",
"name": "Tournament Name",
"image": "https://example.com/image.jpg",
"start": "2024-03-20T00:00:00Z",
"end": "2024-03-27T23:59:59Z",
"status": "AC",
"status_for_display": "Active",
"terms": {
"content": "Tournament terms...",
"campaign_type": "TOURNAMENT",
"campaign_type_for_display": "Tournament",
"tournament_type": "POINT_TOURNAMENT",
"tournament_type_for_display": "Point Tournament"
},
"game_ids": ["game1", "game2"],
"campaign_info": "Tournament description..."
},
"tournament_prizes": [
{
"title": "€100 cash",
"place_from": 1,
"place_to": 1
},
{
"title": "€50 cash",
"place_from": 2,
"place_to": 2
}
],
"total_prizes": {
"cash": "€1000",
"free_spins": "1000",
"bonus": null,
"deposit_bonus": null,
"catalog_item": []
},
"leaderboard": [
{
"player_id": "player-hash",
"player_username": "player1",
"score": 1000,
"prizes": ["€100 cash"]
}
]
}
]
}