Tournament Rounds
Get all rounds and matches for a tournament.
GET /api/v1/tournaments/130534/rounds
[
{
"byes": [],
"matches": [
{
"white": 1790409,
"black": 625243,
"result": "B+1",
"gameid": 77365000
},
{
"white": 582352,
"black": 1415519,
"result": "W+1",
"gameid": 77365001
},
{
"white": 19437,
"black": 1775402,
"result": "W+1",
"gameid": 77365002
},
{
"white": 1755136,
"black": 1812436,
"result": "B+1",
"gameid": 77365003
}
],
"round_number": 1
},
{
"byes": [],
"matches": [
{
"white": 19437,
"black": 625243,
"result": "B+1",
"gameid": 77365158
},
{
"white": 582352,
"black": 1812436,
"result": "B+1",
"gameid": 77365159
},
{
"white": 1790409,
"black": 1415519,
"result": "W+1",
"gameid": 77365160
},
{
"white": 1775402,
"black": 1755136,
"result": "B+1",
"gameid": 77365161
}
],
"round_number": 2
},
{
"byes": [],
"matches": [
{
"white": 1812436,
"black": 625243,
"result": "B+1",
"gameid": 77365249
},
{
"white": 582352,
"black": 1755136,
"result": "W+1",
"gameid": 77365250
},
{
"white": 1790409,
"black": 19437,
"result": "B+1",
"gameid": 77365251
}
],
"round_number": 3
},
{
"byes": [
625243,
582352
],
"matches": [
{
"white": 1812436,
"black": 19437,
"result": "W+1",
"gameid": 77365398
}
],
"round_number": 4
},
{
"byes": [
625243
],
"matches": [
{
"white": 582352,
"black": 1812436,
"result": "B+1",
"gameid": 77365516
}
],
"round_number": 5
},
{
"byes": [],
"matches": [
{
"white": 625243,
"black": 1812436,
"result": "W+1",
"gameid": 77365583
}
],
"round_number": 6
},
{
"byes": [
625243
],
"matches": [],
"round_number": 7
},
{
"byes": [
625243
],
"matches": [],
"round_number": 8
}
]