sendou.ink/app/features/tournament-bracket/core/tests/mocks-sos.ts
Kalle 52cf70f9ae
Many starting brackets (#1992)
* Initial

* Fixes

* Fix types

* Unit tests

* Clarify which discord

* progression selector tweaks

* Adjust input UI

* Done
2024-12-22 12:55:35 +02:00

7683 lines
160 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import type { TournamentData } from "../Tournament.server";
/** Swim or Sink with groups finished but none of the follow-up brackets started */
export const SWIM_OR_SINK_167 = (
overrides?: TournamentData["ctx"]["bracketProgressionOverrides"],
): TournamentData => ({
data: {
stage: [
{
id: 1118,
name: "Group stage",
number: 1,
settings: {
groupCount: 11,
seedOrdering: ["groups.seed_optimized"],
roundRobinMode: "simple",
size: 44,
},
tournament_id: 672,
type: "round_robin",
createdAt: 1730941256,
},
],
group: [
{
id: 3508,
number: 1,
stage_id: 1118,
},
{
id: 3509,
number: 2,
stage_id: 1118,
},
{
id: 3510,
number: 3,
stage_id: 1118,
},
{
id: 3511,
number: 4,
stage_id: 1118,
},
{
id: 3512,
number: 5,
stage_id: 1118,
},
{
id: 3513,
number: 6,
stage_id: 1118,
},
{
id: 3514,
number: 7,
stage_id: 1118,
},
{
id: 3515,
number: 8,
stage_id: 1118,
},
{
id: 3516,
number: 9,
stage_id: 1118,
},
{
id: 3517,
number: 10,
stage_id: 1118,
},
{
id: 3518,
number: 11,
stage_id: 1118,
},
],
round: [
{
id: 10930,
group_id: 3508,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10931,
group_id: 3508,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10932,
group_id: 3508,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10933,
group_id: 3509,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10934,
group_id: 3509,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10935,
group_id: 3509,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10936,
group_id: 3510,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10937,
group_id: 3510,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10938,
group_id: 3510,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10939,
group_id: 3511,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10940,
group_id: 3511,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10941,
group_id: 3511,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10942,
group_id: 3512,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10943,
group_id: 3512,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10944,
group_id: 3512,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10945,
group_id: 3513,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10946,
group_id: 3513,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10947,
group_id: 3513,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10948,
group_id: 3514,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10949,
group_id: 3514,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10950,
group_id: 3514,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10951,
group_id: 3515,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10952,
group_id: 3515,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10953,
group_id: 3515,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10954,
group_id: 3516,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10955,
group_id: 3516,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10956,
group_id: 3516,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10957,
group_id: 3517,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10958,
group_id: 3517,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10959,
group_id: 3517,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10960,
group_id: 3518,
number: 1,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10961,
group_id: 3518,
number: 2,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
{
id: 10962,
group_id: 3518,
number: 3,
stage_id: 1118,
maps: {
count: 3,
type: "BEST_OF",
},
},
],
match: [
{
id: 31409,
group_id: 3508,
number: 1,
opponent1: {
id: 14657,
position: 1,
score: 2,
result: "win",
totalPoints: 101,
},
opponent2: {
id: 14607,
position: 44,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10930,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942920,
createdAt: null,
},
{
id: 31410,
group_id: 3508,
number: 2,
opponent1: {
id: 14809,
position: 23,
score: 2,
result: "win",
totalPoints: 166,
},
opponent2: {
id: 14797,
position: 22,
score: 0,
result: "loss",
totalPoints: 53,
},
round_id: 10930,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942228,
createdAt: null,
},
{
id: 31411,
group_id: 3508,
number: 1,
opponent1: {
id: 14797,
position: 22,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14607,
position: 44,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10931,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943838,
createdAt: null,
},
{
id: 31412,
group_id: 3508,
number: 2,
opponent1: {
id: 14657,
position: 1,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14809,
position: 23,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10931,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943744,
createdAt: null,
},
{
id: 31413,
group_id: 3508,
number: 1,
opponent1: {
id: 14809,
position: 23,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14607,
position: 44,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10932,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944396,
createdAt: null,
},
{
id: 31414,
group_id: 3508,
number: 2,
opponent1: {
id: 14797,
position: 22,
score: 0,
result: "loss",
totalPoints: 0,
},
opponent2: {
id: 14657,
position: 1,
score: 2,
result: "win",
totalPoints: 101,
},
round_id: 10932,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944433,
createdAt: null,
},
{
id: 31415,
group_id: 3509,
number: 1,
opponent1: {
id: 14800,
position: 2,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14739,
position: 43,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10933,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942292,
createdAt: null,
},
{
id: 31416,
group_id: 3509,
number: 2,
opponent1: {
id: 14709,
position: 24,
score: 2,
result: "win",
totalPoints: 171,
},
opponent2: {
id: 14796,
position: 21,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10933,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942228,
createdAt: null,
},
{
id: 31417,
group_id: 3509,
number: 1,
opponent1: {
id: 14796,
position: 21,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14739,
position: 43,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10934,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943087,
createdAt: null,
},
{
id: 31418,
group_id: 3509,
number: 2,
opponent1: {
id: 14800,
position: 2,
score: 2,
result: "win",
totalPoints: 177,
},
opponent2: {
id: 14709,
position: 24,
score: 1,
result: "loss",
totalPoints: 156,
},
round_id: 10934,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943362,
createdAt: null,
},
{
id: 31419,
group_id: 3509,
number: 1,
opponent1: {
id: 14709,
position: 24,
score: 2,
result: "win",
totalPoints: 268,
},
opponent2: {
id: 14739,
position: 43,
score: 1,
result: "loss",
totalPoints: 69,
},
round_id: 10935,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944650,
createdAt: null,
},
{
id: 31420,
group_id: 3509,
number: 2,
opponent1: {
id: 14796,
position: 21,
score: 0,
result: "loss",
totalPoints: 0,
},
opponent2: {
id: 14800,
position: 2,
score: 2,
result: "win",
totalPoints: 200,
},
round_id: 10935,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944060,
createdAt: null,
},
{
id: 31421,
group_id: 3510,
number: 1,
opponent1: {
id: 14743,
position: 3,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14737,
position: 42,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10936,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942499,
createdAt: null,
},
{
id: 31422,
group_id: 3510,
number: 2,
opponent1: {
id: 14702,
position: 25,
score: 1,
result: "loss",
totalPoints: 135,
},
opponent2: {
id: 14715,
position: 20,
score: 2,
result: "win",
totalPoints: 188,
},
round_id: 10936,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942637,
createdAt: null,
},
{
id: 31423,
group_id: 3510,
number: 1,
opponent1: {
id: 14715,
position: 20,
score: 2,
result: "win",
totalPoints: 180,
},
opponent2: {
id: 14737,
position: 42,
score: 0,
result: "loss",
totalPoints: 68,
},
round_id: 10937,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943675,
createdAt: null,
},
{
id: 31424,
group_id: 3510,
number: 2,
opponent1: {
id: 14743,
position: 3,
score: 2,
result: "win",
totalPoints: 196,
},
opponent2: {
id: 14702,
position: 25,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10937,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943519,
createdAt: null,
},
{
id: 31425,
group_id: 3510,
number: 1,
opponent1: {
id: 14702,
position: 25,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14737,
position: 42,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10938,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944582,
createdAt: null,
},
{
id: 31426,
group_id: 3510,
number: 2,
opponent1: {
id: 14715,
position: 20,
score: 0,
result: "loss",
totalPoints: 0,
},
opponent2: {
id: 14743,
position: 3,
score: 2,
result: "win",
totalPoints: 200,
},
round_id: 10938,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944327,
createdAt: null,
},
{
id: 31427,
group_id: 3511,
number: 1,
opponent1: {
id: 14801,
position: 4,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14620,
position: 41,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10939,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942138,
createdAt: null,
},
{
id: 31428,
group_id: 3511,
number: 2,
opponent1: {
id: 14735,
position: 26,
score: 2,
result: "win",
totalPoints: 196,
},
opponent2: {
id: 14708,
position: 19,
score: 0,
result: "loss",
totalPoints: 64,
},
round_id: 10939,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942201,
createdAt: null,
},
{
id: 31429,
group_id: 3511,
number: 1,
opponent1: {
id: 14708,
position: 19,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14620,
position: 41,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10940,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943191,
createdAt: null,
},
{
id: 31430,
group_id: 3511,
number: 2,
opponent1: {
id: 14801,
position: 4,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14735,
position: 26,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10940,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943041,
createdAt: null,
},
{
id: 31431,
group_id: 3511,
number: 1,
opponent1: {
id: 14735,
position: 26,
score: 2,
result: "win",
totalPoints: 180,
},
opponent2: {
id: 14620,
position: 41,
score: 0,
result: "loss",
totalPoints: 63,
},
round_id: 10941,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944267,
createdAt: null,
},
{
id: 31432,
group_id: 3511,
number: 2,
opponent1: {
id: 14708,
position: 19,
score: 0,
result: "loss",
totalPoints: 0,
},
opponent2: {
id: 14801,
position: 4,
score: 2,
result: "win",
totalPoints: 200,
},
round_id: 10941,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943864,
createdAt: null,
},
{
id: 31433,
group_id: 3512,
number: 1,
opponent1: {
id: 14792,
position: 5,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14808,
position: 40,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10942,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942106,
createdAt: null,
},
{
id: 31434,
group_id: 3512,
number: 2,
opponent1: {
id: 14798,
position: 27,
score: 0,
result: "loss",
totalPoints: 0,
},
opponent2: {
id: 14653,
position: 18,
score: 2,
result: "win",
totalPoints: 200,
},
round_id: 10942,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942409,
createdAt: null,
},
{
id: 31435,
group_id: 3512,
number: 1,
opponent1: {
id: 14653,
position: 18,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14808,
position: 40,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10943,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943667,
createdAt: null,
},
{
id: 31436,
group_id: 3512,
number: 2,
opponent1: {
id: 14792,
position: 5,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14798,
position: 27,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10943,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943191,
createdAt: null,
},
{
id: 31437,
group_id: 3512,
number: 1,
opponent1: {
id: 14798,
position: 27,
score: 2,
result: "win",
totalPoints: 222,
},
opponent2: {
id: 14808,
position: 40,
score: 1,
result: "loss",
totalPoints: 104,
},
round_id: 10944,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730945077,
createdAt: null,
},
{
id: 31438,
group_id: 3512,
number: 2,
opponent1: {
id: 14653,
position: 18,
score: 0,
result: "loss",
totalPoints: 117,
},
opponent2: {
id: 14792,
position: 5,
score: 2,
result: "win",
totalPoints: 181,
},
round_id: 10944,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730945049,
createdAt: null,
},
{
id: 31439,
group_id: 3513,
number: 1,
opponent1: {
id: 14670,
position: 6,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14696,
position: 39,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10945,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730941825,
createdAt: null,
},
{
id: 31440,
group_id: 3513,
number: 2,
opponent1: {
id: 14663,
position: 28,
score: 1,
result: "loss",
totalPoints: 1,
},
opponent2: {
id: 14806,
position: 17,
score: 2,
result: "win",
totalPoints: 200,
},
round_id: 10945,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942866,
createdAt: null,
},
{
id: 31441,
group_id: 3513,
number: 1,
opponent1: {
id: 14806,
position: 17,
score: 2,
result: "win",
totalPoints: 2,
},
opponent2: {
id: 14696,
position: 39,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10946,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943771,
createdAt: null,
},
{
id: 31442,
group_id: 3513,
number: 2,
opponent1: {
id: 14670,
position: 6,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14663,
position: 28,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10946,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943477,
createdAt: null,
},
{
id: 31443,
group_id: 3513,
number: 1,
opponent1: {
id: 14663,
position: 28,
score: 2,
result: "win",
totalPoints: 153,
},
opponent2: {
id: 14696,
position: 39,
score: 0,
result: "loss",
totalPoints: 38,
},
round_id: 10947,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944650,
createdAt: null,
},
{
id: 31444,
group_id: 3513,
number: 2,
opponent1: {
id: 14806,
position: 17,
score: 0,
result: "loss",
totalPoints: 17,
},
opponent2: {
id: 14670,
position: 6,
score: 2,
result: "win",
totalPoints: 181,
},
round_id: 10947,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944986,
createdAt: null,
},
{
id: 31445,
group_id: 3514,
number: 1,
opponent1: {
id: 14661,
position: 7,
score: 2,
result: "win",
totalPoints: 3,
},
opponent2: {
id: 14802,
position: 38,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10948,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942080,
createdAt: null,
},
{
id: 31446,
group_id: 3514,
number: 2,
opponent1: {
id: 14517,
position: 29,
score: 1,
result: "loss",
totalPoints: 100,
},
opponent2: {
id: 14805,
position: 16,
score: 2,
result: "win",
totalPoints: 200,
},
round_id: 10948,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942458,
createdAt: null,
},
{
id: 31447,
group_id: 3514,
number: 1,
opponent1: {
id: 14805,
position: 16,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14802,
position: 38,
score: 1,
result: "loss",
totalPoints: 1,
},
round_id: 10949,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943825,
createdAt: null,
},
{
id: 31448,
group_id: 3514,
number: 2,
opponent1: {
id: 14661,
position: 7,
score: 2,
result: "win",
totalPoints: 148,
},
opponent2: {
id: 14517,
position: 29,
score: 0,
result: "loss",
totalPoints: 44,
},
round_id: 10949,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943451,
createdAt: null,
},
{
id: 31449,
group_id: 3514,
number: 1,
opponent1: {
id: 14517,
position: 29,
score: 2,
result: "win",
totalPoints: 154,
},
opponent2: {
id: 14802,
position: 38,
score: 0,
result: "loss",
totalPoints: 40,
},
round_id: 10950,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944753,
createdAt: null,
},
{
id: 31450,
group_id: 3514,
number: 2,
opponent1: {
id: 14805,
position: 16,
score: 0,
result: "loss",
totalPoints: 84,
},
opponent2: {
id: 14661,
position: 7,
score: 2,
result: "win",
totalPoints: 193,
},
round_id: 10950,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944776,
createdAt: null,
},
{
id: 31451,
group_id: 3515,
number: 1,
opponent1: {
id: 14804,
position: 8,
score: 2,
result: "win",
totalPoints: 185,
},
opponent2: {
id: 14764,
position: 37,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10951,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942138,
createdAt: null,
},
{
id: 31452,
group_id: 3515,
number: 2,
opponent1: {
id: 14741,
position: 30,
score: 0,
result: "loss",
totalPoints: 0,
},
opponent2: {
id: 14777,
position: 15,
score: 2,
result: "win",
totalPoints: 200,
},
round_id: 10951,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942432,
createdAt: null,
},
{
id: 31453,
group_id: 3515,
number: 1,
opponent1: {
id: 14777,
position: 15,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14764,
position: 37,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10952,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943047,
createdAt: null,
},
{
id: 31454,
group_id: 3515,
number: 2,
opponent1: {
id: 14804,
position: 8,
score: 2,
result: "win",
totalPoints: 102,
},
opponent2: {
id: 14741,
position: 30,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10952,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943314,
createdAt: null,
},
{
id: 31455,
group_id: 3515,
number: 1,
opponent1: {
id: 14741,
position: 30,
score: 2,
result: "win",
totalPoints: 3,
},
opponent2: {
id: 14764,
position: 37,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10953,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944305,
createdAt: null,
},
{
id: 31456,
group_id: 3515,
number: 2,
opponent1: {
id: 14777,
position: 15,
score: 2,
result: "win",
totalPoints: 153,
},
opponent2: {
id: 14804,
position: 8,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10953,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944405,
createdAt: null,
},
{
id: 31457,
group_id: 3516,
number: 1,
opponent1: {
id: 14732,
position: 9,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14742,
position: 36,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10954,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942135,
createdAt: null,
},
{
id: 31458,
group_id: 3516,
number: 2,
opponent1: {
id: 14655,
position: 31,
score: 0,
result: "loss",
totalPoints: 0,
},
opponent2: {
id: 14445,
position: 14,
score: 2,
result: "win",
totalPoints: 200,
},
round_id: 10954,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942303,
createdAt: null,
},
{
id: 31459,
group_id: 3516,
number: 1,
opponent1: {
id: 14445,
position: 14,
score: 2,
result: "win",
totalPoints: 102,
},
opponent2: {
id: 14742,
position: 36,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10955,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943438,
createdAt: null,
},
{
id: 31460,
group_id: 3516,
number: 2,
opponent1: {
id: 14732,
position: 9,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14655,
position: 31,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10955,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943267,
createdAt: null,
},
{
id: 31461,
group_id: 3516,
number: 1,
opponent1: {
id: 14655,
position: 31,
score: 0,
result: "loss",
totalPoints: 0,
},
opponent2: {
id: 14742,
position: 36,
score: 2,
result: "win",
totalPoints: 101,
},
round_id: 10956,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944307,
createdAt: null,
},
{
id: 31462,
group_id: 3516,
number: 2,
opponent1: {
id: 14445,
position: 14,
score: 0,
result: "loss",
totalPoints: 40,
},
opponent2: {
id: 14732,
position: 9,
score: 2,
result: "win",
totalPoints: 155,
},
round_id: 10956,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944545,
createdAt: null,
},
{
id: 31463,
group_id: 3517,
number: 1,
opponent1: {
id: 14747,
position: 10,
score: 2,
result: "win",
totalPoints: 3,
},
opponent2: {
id: 14687,
position: 35,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10957,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942186,
createdAt: null,
},
{
id: 31464,
group_id: 3517,
number: 2,
opponent1: {
id: 14799,
position: 32,
score: 1,
result: "loss",
totalPoints: 172,
},
opponent2: {
id: 14795,
position: 13,
score: 2,
result: "win",
totalPoints: 186,
},
round_id: 10957,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942783,
createdAt: null,
},
{
id: 31465,
group_id: 3517,
number: 1,
opponent1: {
id: 14795,
position: 13,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14687,
position: 35,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10958,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943564,
createdAt: null,
},
{
id: 31466,
group_id: 3517,
number: 2,
opponent1: {
id: 14747,
position: 10,
score: 1,
result: "loss",
totalPoints: 2,
},
opponent2: {
id: 14799,
position: 32,
score: 2,
result: "win",
totalPoints: 3,
},
round_id: 10958,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944295,
createdAt: null,
},
{
id: 31467,
group_id: 3517,
number: 1,
opponent1: {
id: 14799,
position: 32,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14687,
position: 35,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10959,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730945002,
createdAt: null,
},
{
id: 31468,
group_id: 3517,
number: 2,
opponent1: {
id: 14795,
position: 13,
score: 2,
result: "win",
totalPoints: 198,
},
opponent2: {
id: 14747,
position: 10,
score: 1,
result: "loss",
totalPoints: 189,
},
round_id: 10959,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730945693,
createdAt: null,
},
{
id: 31469,
group_id: 3518,
number: 1,
opponent1: {
id: 14748,
position: 11,
score: 2,
result: "win",
totalPoints: 172,
},
opponent2: {
id: 14713,
position: 34,
score: 0,
result: "loss",
totalPoints: 32,
},
round_id: 10960,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942355,
createdAt: null,
},
{
id: 31470,
group_id: 3518,
number: 2,
opponent1: {
id: 14733,
position: 33,
score: 0,
result: "loss",
totalPoints: 0,
},
opponent2: {
id: 14803,
position: 12,
score: 2,
result: "win",
totalPoints: 160,
},
round_id: 10960,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730942198,
createdAt: null,
},
{
id: 31471,
group_id: 3518,
number: 1,
opponent1: {
id: 14803,
position: 12,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14713,
position: 34,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10961,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943233,
createdAt: null,
},
{
id: 31472,
group_id: 3518,
number: 2,
opponent1: {
id: 14748,
position: 11,
score: 2,
result: "win",
totalPoints: 200,
},
opponent2: {
id: 14733,
position: 33,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10961,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730943206,
createdAt: null,
},
{
id: 31473,
group_id: 3518,
number: 1,
opponent1: {
id: 14733,
position: 33,
score: 2,
result: "win",
totalPoints: 161,
},
opponent2: {
id: 14713,
position: 34,
score: 0,
result: "loss",
totalPoints: 0,
},
round_id: 10962,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944334,
createdAt: null,
},
{
id: 31474,
group_id: 3518,
number: 2,
opponent1: {
id: 14803,
position: 12,
score: 2,
result: "win",
totalPoints: 170,
},
opponent2: {
id: 14748,
position: 11,
score: 0,
result: "loss",
totalPoints: 65,
},
round_id: 10962,
stage_id: 1118,
status: 4,
lastGameFinishedAt: 1730944217,
createdAt: null,
},
],
},
ctx: {
id: 672,
eventId: 2425,
discordUrl: "https://discord.gg/F7RaNUR",
tags: null,
settings: {
bracketProgression: [
{
name: "Group stage",
type: "round_robin",
requiresCheckIn: false,
settings: { teamsPerGroup: 4 },
},
{
name: "Great White",
type: "single_elimination",
requiresCheckIn: false,
settings: { thirdPlaceMatch: true },
sources: [
{
bracketIdx: 0,
placements: [1],
},
],
},
{
name: "Hammerhead",
type: "single_elimination",
requiresCheckIn: false,
settings: { thirdPlaceMatch: true },
sources: [
{
bracketIdx: 0,
placements: [2],
},
],
},
{
name: "Mako",
type: "single_elimination",
requiresCheckIn: false,
settings: { thirdPlaceMatch: true },
sources: [
{
bracketIdx: 0,
placements: [3],
},
],
},
{
name: "Lantern",
type: "single_elimination",
requiresCheckIn: false,
settings: { thirdPlaceMatch: true },
sources: [
{
bracketIdx: 0,
placements: [4],
},
],
},
],
teamsPerGroup: 4,
thirdPlaceMatch: true,
isRanked: true,
deadlines: "DEFAULT",
isInvitational: false,
enableNoScreenToggle: true,
autonomousSubs: false,
regClosesAt: 1730941200,
requireInGameNames: false,
minMembersPerTeam: 4,
},
castTwitchAccounts: ["iplsplatoon"],
castedMatchesInfo: {
castedMatches: [
{
twitchAccount: "iplsplatoon",
matchId: 31480,
},
],
lockedMatches: [],
},
mapPickingStyle: "TO",
rules:
"Here are our rules in a Google Doc!\n\nhttps://docs.google.com/document/d/1Q92U2lKmm337Xi0RpHSFS3RYdSw9Ivn8BC-Be0-J3r8/",
name: "Swim or Sink 167",
description:
"IPL's weekly open-level tournament! // No entry limit! // Every team makes a bracket!",
startTime: 1730941200,
organization: {
id: 3,
name: "Inkling Performance Labs",
slug: "inkling-performance-labs",
avatarUrl: "fZrToLQrkqV3UZkdgwp0Q-1722263644749.webp",
members: [
{
userId: 405,
role: "ORGANIZER",
id: 405,
username: "ely",
discordId: "260999523806085120",
discordAvatar: "a_71a6a4b4f76bd79bc9d7743e322a879d",
customUrl: "elemental",
chatNameColor: null,
},
{
userId: 622,
role: "ADMIN",
id: 622,
username: ".jpg",
discordId: "201922904781357057",
discordAvatar: "7fa46b7dc27fa589d3d278ba4b60224f",
customUrl: "dotjpg",
chatNameColor: null,
},
{
userId: 680,
role: "ADMIN",
id: 680,
username: "inkfarer",
discordId: "87494390724964352",
discordAvatar: "3b82ee3101ba39120b6a65c042a04a37",
customUrl: "inkfarer",
chatNameColor: null,
},
{
userId: 936,
role: "ADMIN",
id: 936,
username: "Raze",
discordId: "119620026767507456",
discordAvatar: "aa1ff5b8eefd5a26657c411138a160b8",
customUrl: null,
chatNameColor: null,
},
{
userId: 1402,
role: "ADMIN",
id: 1402,
username: "grace",
discordId: "216335108037148673",
discordAvatar: "458f1e233a3b590a62f6b867b95a6241",
customUrl: "grace",
chatNameColor: null,
},
{
userId: 1755,
role: "ORGANIZER",
id: 1755,
username: "BrushStrokes",
discordId: "200777324520538113",
discordAvatar: "a_d71ac2f474ce422ce711e8e74d657b2f",
customUrl: "brushstrokes",
chatNameColor: null,
},
{
userId: 2908,
role: "ORGANIZER",
id: 2908,
username: "KitsuneKeira",
discordId: "112254088992792576",
discordAvatar: "711e8d48f316687faa4fdb41ab9298f0",
customUrl: "kitsunekeira",
chatNameColor: null,
},
{
userId: 3742,
role: "ADMIN",
id: 3742,
username: "Thoma",
discordId: "124007565758693376",
discordAvatar: "702429723f31a57326f87d11063139f7",
customUrl: "thoma",
chatNameColor: "#bde5ff",
},
{
userId: 3806,
role: "ADMIN",
id: 3806,
username: "vlee",
discordId: "113026708071821312",
discordAvatar: "4b3f0da55a834acc0beb258edd9c7e34",
customUrl: null,
chatNameColor: null,
},
{
userId: 4941,
role: "ADMIN",
id: 4941,
username: "HoeenHero",
discordId: "236292964052107264",
discordAvatar: "c95b9a8cfb9164f3a66267a5e8cfe8b1",
customUrl: "hoeenhero",
chatNameColor: null,
},
{
userId: 5036,
role: "ORGANIZER",
id: 5036,
username: "toastγ",
discordId: "248232091005747201",
discordAvatar: "40a21a204f8fae6ae2e7e8c5de70de83",
customUrl: "toasty",
chatNameColor: null,
},
{
userId: 8098,
role: "ADMIN",
id: 8098,
username: "Popgun",
discordId: "442431978269310987",
discordAvatar: "e0fd0fed98a4d3c3bfd56332678d4e6c",
customUrl: "popgun",
chatNameColor: null,
},
{
userId: 8750,
role: "ORGANIZER",
id: 8750,
username: "LiberoWolf",
discordId: "273188925189914628",
discordAvatar: "c62afa020e24ead92cc043ffa809ffdc",
customUrl: "liberowolf",
chatNameColor: null,
},
{
userId: 9222,
role: "ADMIN",
id: 9222,
username: "Jardonian",
discordId: "298241282550267906",
discordAvatar: "f69bb5af745eca4e9b7f55504c641f78",
customUrl: "jardonian",
chatNameColor: null,
},
{
userId: 9719,
role: "ORGANIZER",
id: 9719,
username: "Scepidilionz",
discordId: "184478601171828737",
discordAvatar: "75dedb3527b73d9571151f0a00d1c365",
customUrl: "scepidilionz",
chatNameColor: "#00fa2a",
},
{
userId: 18720,
role: "ORGANIZER",
id: 18720,
username: "Tulip",
discordId: "103988435785650176",
discordAvatar: "5fef4bf0c1b8a6a76fe2f43b956bfc3d",
customUrl: "tulip",
chatNameColor: null,
},
],
},
logoUrl: null,
logoValidatedAt: null,
author: {
id: 1402,
username: "grace",
discordId: "216335108037148673",
discordAvatar: "458f1e233a3b590a62f6b867b95a6241",
customUrl: "grace",
chatNameColor: null,
},
staff: [
{
id: 52,
username: "Roundy",
discordId: "333766288969302018",
discordAvatar: "42d40d5ae6ff7081ae57bc02b6e2f717",
customUrl: null,
chatNameColor: null,
role: "ORGANIZER",
},
{
id: 405,
username: "ely",
discordId: "260999523806085120",
discordAvatar: "a_71a6a4b4f76bd79bc9d7743e322a879d",
customUrl: "elemental",
chatNameColor: null,
role: "ORGANIZER",
},
{
id: 451,
username: "Half",
discordId: "468596581357060097",
discordAvatar: "940589e5c6793a5cbbab2adebd84fe0b",
customUrl: null,
chatNameColor: "#ff6a00",
role: "ORGANIZER",
},
{
id: 570,
username: "SuperaJokera",
discordId: "418176537561661441",
discordAvatar: "bab3e7a9cdb2071de7f2ae29256fc83b",
customUrl: null,
chatNameColor: null,
role: "ORGANIZER",
},
{
id: 657,
username: "lost memory.",
discordId: "302160815132246016",
discordAvatar: "da7cfcd1a5b8bee37cfa5d308b0898eb",
customUrl: "mashimashi",
chatNameColor: null,
role: "ORGANIZER",
},
{
id: 3266,
username: "Tux",
discordId: "183025242266927104",
discordAvatar: "a9475b488962953152c60f4f138b1618",
customUrl: "tux",
chatNameColor: null,
role: "ORGANIZER",
},
{
id: 4285,
username: "Tbob408",
discordId: "343219263655510021",
discordAvatar: "f30c675fc07203ca112d93fd03b5cc96",
customUrl: "tbob408",
chatNameColor: "#3ac200",
role: "ORGANIZER",
},
{
id: 5239,
username: "Super_ryn_",
discordId: "390444783425945602",
discordAvatar: "e821ac7a457033d6c990bcaf518287e5",
customUrl: null,
chatNameColor: null,
role: "STREAMER",
},
{
id: 5639,
username: "reef",
discordId: "422790410566500352",
discordAvatar: "77b479e49ec0d09edb8f9b975bff04ce",
customUrl: "reefsixes",
chatNameColor: null,
role: "ORGANIZER",
},
{
id: 8695,
username: "kloud",
discordId: "360259023389327361",
discordAvatar: "c5a2506e46e135b2568ef48242f669e8",
customUrl: "kloud",
chatNameColor: null,
role: "ORGANIZER",
},
{
id: 9678,
username: "Justin | PipedreamDX 💜",
discordId: "247504664378081280",
discordAvatar: "a_a60bcc9c76d4baa9814287fdc5c28fe9",
customUrl: "pipedreamdx",
chatNameColor: null,
role: "STREAMER",
},
{
id: 9719,
username: "Scepidilionz",
discordId: "184478601171828737",
discordAvatar: "75dedb3527b73d9571151f0a00d1c365",
customUrl: "scepidilionz",
chatNameColor: "#00fa2a",
role: "ORGANIZER",
},
{
id: 18461,
username: "Riley Rooster",
discordId: "565712290020589569",
discordAvatar: "498b21d6f64dcd56d06e61c2ec39e571",
customUrl: "rooster",
chatNameColor: null,
role: "ORGANIZER",
},
{
id: 18720,
username: "Tulip",
discordId: "103988435785650176",
discordAvatar: "5fef4bf0c1b8a6a76fe2f43b956bfc3d",
customUrl: "tulip",
chatNameColor: null,
role: "ORGANIZER",
},
{
id: 24117,
username: "Boltz!",
discordId: "221418644297482250",
discordAvatar: "6b7156dcd0582ee160564bfa0c5cdc0e",
customUrl: "fusionboltzgx",
chatNameColor: "#6d8283",
role: "ORGANIZER",
},
{
id: 28303,
username: "Lagoon",
discordId: "458714559855722497",
discordAvatar: "b815bb6090c2b32fec23f1336fae5663",
customUrl: null,
chatNameColor: null,
role: "ORGANIZER",
},
{
id: 28482,
username: "phantom 👻",
discordId: "599633578648928307",
discordAvatar: "f5139304fb364bca35634a8e5cd11c0f",
customUrl: "phantom_spl",
chatNameColor: null,
role: "ORGANIZER",
},
],
subCounts: [
{
visibility: "+3",
count: 1,
},
{
visibility: "ALL",
count: 17,
},
],
bracketProgressionOverrides: overrides ?? [],
isFinalized: 0,
teams: [
{
id: 14657,
name: "SOS WARRIORS",
seed: 1,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730771673,
activeRosterUserIds: [8852, 34724, 9403, 27222],
pickupAvatarUrl: null,
members: [
{
userId: 8852,
username: "liam",
discordId: "730965705159082077",
discordAvatar: "e490d565e5073c2f9dc99750b86e21f9",
customUrl: "mocha",
country: null,
twitch: null,
isOwner: 1,
createdAt: 1730771673,
inGameName: "dx mocher#3333",
},
{
userId: 9403,
username: "harshi",
discordId: "752042543046197268",
discordAvatar: "2ecae10b2e615594f431fd9043dd5849",
customUrl: "harshi",
country: "CA",
twitch: null,
isOwner: 0,
createdAt: 1730771744,
inGameName: "R <3#1254",
},
{
userId: 31868,
username: "pty",
discordId: "522732152396316672",
discordAvatar: "1fad6f4adf2cbe276e2fa8f3694fa844",
customUrl: null,
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730771772,
inGameName: "Addict#4811",
},
{
userId: 13562,
username: "",
discordId: "707603025090445392",
discordAvatar: null,
customUrl: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
country: "BR",
twitch: null,
isOwner: 0,
createdAt: 1730790990,
inGameName: null,
},
{
userId: 34724,
username: "tickle",
discordId: "1037752233477029958",
discordAvatar: "38039fdb697910627e39d7e2d4e326e7",
customUrl: "splatickle",
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730848243,
inGameName: "( >‿< ) #1925",
},
{
userId: 27222,
username: "hayden",
discordId: "995224811892637777",
discordAvatar: "b846a9c237399451ce1a3e9075962302",
customUrl: "haydne",
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730941117,
inGameName: null,
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937818,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14800,
name: "/rw3",
seed: 2,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730931681,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 23016,
username: "Lexi",
discordId: "869690273725284392",
discordAvatar: "c0cf724da4f51266090fe93bd04dd7f8",
customUrl: "lexi",
country: "US",
twitch: "lexi_spl3",
isOwner: 1,
createdAt: 1730931681,
inGameName: "(?)#1719",
},
{
userId: 331,
username: "kera",
discordId: "678848011090264075",
discordAvatar: "e31366f51681b1d3450ab9b4f5938f26",
customUrl: "kera",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730931818,
inGameName: "kera#1797",
},
{
userId: 44,
username: "redshell1",
discordId: "264591659776344064",
discordAvatar: "c3bd2ce4509db5801273f6c8c1b680d8",
customUrl: "redshell1",
country: "US",
twitch: "redshell1",
isOwner: 0,
createdAt: 1730932211,
inGameName: "dM_rshell1#2568",
},
{
userId: 65,
username: "DriftyToky0",
discordId: "295283215462170624",
discordAvatar: "9eed7fbcd2577638299c6f2831b19028",
customUrl: "driftea",
country: "KP",
twitch: "drifty_toky0",
isOwner: 0,
createdAt: 1730936191,
inGameName: "dM_vexen#1559",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937984,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14743,
name: "Honkai",
seed: 3,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730864603,
activeRosterUserIds: [22344, 1038, 1059, 10200],
pickupAvatarUrl: null,
members: [
{
userId: 22344,
username: "Nilla",
discordId: "809863658549149766",
discordAvatar: "eff49b64d2bcc8d368e90d1bd878ae0c",
customUrl: "nilla",
country: "DO",
twitch: null,
isOwner: 1,
createdAt: 1730864603,
inGameName: "コントロール <3#1605",
},
{
userId: 10200,
username: "IB Woomy",
discordId: "673622543696920607",
discordAvatar: "8aea6b82c57412e21090e111e654e3da",
customUrl: "ibwoomy",
country: "CA",
twitch: "woomy284",
isOwner: 0,
createdAt: 1730864607,
inGameName: "Woomy#1265",
},
{
userId: 1038,
username: "Kabi",
discordId: "326532846959329280",
discordAvatar: "ab267f4e84c11c4458a2ee88f6028ccd",
customUrl: "kabi",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730864614,
inGameName: "Kabi#5484",
},
{
userId: 1059,
username: "Taro",
discordId: "296309302682189824",
discordAvatar: "4c79cab2a953c05e0ced931a871eec77",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730864617,
inGameName: "Taro#2443",
},
{
userId: 267,
username: "Hiyah",
discordId: "561954805384478730",
discordAvatar: "fdfa1e54c7b2bdad3db7fde2604dfe50",
customUrl: null,
country: "US",
twitch: "hiyah_no",
isOwner: 0,
createdAt: 1730939914,
inGameName: "Hiyah#3200",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730939393,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14801,
name: "🦌",
seed: 4,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730932511,
activeRosterUserIds: null,
pickupAvatarUrl: "pickup-logo-gYdQMQEToU9InodFy5P0z-1730936760761.webp",
members: [
{
userId: 9001,
username: "cap",
discordId: "1190074509319999501",
discordAvatar: "bda58bc0467e303ba54d9c4d8362229b",
customUrl: "cap",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730932511,
inGameName: "titan#1102",
},
{
userId: 9034,
username: "tobii",
discordId: "553988208627679234",
discordAvatar: "e3233bb35e3c58c46dd224bfbabd92d4",
customUrl: "tobii",
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730932518,
inGameName: "zephyr#2292",
},
{
userId: 590,
username: "sunny",
discordId: "375444333693763605",
discordAvatar: "d19edc16b88e969703cd0a0ddd3666b7",
customUrl: "aespa",
country: "GL",
twitch: "sushist0re",
isOwner: 0,
createdAt: 1730932538,
inGameName: "closure#2716",
},
{
userId: 29643,
username: "mechanical katz",
discordId: "925453863430025256",
discordAvatar: "dbf0eabc8f8a0acaafd45b3938e7aaf1",
customUrl: "sblast_strong",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730933208,
inGameName: "《ƒr》к∀†§#8079",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937699,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14792,
name: "cutie patooties",
seed: 5,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730922495,
activeRosterUserIds: null,
pickupAvatarUrl: "pickup-logo-EwC2mgMiWfx54bSWSPhr3-1730922495444.webp",
members: [
{
userId: 3930,
username: "Yushi4Ever",
discordId: "268425076221804554",
discordAvatar: "2212b551d535a945261451e2266cf5ae",
customUrl: "yushi4ever",
country: "DE",
twitch: "yushi4ever",
isOwner: 1,
createdAt: 1730922495,
inGameName: "7 nova#2185",
},
{
userId: 5368,
username: "Dismaqe",
discordId: "643538243396042868",
discordAvatar: "393b72bafe14e65d680caf3dd6ec532f",
customUrl: "dismaqe",
country: "EE",
twitch: "odismaqe",
isOwner: 0,
createdAt: 1730922504,
inGameName: "Bl!Dismaqe#2590",
},
{
userId: 373,
username: "Ňiightmare",
discordId: "723698508045221941",
discordAvatar: "facf4185c3f2bdedde5e52fcca69e0e6",
customUrl: "niightmare",
country: "US",
twitch: "niightmarelive",
isOwner: 0,
createdAt: 1730922735,
inGameName: "Niightmare#3052",
},
{
userId: 37677,
username: "Miyono",
discordId: "1131499467602931723",
discordAvatar: "21fb6bce5ad309855db659f53cb5ca31",
customUrl: "miyono",
country: "PR",
twitch: "miyonohime",
isOwner: 0,
createdAt: 1730925935,
inGameName: "M∀LISS :)#2207",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730939553,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14670,
name: "Triggerfish Zones Supremacy",
seed: 6,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730788095,
activeRosterUserIds: [7807, 11815, 5001, 7216],
pickupAvatarUrl: null,
members: [
{
userId: 7807,
username: "Кraкen Mare",
discordId: "158733178713014273",
discordAvatar: "a_ccecfe929c2471cd5ace0ad47256953c",
customUrl: "krakenmare77",
country: "US",
twitch: "krakenmare77",
isOwner: 1,
createdAt: 1730788095,
inGameName: "КraкenMare#2266",
},
{
userId: 11143,
username: "DRF",
discordId: "283480526336163840",
discordAvatar: "703179a350380f7c53f40217e34db8bc",
customUrl: "drf",
country: "US",
twitch: "tritondrf",
isOwner: 0,
createdAt: 1730788096,
inGameName: "DRF#2937",
},
{
userId: 20311,
username: "Mewtwo (smiley face)",
discordId: "315317302931226634",
discordAvatar: "ee5a17f6d9d16b1a4902ebb7909eaa19",
customUrl: "iloveboeing",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730788097,
inGameName: "Mewtwo :)#2309",
},
{
userId: 11815,
username: "Pepé",
discordId: "105033373495332864",
discordAvatar: "acf7f482bea7001e6cc1ef3a2ba55960",
customUrl: "pepe",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730788098,
inGameName: "Pepé#1340",
},
{
userId: 5001,
username: "Pork Smork",
discordId: "310515692501860354",
discordAvatar: "bf60ffa8489796409db7dba9b5706422",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730788099,
inGameName: "Smork#1828",
},
{
userId: 7216,
username: "Vapor",
discordId: "454390267072479265",
discordAvatar: "3a77e3f85e1f9553fb42cd9d009346d5",
customUrl: "v4p0r",
country: "US",
twitch: "v4p0r_spl",
isOwner: 0,
createdAt: 1730788099,
inGameName: "v4p0я#3011",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937701,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 395,
customUrl: "triggerfish-zones-supremacy",
logoUrl: "SWEVe96pht4lcJ8JrNiYY-1675571506802.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14661,
name: "Retro Records",
seed: 7,
prefersNotToHost: 1,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730774561,
activeRosterUserIds: [3657, 5227, 25622, 25053],
pickupAvatarUrl: null,
members: [
{
userId: 3657,
username: "Scribys",
discordId: "954391688388968499",
discordAvatar: "494e653e0649163d360dc5ecc636aeda",
customUrl: "scribys",
country: null,
twitch: null,
isOwner: 1,
createdAt: 1730774561,
inGameName: "⦾ ▽Scribys#7872",
},
{
userId: 20026,
username: "Mecog",
discordId: "552592818565152777",
discordAvatar: "5e52fdae45b4c4561e923ea883a64f3a",
customUrl: "mecog",
country: null,
twitch: "mecogami",
isOwner: 0,
createdAt: 1730774563,
inGameName: "⦾▽Mecog#1866",
},
{
userId: 5227,
username: "Neea",
discordId: "519378792012054528",
discordAvatar: "d7cc778f23282ea6bb26aebdc6e6b3d4",
customUrl: "insomneea",
country: "US",
twitch: "insomneea",
isOwner: 0,
createdAt: 1730774565,
inGameName: "⦾▽Neea!#4244",
},
{
userId: 25622,
username: "rice :3",
discordId: "528851510222782474",
discordAvatar: "5db18614fe83f01eaeb1b17bb0b16159",
customUrl: "ricebowl",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730774567,
inGameName: "⦾▽rice:3#5034",
},
{
userId: 25053,
username: "SlimeSer64",
discordId: "456870129976737794",
discordAvatar: "f3b3b594c2a81eeb8bfb42357ffc8905",
customUrl: "slimeser64",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730774568,
inGameName: "⦾▽SlimeSer#3009",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730938205,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 3485,
customUrl: "retro-records",
logoUrl: "zGYGW4B6KJnaNOKl_lxCI-1725763023114.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14804,
name: "Impulse",
seed: 8,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730935243,
activeRosterUserIds: [73, 8760, 1548, 163],
pickupAvatarUrl: null,
members: [
{
userId: 73,
username: "Soveliss",
discordId: "319135856403283969",
discordAvatar: "31c480fe6595ba2b2a37399e0b44bcab",
customUrl: "soveliss",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730935243,
inGameName: "Soveliss#2381",
},
{
userId: 5947,
username: "an_Arbiter",
discordId: "152839298889154560",
discordAvatar: "81cd7a774f3b3278f44edc936be876d1",
customUrl: "an_arbiter",
country: "US",
twitch: "an_arbiter",
isOwner: 0,
createdAt: 1730935247,
inGameName: "an_Arbiter#4805",
},
{
userId: 8760,
username: "Kaiser",
discordId: "529957601169899532",
discordAvatar: "c7e5b63f81a63b35aabaf4dd63b26bfd",
customUrl: "kaiser",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730935248,
inGameName: "Kaiser#2891",
},
{
userId: 1548,
username: "Sapphire",
discordId: "149181692916137984",
discordAvatar: "1293be4c50e8d4f235e9b6089d2f2438",
customUrl: "sapphireredux",
country: "US",
twitch: "sapphireredux",
isOwner: 0,
createdAt: 1730935250,
inGameName: "ashura!#9386",
},
{
userId: 163,
username: "Zonink",
discordId: "107661716824809472",
discordAvatar: "5ec3f6a7bc392170d2bccb5f655a8961",
customUrl: "zonink",
country: "US",
twitch: "zonink",
isOwner: 0,
createdAt: 1730935251,
inGameName: "Zon#1975",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730939482,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 981,
customUrl: "impulse",
logoUrl: "kvwovgrlfI1qeGHELFUK5-1690036636015.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14732,
name: "Wave breaker",
seed: 9,
prefersNotToHost: 1,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730851309,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 19093,
username: "Trεcε •°",
discordId: "375332840306376705",
discordAvatar: "33eb822ef60065d1c37d12709a747ba4",
customUrl: "trece",
country: "ES",
twitch: "srta13",
isOwner: 1,
createdAt: 1730851309,
inGameName: "<<∀>> Trece°#2886",
},
{
userId: 2670,
username: "Horshio",
discordId: "194751580225011713",
discordAvatar: "18ecfdd7582541ac67a33c3c102a9027",
customUrl: null,
country: "US",
twitch: "horshio",
isOwner: 0,
createdAt: 1730851310,
inGameName: "Horshio #9328",
},
{
userId: 36265,
username: "seiðr",
discordId: "1043808190581702656",
discordAvatar: "5a5b4c6fe3953d9017fd10c22ffebe5a",
customUrl: "incipitkvasir",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730851312,
inGameName: "Seiðr#1805",
},
{
userId: 23505,
username: "Hinamu♱",
discordId: "484752209742004226",
discordAvatar: "dfdd73ac45222f7c9e82212520338ab4",
customUrl: "hinanamu",
country: "FR",
twitch: null,
isOwner: 0,
createdAt: 1730908087,
inGameName: "Hnm?#hnmm",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937952,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 2587,
customUrl: "wave-breaker",
logoUrl: "tEcOeDG8e2O_eSd6ifZ1p-1713480995391.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14747,
name: "FreeFlow",
seed: 10,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730870818,
activeRosterUserIds: [22614, 11244, 3181, 11495],
pickupAvatarUrl: null,
members: [
{
userId: 22614,
username: "JJaeigh",
discordId: "326150039275831306",
discordAvatar: "6702ed701a3b3d848e0e4c58b757f79d",
customUrl: "jjaeigh",
country: "US",
twitch: "jjaeigh",
isOwner: 1,
createdAt: 1730870818,
inGameName: "~JJaeigh~#1248",
},
{
userId: 11244,
username: "Blu🦋",
discordId: "309078437283495937",
discordAvatar: "a_447d3e6a4e57c4c1de672c27b19d8595",
customUrl: "somecallmeblu",
country: "US",
twitch: "somecallmeblu",
isOwner: 0,
createdAt: 1730870821,
inGameName: "Blu?#2930",
},
{
userId: 3181,
username: "Cakes",
discordId: "410957477463457792",
discordAvatar: "9f62b042d73ac0cafd0a1b4eeff64475",
customUrl: null,
country: "US",
twitch: "xneocakes",
isOwner: 0,
createdAt: 1730870823,
inGameName: "~Cakes~#2092",
},
{
userId: 11495,
username: "Parx",
discordId: "751471859530334318",
discordAvatar: "6f545e40c8cb9789a47d6ad89168ad4e",
customUrl: "parx",
country: "US",
twitch: "parxmarx",
isOwner: 0,
createdAt: 1730870825,
inGameName: "~Parx~#1833",
},
{
userId: 31073,
username: "Shinds",
discordId: "378593455938600960",
discordAvatar: "0ecc233e8d5917ed43e3e51604fed43a",
customUrl: null,
country: "US",
twitch: "its_shinds",
isOwner: 0,
createdAt: 1730870827,
inGameName: "~Shinds~#2929",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730938109,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 455,
customUrl: "freeflow",
logoUrl: "IwYRerD5YKWV4W15unPGw-1688332800701.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14748,
name: "Poisonous Gas Balloon",
seed: 11,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730872875,
activeRosterUserIds: [21487, 28391, 23292, 13854],
pickupAvatarUrl: "pickup-logo-b-J9byWINvtDmLv24gzeJ-1730872875114.webp",
members: [
{
userId: 13854,
username: "Mini 💚💜",
discordId: "154334321275174912",
discordAvatar: "bcf7d710f4e7bd3fd9ec02295c1eab23",
customUrl: "mini",
country: "US",
twitch: "miniepiphany",
isOwner: 1,
createdAt: 1730872875,
inGameName: "BIG.Mini#6901",
},
{
userId: 21487,
username: "Nep2ne",
discordId: "345165157942558722",
discordAvatar: "5c5ee07ff07504bca6373d377875c0e5",
customUrl: "nep2ne_",
country: "US",
twitch: "nep2ne_",
isOwner: 0,
createdAt: 1730872878,
inGameName: "Nep2ne#2294",
},
{
userId: 28391,
username: "FairyLightLux",
discordId: "234094033616502786",
discordAvatar: "6fa43ca8354d6e58564ae15396b4c689",
customUrl: null,
country: null,
twitch: "fairylightlux",
isOwner: 0,
createdAt: 1730872879,
inGameName: "SylphLux#1917",
},
{
userId: 23292,
username: "TotoStar",
discordId: "396849384798683137",
discordAvatar: "63821f1346a2117afe5c1cebe93bdb14",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730872880,
inGameName: "BIG Toto⭐#1933",
},
{
userId: 27438,
username: "Sgt.Cooki",
discordId: "724798017747681360",
discordAvatar: "ae6045669ad94b613599d0024e019a7d",
customUrl: "sgtcooki",
country: "US",
twitch: "sgt_cooki627",
isOwner: 0,
createdAt: 1730927365,
inGameName: "Coolo☆#3251",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730938632,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14803,
name: "😺",
seed: 12,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730934390,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 3449,
username: "takobon",
discordId: "654725200595910656",
discordAvatar: "37b13f183aee9fdade16711e0729fae5",
customUrl: "takobon",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730934390,
inGameName: "takobon#6183",
},
{
userId: 4307,
username: "Ezio!",
discordId: "747592200887599195",
discordAvatar: "21e485f30ce4f5ec5cbad2683e101f22",
customUrl: "eziooooo",
country: "CA",
twitch: "ezio_streams",
isOwner: 0,
createdAt: 1730934493,
inGameName: "Ezio! ^#3340",
},
{
userId: 20731,
username: "mel0mania",
discordId: "178733052762128385",
discordAvatar: "084e045739a0d155ef557e65547ef64e",
customUrl: "mel0mania",
country: "CA",
twitch: "mel0_mania",
isOwner: 0,
createdAt: 1730934504,
inGameName: "MEL0MANIA★#1137",
},
{
userId: 22706,
username: "Tyflo",
discordId: "87279561787592704",
discordAvatar: "e8c1245afb622b997312832b372fe01e",
customUrl: null,
country: null,
twitch: "tyflo09",
isOwner: 0,
createdAt: 1730934958,
inGameName: "Tyflo#3737",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937770,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14795,
name: "petrichor.",
seed: 13,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730925172,
activeRosterUserIds: [863, 34414, 27917, 15278],
pickupAvatarUrl: null,
members: [
{
userId: 27917,
username: "DeeZy",
discordId: "1091400500978647122",
discordAvatar: "f06117c9a0d6ab3d19f222b17208d668",
customUrl: null,
country: "US",
twitch: "deezy_spl",
isOwner: 1,
createdAt: 1730925172,
inGameName: "DeeZy#8797",
},
{
userId: 15278,
username: "-C",
discordId: "203662255428993024",
discordAvatar: "18f3849f454e6a4e664ef212cedc49b6",
customUrl: "saypil",
country: "VN",
twitch: null,
isOwner: 0,
createdAt: 1730925174,
inGameName: "teh-c#7843",
},
{
userId: 34414,
username: "Spritzu",
discordId: "218883697007394816",
discordAvatar: "e0d5d0f4dd968f0a70a68d383b1c8740",
customUrl: "spritzu",
country: "US",
twitch: "spritzuuu",
isOwner: 0,
createdAt: 1730925178,
inGameName: "★spritzu#1225",
},
{
userId: 863,
username: "kilokilo",
discordId: "214523097905102849",
discordAvatar: "9bcd39a227b2cb05359e95c37a8dbaab",
customUrl: "kilokilo",
country: "CA",
twitch: "kilotimestwo",
isOwner: 0,
createdAt: 1730925182,
inGameName: "kilokilo#2652",
},
{
userId: 31526,
username: "JoJo",
discordId: "496120964275372032",
discordAvatar: "3660dd5033077ba60bafd87dea91fd83",
customUrl: "splatoon",
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730939317,
inGameName: "caravaggio#1994",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730939319,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 3766,
customUrl: "petrichor",
logoUrl: "jHALqGsodfc3oXJPTPYL8-1727310541049.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14445,
name: "New Wave",
seed: 14,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730526186,
activeRosterUserIds: [1736, 986, 25464, 2300],
pickupAvatarUrl: null,
members: [
{
userId: 31259,
username: "Minty!",
discordId: "1136186639887114283",
discordAvatar: "1fba4c537da1a0fd709850c940616975",
customUrl: "mintyfox",
country: "US",
twitch: "mintthearcticfox",
isOwner: 1,
createdAt: 1730526186,
inGameName: "ξヨ Minty!↑#2932",
},
{
userId: 1736,
username: "Draconif",
discordId: "468490984427225099",
discordAvatar: "63f9263b1004f75c1971f589317ea891",
customUrl: "draconif",
country: "US",
twitch: "draconif",
isOwner: 0,
createdAt: 1730526191,
inGameName: "Draconif#1259",
},
{
userId: 986,
username: "Latios",
discordId: "158074707067928577",
discordAvatar: "d9e2731d801d353de2d922ed770dcee4",
customUrl: "latios",
country: "US",
twitch: "epicsoniclatios",
isOwner: 0,
createdAt: 1730526191,
inGameName: "Latios#2323",
},
{
userId: 2300,
username: "osa",
discordId: "968442484973781022",
discordAvatar: "c4b365fc8050aaa098e2668d01ea8697",
customUrl: "osa",
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730526191,
inGameName: "osa?#9356",
},
{
userId: 25464,
username: "Irrlusfml",
discordId: "873195011712352276",
discordAvatar: "b66cc3d99db068fd069c3c76010a11f5",
customUrl: "irrlus",
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730526191,
inGameName: "ξヨ IRRLUS#2192",
},
{
userId: 30204,
username: "Marcus",
discordId: "789943264370884708",
discordAvatar: "e8b16fc440deb2332cae4faed441e7a4",
customUrl: "marcus",
country: "US",
twitch: "marcushatesshot",
isOwner: 0,
createdAt: 1730838396,
inGameName: "m#31926",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730940413,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 3853,
customUrl: "new-wave",
logoUrl: "6Kb1rvGmgT80cB1xsqcYI-1728868059287.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14810,
name: "Roblox Fishermen",
seed: 15,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730940438,
activeRosterUserIds: null,
pickupAvatarUrl: "pickup-logo-nETHLw8QQ0_AzfiPsuBwQ-1730940553743.webp",
members: [
{
userId: 11350,
username: "aah?",
discordId: "317489836866928640",
discordAvatar: "9dd169691fa0306bac7d83f8ecde7d45",
customUrl: "aah",
country: "US",
twitch: "flamitez",
isOwner: 1,
createdAt: 1730940438,
inGameName: "PANDORA#1510",
},
{
userId: 11275,
username: "DyS",
discordId: "251418401912782849",
discordAvatar: "6c517412c1f3d7cb30779bf5eb78208d",
customUrl: "dys",
country: "US",
twitch: "dys_splat",
isOwner: 0,
createdAt: 1730940441,
inGameName: "HOMUNCULUS#1638",
},
{
userId: 9718,
username: "ori_",
discordId: "561371938383986698",
discordAvatar: "c548a73deb79f2608d03ffd4b29a35c8",
customUrl: "ori_",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730940948,
inGameName: "GOODBYE!!!#5140",
},
],
checkIns: [],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14777,
name: "2 chicken quesadillas",
seed: 16,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730912708,
activeRosterUserIds: null,
pickupAvatarUrl: "pickup-logo-bXW8Qb1mvrgvqCr0J-cq7-1730912708301.webp",
members: [
{
userId: 19035,
username: "Magyk",
discordId: "271823983429550081",
discordAvatar: "73b4e9b8ddf9d275b5cde3e859e608b9",
customUrl: "magyk",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730912708,
inGameName: "Magyk♪ :•:#2624",
},
{
userId: 2088,
username: "★ ichigo",
discordId: "732376196012179567",
discordAvatar: "7b6ad3e6bb2adab2bb0a2d9b3f17a28d",
customUrl: "ichigo",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730912712,
inGameName: "Ichie.deco#1196",
},
{
userId: 9454,
username: "Pixel <3",
discordId: "445312367526543372",
discordAvatar: "99c049f3c690daa8b8bb852b0751ecbf",
customUrl: "pixelhearts",
country: "CA",
twitch: "pixel__hearts",
isOwner: 0,
createdAt: 1730920131,
inGameName: "Pixel <3#1912",
},
{
userId: 2059,
username: "Cactus",
discordId: "156592091818885120",
discordAvatar: "f1d49e4dc9e9903ac5fae0b3df33639b",
customUrl: "glitchedcactus",
country: "US",
twitch: "glitchedcactus1",
isOwner: 0,
createdAt: 1730929082,
inGameName: "Cactus#3214",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937715,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14805,
name: "REBOUND",
seed: 17,
prefersNotToHost: 1,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730936919,
activeRosterUserIds: null,
pickupAvatarUrl: "pickup-logo-_wB0IydnUgDBkskX8eq35-1730936919244.webp",
members: [
{
userId: 35571,
username: "Comma",
discordId: "971600524875030599",
discordAvatar: "e4323497e2627b35dd58f005f8f8f00b",
customUrl: "commatose",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730936919,
inGameName: "shawrk#4318",
},
{
userId: 25168,
username: "Drag?",
discordId: "280507650288910336",
discordAvatar: "fc1acd8cb920b752a867746d576d004c",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730936940,
inGameName: "Drag?#1163",
},
{
userId: 27485,
username: "🗿",
discordId: "502183610506412032",
discordAvatar: "b02f7164844ebee5bbd768ffb7dab662",
customUrl: "rook",
country: "KP",
twitch: null,
isOwner: 0,
createdAt: 1730936960,
inGameName: "BigFish♪#2829",
},
{
userId: 14007,
username: "Thyme",
discordId: "815157329313923093",
discordAvatar: "72af87d127baeb3f376c870776f34c3e",
customUrl: "freshsquiffer",
country: "CA",
twitch: "freshsquiffer",
isOwner: 0,
createdAt: 1730937813,
inGameName: "アロハ#2443",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730940416,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14806,
name: "hey wanna see something cool",
seed: 18,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730937337,
activeRosterUserIds: null,
pickupAvatarUrl: "pickup-logo-jdoLt7-S9ClBnQNRtqOze-1730937337828.webp",
members: [
{
userId: 460,
username: "avril",
discordId: "533510530321743872",
discordAvatar: "b277968419c91569d9ce009b80e4ea69",
customUrl: "a__vril",
country: "HK",
twitch: null,
isOwner: 1,
createdAt: 1730937337,
inGameName: null,
},
{
userId: 1338,
username: "Cytrus",
discordId: "346396687209594890",
discordAvatar: "38f3450730ee18580b609a2333a71577",
customUrl: "cytrus",
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730937342,
inGameName: "Cytrus#1239",
},
{
userId: 5679,
username: "Ping",
discordId: "655921179185643530",
discordAvatar: "bf47493b5f285cda911207732c54e30b",
customUrl: "pingaling",
country: "HK",
twitch: null,
isOwner: 0,
createdAt: 1730937348,
inGameName: "after you…#2794",
},
{
userId: 241,
username: "mars",
discordId: "767716380833087489",
discordAvatar: "46ef58f7da673fecdc583dc6a16a57c8",
customUrl: "mars",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730937354,
inGameName: "mars#1311",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937640,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14653,
name: "Sweet Espresso",
seed: 19,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730769135,
activeRosterUserIds: [33116, 34014, 44751, 22756],
pickupAvatarUrl: "pickup-logo-ItBKhtBOvsxcD9yMJDrsP-1730769135503.webp",
members: [
{
userId: 11951,
username: "Andric",
discordId: "363517227535826958",
discordAvatar: "a_20b679d75edb247374a22f11e285999b",
customUrl: "typos",
country: "US",
twitch: "typos_tv",
isOwner: 1,
createdAt: 1730769135,
inGameName: "FREEEWIN#3363",
},
{
userId: 33116,
username: "Andric",
discordId: "425766799590686720",
discordAvatar: "e4cd4b0cd25014f6b103d9c58e89c4e1",
customUrl: "andric",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730769143,
inGameName: "Andric#3010",
},
{
userId: 34014,
username: "Jay",
discordId: "1085814336645247039",
discordAvatar: "6a30c2ad557d52f000ae07de9576966e",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730769146,
inGameName: "Jay★#1846",
},
{
userId: 44751,
username: "Koki!",
discordId: "727570085199347864",
discordAvatar: "246bce33108dec97d506f49dc2ddd2c3",
customUrl: "koki",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730769149,
inGameName: "lc...Koki#3019",
},
{
userId: 44198,
username: "sango",
discordId: "1225182177096896512",
discordAvatar: "2eb0fad7ff62c9c3e49e749f7fac219f",
customUrl: "sango",
country: "CA",
twitch: null,
isOwner: 0,
createdAt: 1730772612,
inGameName: "4K#2192",
},
{
userId: 22756,
username: "ceiling!",
discordId: "588400582939901972",
discordAvatar: "d5851eb4f258741c0ab8cdeec7051456",
customUrl: "ceiling",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730929021,
inGameName: "↓ ceiling!#2229",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730940426,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 4079,
customUrl: "sweet-espresso",
logoUrl: null,
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14708,
name: "Outcast",
seed: 20,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730836875,
activeRosterUserIds: [1616, 17310, 34657, 22409],
pickupAvatarUrl: null,
members: [
{
userId: 1616,
username: "Vertigo_95",
discordId: "208047154982289412",
discordAvatar: "7086d6ec8e1e78832495a7ff742d065b",
customUrl: "vertigo_95",
country: "US",
twitch: "vertigo_95",
isOwner: 1,
createdAt: 1730836875,
inGameName: "Vertigø_c#5295",
},
{
userId: 1487,
username: "Brock.com",
discordId: "123514351641559042",
discordAvatar: "66a1487a86a78c29771f0f80ce727a77",
customUrl: "brockdotcom",
country: "US",
twitch: "brockdotcom",
isOwner: 0,
createdAt: 1730836878,
inGameName: "BrΘck.c©m#1845",
},
{
userId: 17310,
username: "OhkoXar",
discordId: "706358528599916586",
discordAvatar: "b39a02338ed3a0267ab509eb084feb00",
customUrl: "ohkoxar",
country: "US",
twitch: "ohkoxar",
isOwner: 0,
createdAt: 1730836887,
inGameName: "Θ© OhkoXar#1431",
},
{
userId: 34657,
username: "NateFH",
discordId: "899408090007494707",
discordAvatar: "60731a6bad0e2656faa1deb422de32c7",
customUrl: "natefh",
country: "US",
twitch: "natefh",
isOwner: 0,
createdAt: 1730836891,
inGameName: "NateFH#1930",
},
{
userId: 22409,
username: "Cupid",
discordId: "586536527085961237",
discordAvatar: "c7b854ef3e36092fb7545fdb7babbe86",
customUrl: "cupidangel",
country: "AU",
twitch: null,
isOwner: 0,
createdAt: 1730938882,
inGameName: "Pinot Noir#3156",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730939013,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 3501,
customUrl: "outcast",
logoUrl: "7wZUJ0SboJ0-FJmhvX_9N-1725500479007.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14715,
name: "Memento Moray",
seed: 21,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730844165,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 5471,
username: "Bebrop",
discordId: "100322457579163648",
discordAvatar: "4e31b3722fb846398b2cd6cad9458687",
customUrl: "bebrop",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730844165,
inGameName: "Ж∵Bebrop#8946",
},
{
userId: 2672,
username: "AyJae",
discordId: "335211569514545154",
discordAvatar: "2ac0f6661b3d69029719199a3267aa80",
customUrl: "ayjae",
country: "US",
twitch: "ayjae_5488",
isOwner: 0,
createdAt: 1730844167,
inGameName: "Ж∵ĄyJαe#1696",
},
{
userId: 4504,
username: "Lord Espurr",
discordId: "262788885879324672",
discordAvatar: "5dc90e5653993f22a04c813dac92c21c",
customUrl: "lordespurr",
country: "KP",
twitch: "lordespurr",
isOwner: 0,
createdAt: 1730844171,
inGameName: "LordEspurr#2800",
},
{
userId: 25856,
username: "Hyper",
discordId: "267027958294773762",
discordAvatar: "ded7b2d6b51680e6255f2986b2ac3d19",
customUrl: null,
country: "US",
twitch: "thehyperactived3",
isOwner: 0,
createdAt: 1730844174,
inGameName: "¤*°4Nishi#1810",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730939160,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 3153,
customUrl: "memento-moray",
logoUrl: "E2r_hRrbGpa4r4sMmVrlf-1723605518416.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14796,
name: "moi et la gothique",
seed: 22,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730926359,
activeRosterUserIds: null,
pickupAvatarUrl: "pickup-logo-p3UgTkOwvFWBT2Cxvuhuq-1730926358900.webp",
members: [
{
userId: 5334,
username: "Davfernape",
discordId: "200066011616116737",
discordAvatar: "c3f51dbce14c8d0526579e783d7cf7b2",
customUrl: null,
country: "US",
twitch: "davfernape",
isOwner: 1,
createdAt: 1730926359,
inGameName: "↑MONK£¥#3265",
},
{
userId: 34071,
username: "Peace",
discordId: "280531377345265664",
discordAvatar: "a5145f4018aea32942d16da30db6f71e",
customUrl: null,
country: "US",
twitch: "peaceful_robin",
isOwner: 0,
createdAt: 1730926611,
inGameName: "SBz☆ Peace#2232",
},
{
userId: 23946,
username: ".!",
discordId: "365882248341487618",
discordAvatar: "bb229388bbae62b8cddf6a95771cefc5",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730926770,
inGameName: null,
},
{
userId: 21339,
username: "Soro",
discordId: "984782488595496971",
discordAvatar: "5fff63c5cc8b474ce560bdd7fa3234fa",
customUrl: "soro",
country: "BB",
twitch: null,
isOwner: 0,
createdAt: 1730927035,
inGameName: "DogBoySoro#1928",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937668,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14797,
name: "the fire worms are back",
seed: 23,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730928135,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 23115,
username: "flowerss",
discordId: "614073583295135744",
discordAvatar: "f67a16ae805ce2837831f85a94697b06",
customUrl: "flowerss",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730928135,
inGameName: "λ...flowerss#2664",
},
{
userId: 5261,
username: "Koda",
discordId: "312053525171535872",
discordAvatar: "4d304e52ae21dfc9f9adc8099b2855a8",
customUrl: "starfaller__",
country: "US",
twitch: "starfaller__",
isOwner: 0,
createdAt: 1730928142,
inGameName: "ƒ¿¡Koda!?#1726",
},
{
userId: 190,
username: "tart",
discordId: "401894176498647041",
discordAvatar: "f1c2f67c842dd20bc9fe9594ea75eaf0",
customUrl: "tart",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730928155,
inGameName: "λ...tart^#2174",
},
{
userId: 12585,
username: "Atlas",
discordId: "700313515709300802",
discordAvatar: "15f90e8cde83df5eb065cad6be6236f6",
customUrl: "atlas",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730931277,
inGameName: "Chaeri#3358",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730938285,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14750,
name: "Meow's the Chance",
seed: 24,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730880730,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 5662,
username: "Plus",
discordId: "461787942478675978",
discordAvatar: "7823246af514d7c6f6880ccb58c2138c",
customUrl: "plussy",
country: "AU",
twitch: "plus218",
isOwner: 1,
createdAt: 1730880730,
inGameName: "Plussy#1291",
},
{
userId: 2731,
username: "VanNoah",
discordId: "239188345240944640",
discordAvatar: "3317c012ad307d9dbb0f8e76ae2b51d5",
customUrl: "vannoah",
country: "AU",
twitch: "van_noah2004",
isOwner: 0,
createdAt: 1730880736,
inGameName: "VanNoah#1555",
},
{
userId: 31764,
username: "Rider🦦",
discordId: "491384276282114048",
discordAvatar: "973c09f6e329313f650f52fe6de7b3d2",
customUrl: "ridercoroika",
country: "AU",
twitch: null,
isOwner: 0,
createdAt: 1730880862,
inGameName: "Bara Rider#1679",
},
{
userId: 25133,
username: "jinx",
discordId: "319752115625000961",
discordAvatar: "067ac92f4e34af259d56f821208b7a2b",
customUrl: "oak",
country: "AU",
twitch: null,
isOwner: 0,
createdAt: 1730894461,
inGameName: "☆jinx☰∵#1970",
},
{
userId: 17855,
username: "explosion wizard",
discordId: "916459853738819624",
discordAvatar: "d6058e069627eae0bd432bb29b0230ae",
customUrl: "kojuke",
country: "NZ",
twitch: null,
isOwner: 0,
createdAt: 1730936268,
inGameName: "paracelsus#2947",
},
],
checkIns: [],
mapPool: [],
team: {
id: 3586,
customUrl: "meows-the-chance",
logoUrl: "PEhmJbnYx3ArswBI2lelI-1725362369276.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14809,
name: "Shellfire",
seed: 25,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730939363,
activeRosterUserIds: [21205, 1953, 32885, 2888],
pickupAvatarUrl: null,
members: [
{
userId: 21205,
username: "Young Bob",
discordId: "285136375198777344",
discordAvatar: "e2eb4d6d375cf1c234f7cec427280e86",
customUrl: "youngbob776",
country: "US",
twitch: "youngbob1",
isOwner: 1,
createdAt: 1730939363,
inGameName: "Young⇔Bob#2564",
},
{
userId: 32885,
username: "Skippy⇔Tox",
discordId: "791870633361145857",
discordAvatar: "8fb10c2e96e83f8e1f5ea923c9f2b49f",
customUrl: null,
country: "US",
twitch: "businessasusuai",
isOwner: 0,
createdAt: 1730939368,
inGameName: "Skippy⇔Tox#5504",
},
{
userId: 1953,
username: "Bored asf",
discordId: "759144458247471104",
discordAvatar: "2983c29473a1e73eb9e2d74368133604",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730939370,
inGameName: "Bored⇔asf#1000",
},
{
userId: 15188,
username: "91Yugo",
discordId: "276813383771095041",
discordAvatar: "ece459f119bb8a9503e31430cb7e75a8",
customUrl: "91yugo",
country: "FR",
twitch: "91yugo",
isOwner: 0,
createdAt: 1730939376,
inGameName: "91Yugo#1966",
},
{
userId: 2888,
username: "Wiz",
discordId: "187294752209633280",
discordAvatar: "569029ccb4052b5386314f6c02e367ee",
customUrl: "w1zb1zz",
country: "US",
twitch: "w1zb1zz",
isOwner: 0,
createdAt: 1730939459,
inGameName: null,
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730939471,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 2075,
customUrl: "shellfire",
logoUrl: "EB6RH7dngs-DpuK65F_0f-1722735283161.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14709,
name: "Eepy Dreepy",
seed: 26,
prefersNotToHost: 1,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730838132,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 5106,
username: "Sukuna",
discordId: "791121402068467723",
discordAvatar: "3d44033a0632e794d0482ad53d2aeaa4",
customUrl: "devil",
country: "US",
twitch: "d3vilsfall",
isOwner: 1,
createdAt: 1730838132,
inGameName: "Sυκμη´ω`#1959",
},
{
userId: 8297,
username: "Alice 🌸",
discordId: "120213357205651457",
discordAvatar: "57083139274550597536cb85fa45a053",
customUrl: "alyred54",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730838136,
inGameName: "Pizzasquid #1740",
},
{
userId: 8830,
username: "cødy...",
discordId: "211702334953226240",
discordAvatar: "e31e22805d9774476a8d51ce2342e89c",
customUrl: null,
country: "US",
twitch: "soulreaper0081",
isOwner: 0,
createdAt: 1730838136,
inGameName: "Yuta...#2764",
},
{
userId: 38176,
username: "BrushMommy",
discordId: "338806780446638082",
discordAvatar: "3f39bcd2cc40fa7cce16172299201dd9",
customUrl: "dreamyveemo",
country: "US",
twitch: "brushmommy",
isOwner: 0,
createdAt: 1730903083,
inGameName: "BrushMommy#1405",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730938987,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 3100,
customUrl: "eepy-dreepy",
logoUrl: "CyuF3pr4kcYXl4g0ryqmn-1720710900144.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14783,
name: "Blitz Wave",
seed: 27,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730917380,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 23731,
username: "Nero_",
discordId: "639619317213691904",
discordAvatar: "dcb9c4e3719923d220d287b8512286bb",
customUrl: "nero_gx",
country: "ES",
twitch: null,
isOwner: 1,
createdAt: 1730917380,
inGameName: "ψ Nero#1025",
},
{
userId: 36215,
username: "Heaven",
discordId: "934847760551792672",
discordAvatar: "0199d20cf17e71cf9f050855fa21e043",
customUrl: "heaven",
country: "MX",
twitch: null,
isOwner: 0,
createdAt: 1730917384,
inGameName: "Heaven#1583",
},
],
checkIns: [],
mapPool: [],
team: {
id: 2170,
customUrl: "blitz-wave",
logoUrl: "WO6kHARXtq8344_OvrwXC-1706824485076.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14702,
name: "YT->MP3",
seed: 28,
prefersNotToHost: 1,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730832667,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 16387,
username: "Bubble",
discordId: "559843245023166484",
discordAvatar: "17dc04814dc84cea0241aafc4b67baf4",
customUrl: "sockz",
country: "US",
twitch: "splatzparty",
isOwner: 1,
createdAt: 1730832667,
inGameName: "Bubble.mp4#3578",
},
{
userId: 6051,
username: "ACECT",
discordId: "136664437431074816",
discordAvatar: "12b56514f1e79987842d3e968015e3c0",
customUrl: "acect",
country: "US",
twitch: "acectttt",
isOwner: 0,
createdAt: 1730832669,
inGameName: "ACECT.mp4#2681",
},
{
userId: 22903,
username: "NELLF1RE",
discordId: "208275341427343360",
discordAvatar: "46214c065055955526d982a3550948b8",
customUrl: "nellf1re",
country: "US",
twitch: "nellf1re",
isOwner: 0,
createdAt: 1730832670,
inGameName: "NELL.mp4#6192",
},
{
userId: 23132,
username: "soap!!",
discordId: "139948794149076993",
discordAvatar: "a_02368878ec1314461a304eb1d888fe8e",
customUrl: "soap",
country: "US",
twitch: "soapful_",
isOwner: 0,
createdAt: 1730832675,
inGameName: "☆! soap c:#2845",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730940393,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14735,
name: "Wavelength",
seed: 29,
prefersNotToHost: 1,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730853887,
activeRosterUserIds: [29120, 35225, 8587, 27440],
pickupAvatarUrl: null,
members: [
{
userId: 27440,
username: "Auto~ጀ",
discordId: "856661678740865024",
discordAvatar: "5364b775e8114163cf7d8e2df4ad6a64",
customUrl: "auto_z0178",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730853887,
inGameName: "ミ》Auto#8936",
},
{
userId: 29120,
username: "AwesIce",
discordId: "950545592097063002",
discordAvatar: "05bbb7db212e0bf948290229e3e552b8",
customUrl: "awesice",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730853889,
inGameName: "ミ》AwesIce#4299",
},
{
userId: 35225,
username: "Kolos",
discordId: "617298179968335872",
discordAvatar: "644cf13a332893d1339c15182d27fbab",
customUrl: null,
country: "CA",
twitch: null,
isOwner: 0,
createdAt: 1730853890,
inGameName: "ミ》Kolos#1649",
},
{
userId: 8587,
username: "Vytalic",
discordId: "505832570521649152",
discordAvatar: "d802da2cc51ba4d0a8fa1cdde5c39e43",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730853891,
inGameName: "ミ》Vγτãłîç#3075",
},
{
userId: 23333,
username: "ItsJustRin",
discordId: "387418302336729091",
discordAvatar: "90ac5649ce3fb15122313f8805af3145",
customUrl: "itsjustrin",
country: "US",
twitch: "iitsjustrin",
isOwner: 0,
createdAt: 1730927852,
inGameName: "☆_★ rin#5714",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730940106,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 2175,
customUrl: "wavelength",
logoUrl: "Wlt2RZEetRwHvDNs02Adf-1720814629409.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14798,
name: "fearless I think",
seed: 30,
prefersNotToHost: 1,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730928986,
activeRosterUserIds: [26103, 31395, 33402, 31195],
pickupAvatarUrl: "pickup-logo-tEtTINjP6iHk01HpA1rQ2-1730928986789.webp",
members: [
{
userId: 26103,
username: "sawyer but cat",
discordId: "303164813851230209",
discordAvatar: "537fe6f7e29788c83774bc55edf243e5",
customUrl: null,
country: "US",
twitch: "boba_lisa",
isOwner: 1,
createdAt: 1730928986,
inGameName: "「F」sawyer #7539",
},
{
userId: 31395,
username: "InfiniTy",
discordId: "426082473257205760",
discordAvatar: "e2b5897800261915f3e8302584e9d68d",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730929028,
inGameName: "In 「F」iniTy#1007",
},
{
userId: 31195,
username: "Cotni",
discordId: "164695301007998979",
discordAvatar: "5aef110a8b1eff52d2d34ee4b543cd61",
customUrl: "cotni",
country: "CA",
twitch: null,
isOwner: 0,
createdAt: 1730929043,
inGameName: "「F」Cotni#3521",
},
{
userId: 28700,
username: "Kanga",
discordId: "208801825816576000",
discordAvatar: "aab1f787eeb4944ea3b04951a118ad22",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730929068,
inGameName: "Kanga#2476",
},
{
userId: 33402,
username: "flyNn#3071",
discordId: "644743772407726088",
discordAvatar: "aea0fa0b8c9203b8dc30337d00689f4f",
customUrl: "spsflynn",
country: "US",
twitch: "flynn3071",
isOwner: 0,
createdAt: 1730929154,
inGameName: "*~*flyNn#2174",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730938278,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14663,
name: "Los Inklings",
seed: 31,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730775625,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 30685,
username: "Theresa",
discordId: "152359818206642176",
discordAvatar: "de7085667353da6f6cc53d3df063dcea",
customUrl: "theresa",
country: "US",
twitch: "los_theresa",
isOwner: 1,
createdAt: 1730775625,
inGameName: "LosTheresa#3238",
},
{
userId: 30686,
username: "=",
discordId: "141142141492527104",
discordAvatar: "ec3a898760654e86d5dd724f89e2c3d1",
customUrl: null,
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730775627,
inGameName: "Los Equals#2851",
},
{
userId: 22396,
username: "Hammy",
discordId: "196033193718185985",
discordAvatar: "2225b304639968dae8851688aadfb95f",
customUrl: "hammy",
country: "CA",
twitch: "hammyinthewall",
isOwner: 0,
createdAt: 1730775628,
inGameName: "Los Hammy#4656",
},
{
userId: 1961,
username: "Slug",
discordId: "278951839003705344",
discordAvatar: "60b073c73757d1d2c775081af816aa1a",
customUrl: "seaslug",
country: "US",
twitch: "serventseaslug",
isOwner: 0,
createdAt: 1730775632,
inGameName: "Los SeaSlug#2211",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937941,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 1349,
customUrl: "los-inklings",
logoUrl: "d4l_fEYo7pQlMN0gRXMFn-1692066468630.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14517,
name: "High Point",
seed: 32,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730605037,
activeRosterUserIds: [24514, 5187, 29823, 22744],
pickupAvatarUrl: null,
members: [
{
userId: 24514,
username: "Tusk",
discordId: "281549533379428352",
discordAvatar: "a41a8de469d5f53496fbcbf14fdfb167",
customUrl: null,
country: "US",
twitch: "recycled_king",
isOwner: 1,
createdAt: 1730605037,
inGameName: "н°Tusk#7435",
},
{
userId: 5187,
username: "Kahlium",
discordId: "100956973356302336",
discordAvatar: "8eadb2e1cf376598caac8d52785cfa5b",
customUrl: "kahlium",
country: "MX",
twitch: "kahlium",
isOwner: 0,
createdAt: 1730605040,
inGameName: "н°Kahlium#1387",
},
{
userId: 10265,
username: "Soda.Chip",
discordId: "382722372853039114",
discordAvatar: "5f543ad51c89244ae88c6c1ff99e5b4f",
customUrl: "sodachip",
country: "US",
twitch: "sodachip_spl",
isOwner: 0,
createdAt: 1730605043,
inGameName: "н°SodaChip#6437",
},
{
userId: 22744,
username: "Dustt 🍒",
discordId: "544379242687758361",
discordAvatar: "e3e068ffd68c0835630175221bb1919e",
customUrl: "dustyleggs",
country: "US",
twitch: "dustyleggs",
isOwner: 0,
createdAt: 1730605046,
inGameName: "н°Dυstt♪#4897",
},
{
userId: 29823,
username: "Mage",
discordId: "275327890793562112",
discordAvatar: "f19d0ffdd06bc99ea9dd287c5e6eaf3d",
customUrl: "solmage",
country: "US",
twitch: "blackmageult",
isOwner: 0,
createdAt: 1730936575,
inGameName: "Doritos 4D#2929",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937692,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 2592,
customUrl: "high-point",
logoUrl: "ARTJt7_GNn1MxMYQtZqwO-1717642183140.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14741,
name: "Magic Beans",
seed: 33,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730862741,
activeRosterUserIds: [5584, 30612, 13671, 36898],
pickupAvatarUrl: null,
members: [
{
userId: 5584,
username: "yoshido",
discordId: "261999910042206208",
discordAvatar: "a_73829e0d85865fd539dcbdc1c09be4b2",
customUrl: "yoshido",
country: "CA",
twitch: "yoshido8",
isOwner: 1,
createdAt: 1730862741,
inGameName: "σ*°yoshido#3235",
},
{
userId: 13671,
username: "Nutella🍊",
discordId: "744321370359333048",
discordAvatar: "ad83ba632be824313d7bf6219b35f43b",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730862749,
inGameName: "σ*°Nutella#7762",
},
{
userId: 30612,
username: "Crazy!?",
discordId: "692819852531990580",
discordAvatar: "915ab54a042abd26989766ff951d7e4a",
customUrl: "s-blast9291",
country: "US",
twitch: "literallycrazy92",
isOwner: 0,
createdAt: 1730862751,
inGameName: "σ*°Crazy!?#2260",
},
{
userId: 36898,
username: "Town Of Salem",
discordId: "423974234075693076",
discordAvatar: "a_6fe993c18acdb5a068c7f1befcc97c83",
customUrl: "town",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730862753,
inGameName: "σ*°Town#1561",
},
{
userId: 31580,
username: "💚Mint&Me💚",
discordId: "1111427379424940103",
discordAvatar: "38a5ff15d6943967a8ab2ee4f64ee103",
customUrl: null,
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730862754,
inGameName: "Saicadelic#2256",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730939569,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 2733,
customUrl: "magic-beans",
logoUrl: "7VPROm50d_TI5PFxuUVRH-1719853192293.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14711,
name: "Sonora Inkamita de Iztapalapa",
seed: 34,
prefersNotToHost: 1,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730840221,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 29645,
username: "MastaMario",
discordId: "216653023252840449",
discordAvatar: "118198be86984d8f628b7eaded9f41ab",
customUrl: "mastamario",
country: "MX",
twitch: "mastermario124",
isOwner: 1,
createdAt: 1730840221,
inGameName: "はい [Masta]#2933",
},
{
userId: 31533,
username: "Bird",
discordId: "409245959822770181",
discordAvatar: "a1ce437396a2f9ed40c4b66f048216c9",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730840228,
inGameName: "はいheheheha#1181",
},
{
userId: 29483,
username: "Mr. Miu",
discordId: "833912768985563156",
discordAvatar: "7ec449c9e89576acf0992e54591980e6",
customUrl: null,
country: "MX",
twitch: "mui_888",
isOwner: 0,
createdAt: 1730840230,
inGameName: "はい Mr.Miu#2064",
},
{
userId: 42118,
username: "anny",
discordId: "975260464151953418",
discordAvatar: "0a1e4c867af896c2e1ab280758f6c9ca",
customUrl: null,
country: "MX",
twitch: null,
isOwner: 0,
createdAt: 1730840247,
inGameName: "ネオ :)#2395",
},
{
userId: 36800,
username: "Octo_Shrimp",
discordId: "345321359112667136",
discordAvatar: "7325a53446fc0678dd2d6a1c4da363dd",
customUrl: "shrimpster",
country: "MX",
twitch: null,
isOwner: 0,
createdAt: 1730840250,
inGameName: "ネオ【Shrimp】#2715",
},
],
checkIns: [],
mapPool: [],
team: {
id: 2135,
customUrl: "sonora-inkamita-de-iztapalapa",
logoUrl: "59Zjn_0vQZ3J9HV8XnadM-1705892386595.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14655,
name: "Squid Rollups",
seed: 35,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730770163,
activeRosterUserIds: [25469, 3513, 26820, 30122],
pickupAvatarUrl: null,
members: [
{
userId: 30122,
username: "StaticGeckos",
discordId: "158420798661591040",
discordAvatar: "4dde4f3d9208462f152460b8e8ee16c1",
customUrl: "staticgeckos",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730770163,
inGameName: "R↑ Static#1144",
},
{
userId: 26820,
username: "AstridSteorra",
discordId: "338038378417356801",
discordAvatar: "7c65c2dc0f2801089fdacf0a86c63bdb",
customUrl: "steorra",
country: "US",
twitch: "astridsteorra",
isOwner: 0,
createdAt: 1730770166,
inGameName: "R↑ Steorra#1628",
},
{
userId: 31154,
username: "Renzo",
discordId: "79007222360702976",
discordAvatar: "06a945f71d4d6b11fc000cd9fd029c9d",
customUrl: "renzo",
country: "US",
twitch: "renzoandknuckles",
isOwner: 0,
createdAt: 1730770170,
inGameName: "Renzo™#3392",
},
{
userId: 10297,
username: "Yung",
discordId: "714673961555984445",
discordAvatar: "9e731c1961c2771e4761cded3ee52bb4",
customUrl: "yungnc7",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730770171,
inGameName: "R↑ Yung#3273",
},
{
userId: 3513,
username: "PurplZebra",
discordId: "755884158479237212",
discordAvatar: "620d0c7368072a454c4b3d1871799164",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730930402,
inGameName: "R↑ Zebra#1631",
},
{
userId: 25469,
username: "Nэon",
discordId: "332302478101970944",
discordAvatar: "9c21b047cc3a36727996147a576c85b5",
customUrl: "n3on",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730940399,
inGameName: "Nэon#2724",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730938955,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 1325,
customUrl: "squid-rollups",
logoUrl: "zNz78ZRywB9fAKIhkFprB-1702229910598.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14634,
name: "Strawberry Supernova",
seed: 36,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730753582,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 37477,
username: "Star",
discordId: "288116514924658688",
discordAvatar: "e19830a7664e74364cc80b986a9cf817",
customUrl: "estrella",
country: "MX",
twitch: null,
isOwner: 1,
createdAt: 1730753582,
inGameName: "⌒★ Star#3354",
},
{
userId: 3635,
username: "Jam",
discordId: "585562452544978954",
discordAvatar: "8993b6ad4d8945c51538025a803e8f32",
customUrl: "james",
country: "CA",
twitch: null,
isOwner: 0,
createdAt: 1730753589,
inGameName: "⌒★ Jam#3645",
},
{
userId: 7433,
username: "soap",
discordId: "644277747631390747",
discordAvatar: "57707e04c437fcf9e10420fd006d8532",
customUrl: "soapsopa_",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730753592,
inGameName: "soapsopa_#1192",
},
{
userId: 6647,
username: "Snivo!",
discordId: "319687833784942592",
discordAvatar: "1650f9cc9313362236b5974215fb03b2",
customUrl: "snivo",
country: "US",
twitch: "serviine",
isOwner: 0,
createdAt: 1730753597,
inGameName: "Snivo ♪#1911",
},
],
checkIns: [],
mapPool: [],
team: {
id: 3510,
customUrl: "strawberry-supernova",
logoUrl: null,
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14799,
name: "Moonshine",
seed: 37,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730929508,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 20774,
username: "BajaBlastr",
discordId: "785678909555474462",
discordAvatar: "a31ef6cb5eac1a9b525f92dd0f32efb1",
customUrl: "bajablastr",
country: "US",
twitch: "bajablastr_",
isOwner: 1,
createdAt: 1730929508,
inGameName: αjαβlαstr#1203",
},
{
userId: 20807,
username: "✧ Tea ✧",
discordId: "475220573941661706",
discordAvatar: "8c2eca5b19f76ab8d2acac655bb0c450",
customUrl: "splatea",
country: "US",
twitch: "splatea",
isOwner: 0,
createdAt: 1730929511,
inGameName: "SplaTea TV#9482",
},
{
userId: 42703,
username: "gameing",
discordId: "863790839132848139",
discordAvatar: "4afdbdbcaa55dc59b47522c3bbbfb58b",
customUrl: "gameing",
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730929514,
inGameName: "gameing#2389",
},
{
userId: 42409,
username: "Axo",
discordId: "1245573170623156325",
discordAvatar: "439c27d40687693e5ec007b70a967055",
customUrl: "axo",
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730929826,
inGameName: "☆メンタリーイル☆#1319",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730938096,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 2963,
customUrl: "moonshine",
logoUrl: "Bs9LiXeN-t0NPnkePFUwl-1715752330445.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14784,
name: "SSSoda!!!",
seed: 38,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730918770,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 28170,
username: "Eon",
discordId: "397117179465564160",
discordAvatar: "b98d5670dae1d53a9580074baae6f8ee",
customUrl: "eon3000",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730918770,
inGameName: "[шя] Eon#1465",
},
{
userId: 11941,
username: "'Sium",
discordId: "787918226272681986",
discordAvatar: "260dcadbb17b2b2f5703027f77f0bc9a",
customUrl: "elysium",
country: "US",
twitch: "elysium_09",
isOwner: 0,
createdAt: 1730918777,
inGameName: "Elysium#1821",
},
{
userId: 715,
username: "Craft",
discordId: "253984054901342210",
discordAvatar: "120cd1d63298df38ad533bada3620f79",
customUrl: null,
country: "US",
twitch: "craft_spl",
isOwner: 0,
createdAt: 1730918781,
inGameName: "☆°Craft#1704",
},
{
userId: 11409,
username: "Sapphi",
discordId: "424775108775903242",
discordAvatar: "54808e29add71071091cde7f296c681a",
customUrl: "sapphi",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730918861,
inGameName: "≡□> Sapphi#7100",
},
],
checkIns: [],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14733,
name: "Lock out",
seed: 39,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730851475,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 26428,
username: "Neo$Crist",
discordId: "391399666849153024",
discordAvatar: "8a460ead8e2eea2bfcdd4a70a36939b9",
customUrl: null,
country: "PR",
twitch: "neocrist",
isOwner: 1,
createdAt: 1730851475,
inGameName: "Neo☆PR#2944",
},
{
userId: 29182,
username: "Macha",
discordId: "1076939750994346054",
discordAvatar: "60a3ca71c6c44aa53da0eecc1d29f8ea",
customUrl: "machalatays",
country: "CA",
twitch: null,
isOwner: 0,
createdAt: 1730852187,
inGameName: "macha/まちゃ#1856",
},
{
userId: 9235,
username: "ジャルディン (J)",
discordId: "548854827619188748",
discordAvatar: "3a264a8cf1b9b6254ab94ef53519ba41",
customUrl: null,
country: null,
twitch: "tyandjtz",
isOwner: 0,
createdAt: 1730853415,
inGameName: "「TK」Tyandj#2146",
},
{
userId: 30591,
username: "Fr0stα",
discordId: "373620234520756235",
discordAvatar: "dcde4fbf2bfc347ade65b572bf5fff93",
customUrl: "fr0sta",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730855938,
inGameName: "Fr0sta#1091",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937662,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14611,
name: "Distortion",
seed: 40,
prefersNotToHost: 1,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730726309,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 25247,
username: "Xx_plinkomster505_xX",
discordId: "573943989825437706",
discordAvatar: "530c678a941cf20246ee9d2180437236",
customUrl: "chronic",
country: "US",
twitch: "chronicbackpainhitshard_",
isOwner: 1,
createdAt: 1730726309,
inGameName: "DΔ Shumper#2224",
},
{
userId: 2279,
username: "Ark",
discordId: "459834973667459083",
discordAvatar: "ded8d4cdfde824462e69cd0c502ae15f",
customUrl: "ark",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730726312,
inGameName: "DΔ Ark#1872",
},
{
userId: 26162,
username: "e",
discordId: "382325712641720321",
discordAvatar: "8fc767bae73c45036c82e6f872fd2c97",
customUrl: "noobino",
country: "CA",
twitch: null,
isOwner: 0,
createdAt: 1730726313,
inGameName: "e#5440",
},
{
userId: 4334,
username: "Roxymoron",
discordId: "635209020160081920",
discordAvatar: "d5bdfb0d9d360e344a5db89383bf51a6",
customUrl: "roxymoron",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730726315,
inGameName: "240 ˚ Roxy #2267",
},
{
userId: 24013,
username: "Ryo",
discordId: "845489270261153822",
discordAvatar: "0ca30085625a2b5a4d7da3893aba0ce6",
customUrl: "ryochan",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730726317,
inGameName: "[R]yosaan*#2427",
},
],
checkIns: [],
mapPool: [],
team: {
id: 3470,
customUrl: "distortion",
logoUrl: "ns-MDQchEe5E4_ouZxX3k-1728181018528.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14713,
name: "California girls",
seed: 41,
prefersNotToHost: 1,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730840643,
activeRosterUserIds: [41797, 29855, 34594, 26801],
pickupAvatarUrl: null,
members: [
{
userId: 41797,
username: "NathanIn603",
discordId: "943649609006317660",
discordAvatar: "e0484180e9ca694358d796678245a221",
customUrl: null,
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730840643,
inGameName: "MF śþí4ł_dz#1260",
},
{
userId: 26801,
username: "Boneley",
discordId: "842781250111799296",
discordAvatar: "35a95ab061089f77491ecbfdc75a58aa",
customUrl: null,
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730840650,
inGameName: "MF Boneley#2386",
},
{
userId: 29855,
username: "Lil Draco",
discordId: "935931906225209344",
discordAvatar: "1e339c6e07532b80e3d206ec0aa111b9",
customUrl: null,
country: "US",
twitch: "lil_draco02x",
isOwner: 0,
createdAt: 1730840695,
inGameName: "v° Draco#2626",
},
{
userId: 34594,
username: "Louse",
discordId: "1053727472295886898",
discordAvatar: "f5de74b64a6b2192e1840045b80aca96",
customUrl: "lordlouse",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730846237,
inGameName: "LordLouse#1726",
},
{
userId: 33825,
username: "Sibirrino",
discordId: "510994518397419530",
discordAvatar: "2a0762082bdeb0f0bada3d33d5250160",
customUrl: "sibirrino",
country: "US",
twitch: "sibirrino",
isOwner: 0,
createdAt: 1730850473,
inGameName: "Σ∞| 仝Rino #1305",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730940028,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14687,
name: "Anenemies",
seed: 42,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730827259,
activeRosterUserIds: [25218, 26988, 26989, 12610],
pickupAvatarUrl: null,
members: [
{
userId: 25218,
username: "shmarlow",
discordId: "177207289680363520",
discordAvatar: "9b23754279cb9d9209eff0d148764cf5",
customUrl: "shmarlow",
country: "CA",
twitch: null,
isOwner: 1,
createdAt: 1730827259,
inGameName: "nme✰marlow#2474",
},
{
userId: 26988,
username: "mysstari",
discordId: "185178170302005250",
discordAvatar: "c70e17eed23e52dc7ce95554f1f660d0",
customUrl: null,
country: "US",
twitch: "mysstari",
isOwner: 0,
createdAt: 1730827265,
inGameName: "nme☆tari#1818",
},
{
userId: 26989,
username: "SixRLTM",
discordId: "188471737711722496",
discordAvatar: "da5104b19628544eaad41788842a3e01",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730827270,
inGameName: "nme✰6rew#3232",
},
{
userId: 12610,
username: "PinkSunrise",
discordId: "431970203996389397",
discordAvatar: "97ff627c4e50298226849a3e13bc3e21",
customUrl: "pinksunrise",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730827274,
inGameName: "nme☆Pink#2363",
},
{
userId: 25755,
username: "Gay Shark",
discordId: "269178050711781376",
discordAvatar: "573002dfc4fe06218bb86cd33b7179f1",
customUrl: "gay_shark",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730827431,
inGameName: "→△GayShark#2051",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937887,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 788,
customUrl: "anenemies",
logoUrl: "LOQ8WIgIo5nZ-c1nOBrXd-1688356491833.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14742,
name: "Overdive",
seed: 43,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730863477,
activeRosterUserIds: [37341, 30266, 22699, 39363],
pickupAvatarUrl: null,
members: [
{
userId: 30266,
username: "Tipo",
discordId: "1006710260263825468",
discordAvatar: "89257a0ac1a80ff5a7eb09560488d58d",
customUrl: "sleepyhead",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730863477,
inGameName: "ØĐ Tipo#2728",
},
{
userId: 37341,
username: "BrightBees",
discordId: "1189613098429075558",
discordAvatar: "1c4c7c6d69d0fc5e39da550d35bd46ed",
customUrl: "beeschurger",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730863535,
inGameName: "ØÐ Bees#7729",
},
{
userId: 22699,
username: "Giraffe05",
discordId: "788087977128624159",
discordAvatar: "6d114c402dccbabff8f39ff9796c27c7",
customUrl: "giraffe05",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730863538,
inGameName: "ØÐ Giraffe#1937",
},
{
userId: 28145,
username: "Madman46i",
discordId: "862732702360928286",
discordAvatar: "24cd818473330cd9316c2e74b451e5ad",
customUrl: "madman46i",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730863540,
inGameName: "ØĐ Madman#1438",
},
{
userId: 39363,
username: "SMGalactic",
discordId: "874765789905948715",
discordAvatar: "565e1c39bd7c3bfbf42e68543f371cd7",
customUrl: null,
country: "US",
twitch: "smgalacticyt",
isOwner: 0,
createdAt: 1730863556,
inGameName: "SMGalactic#2705",
},
{
userId: 27113,
username: "Frenzy#1136",
discordId: "167818016803913728",
discordAvatar: "287972491d2bf0867ab78942d3c3f682",
customUrl: "frenzy",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730942622,
inGameName: "Frenzy#1136",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730939390,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 1602,
customUrl: "overdive",
logoUrl: "cY8Zp6QjCUNNrapRvT4UD-1695509201401.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14764,
name: "The Coastal Service",
seed: 44,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730907528,
activeRosterUserIds: null,
pickupAvatarUrl: "pickup-logo-CsXMAg2pGXBRBfZeRBBqa-1730907542690.webp",
members: [
{
userId: 22026,
username: "strings 🎻",
discordId: "182994907907096585",
discordAvatar: "31da63dcb6dd1dbe4c3f135c105f07e7",
customUrl: "strings",
country: "US",
twitch: "stringssection",
isOwner: 1,
createdAt: 1730907528,
inGameName: "カニ strings#3288",
},
{
userId: 29467,
username: "glumbaron",
discordId: "367803257717784599",
discordAvatar: "b8ad30de9487a9699093b728098e01d0",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730907532,
inGameName: "カニ glum#2981",
},
{
userId: 10611,
username: "ash",
discordId: "83391620019388416",
discordAvatar: "40df17e16b18a9f86a454ac53bd7ab52",
customUrl: "asheevee_",
country: "US",
twitch: "asheevee_",
isOwner: 0,
createdAt: 1730907537,
inGameName: "nme☆ash#3048",
},
{
userId: 46099,
username: "Flips",
discordId: "191657905492066307",
discordAvatar: "10c40cffea976bfb749a53130ed5540e",
customUrl: null,
country: null,
twitch: "flips_bad",
isOwner: 0,
createdAt: 1730921252,
inGameName: null,
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730940125,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14802,
name: "Fanshawe Fuel",
seed: 45,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730932702,
activeRosterUserIds: [45980, 45163, 32203, 46101],
pickupAvatarUrl: null,
members: [
{
userId: 45980,
username: "dyaln",
discordId: "780441082726973460",
discordAvatar: "7e7577aaeaf6fae322ed3e9923e5d5b4",
customUrl: null,
country: "AQ",
twitch: null,
isOwner: 1,
createdAt: 1730932702,
inGameName: null,
},
{
userId: 45163,
username: "⋇ ☽ ᛗ Siren ᛗ ☾ ⋇",
discordId: "314875834328416257",
discordAvatar: "e6186e4bea20a512375c30744ff6861a",
customUrl: null,
country: "CA",
twitch: "sleepysiren7",
isOwner: 0,
createdAt: 1730932829,
inGameName: "Siren#1425",
},
{
userId: 2620,
username: "Geenie7",
discordId: "120697671336984577",
discordAvatar: "d2ffa22b72a18252e1be91379541dac2",
customUrl: null,
country: "CA",
twitch: "geenie7",
isOwner: 0,
createdAt: 1730933977,
inGameName: "Geeиie7#1390",
},
{
userId: 32203,
username: "Alpha Hundread",
discordId: "378074077291610112",
discordAvatar: "517a409e0c2defb92f34925b4c0269fb",
customUrl: null,
country: "CA",
twitch: null,
isOwner: 0,
createdAt: 1730933999,
inGameName: "MrHundread#2680",
},
{
userId: 46101,
username: "Squadle",
discordId: "378711205885378561",
discordAvatar: "3dcf34dc105f46cd05d21cafffb02c5e",
customUrl: null,
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730936438,
inGameName: null,
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937696,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14696,
name: "Loud Noises",
seed: 46,
prefersNotToHost: 1,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730832003,
activeRosterUserIds: [40505, 29011, 23082, 33067],
pickupAvatarUrl: null,
members: [
{
userId: 40505,
username: "LN TheGish",
discordId: "336336508405415957",
discordAvatar: "898264e697791243e7f4aa85ddace305",
customUrl: "thegish",
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730832003,
inGameName: "LN TheGish#6533",
},
{
userId: 29011,
username: "Arsynn",
discordId: "570619098036436993",
discordAvatar: "2afdb51d7a89e79edf4bb40d0f108203",
customUrl: null,
country: "CA",
twitch: null,
isOwner: 0,
createdAt: 1730832006,
inGameName: "ln Arsynn#5022",
},
{
userId: 23082,
username: "Blueberry",
discordId: "783935177256075295",
discordAvatar: "a_f7084cc96307f0bdead3269042edebe1",
customUrl: null,
country: "US",
twitch: "blueberry2849",
isOwner: 0,
createdAt: 1730832007,
inGameName: "ln Blubrry#2022",
},
{
userId: 33067,
username: "CT",
discordId: "669748243344654358",
discordAvatar: "364fe75b00fc83e11dacc835ab074905",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730832008,
inGameName: "CT#1817",
},
{
userId: 21549,
username: "Melo",
discordId: "535550649518129182",
discordAvatar: "04ec3ab179da77ffe45605bc3a6fb05b",
customUrl: "meloyelo",
country: "PR",
twitch: "meloyelo_",
isOwner: 0,
createdAt: 1730832010,
inGameName: "LN✰Melo#1231",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730939758,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 3005,
customUrl: "loud-noises",
logoUrl: "yOTJfxFNZ1tt3jkVTq5dE-1721965075679.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14808,
name: "Yarg",
seed: 47,
prefersNotToHost: 1,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730938507,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 35724,
username: "mudkip",
discordId: "1172967898839515201",
discordAvatar: "2634cc113a2f2f1cb959f6cd0495909a",
customUrl: "mud",
country: null,
twitch: null,
isOwner: 1,
createdAt: 1730938507,
inGameName: "≡□>Müdkip#1794",
},
{
userId: 20240,
username: "edenn ☆ˊ-",
discordId: "235468420894818305",
discordAvatar: "17919b128f36fc9087b30f6268b19804",
customUrl: "edenn",
country: "US",
twitch: "frommedenn",
isOwner: 0,
createdAt: 1730938539,
inGameName: "V↑ edenn´-#1286",
},
{
userId: 28097,
username: "Red 🌸",
discordId: "373269543260520451",
discordAvatar: "899a1b1d9fa92591deb77c1982af514e",
customUrl: "redstcne",
country: "US",
twitch: "redstcne",
isOwner: 0,
createdAt: 1730939272,
inGameName: "Redstcne#2930",
},
{
userId: 21249,
username: "Yippity",
discordId: "1045584349669629962",
discordAvatar: "449a6961d1ab4843dc83c48b162051e7",
customUrl: "yippity",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730941112,
inGameName: "Yippity#2111",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730941128,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14620,
name: "HP OfficeJet All-In-One Printer",
seed: 48,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730739211,
activeRosterUserIds: [23712, 8080, 7994, 20990],
pickupAvatarUrl: "pickup-logo-PntW-hxfVpRHVnxBML2g2-1730739211607.webp",
members: [
{
userId: 7994,
username: "Typh",
discordId: "372535517331324938",
discordAvatar: "8dcf92905e5d01350d93a285cc5009c0",
customUrl: "blazingtyph",
country: "US",
twitch: "typhaf",
isOwner: 1,
createdAt: 1730739211,
inGameName: "[Typh]#1136",
},
{
userId: 23712,
username: "BlobRoss",
discordId: "560657445542952990",
discordAvatar: "38375fec48b5a7c40ccc0d9972f99aa6",
customUrl: "yourmandan",
country: "CA",
twitch: null,
isOwner: 0,
createdAt: 1730739214,
inGameName: "【BlobRoss】#2126",
},
{
userId: 27474,
username: "Hiro",
discordId: "111252007183978496",
discordAvatar: "e0d4730227f3dea4312d5b52f5251799",
customUrl: null,
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730739215,
inGameName: "[Hiro]#2533",
},
{
userId: 20990,
username: "maruru",
discordId: "579365441844281364",
discordAvatar: "2d20cbfc1f7a8321a1203127c74c98ee",
customUrl: "maruru",
country: "US",
twitch: "c0rnsyrup_",
isOwner: 0,
createdAt: 1730739216,
inGameName: "peepeepoop#1111",
},
{
userId: 8080,
username: "OmaZen",
discordId: "340564347963310081",
discordAvatar: "8123bf6f8eb8f446c19ca1379fce4057",
customUrl: "omazen",
country: "US",
twitch: "omazen",
isOwner: 0,
createdAt: 1730739217,
inGameName: "【OmaZen】#3391",
},
{
userId: 28671,
username: "Vlrs",
discordId: "652945293746241577",
discordAvatar: "a_35a553d92bc87420b0eb840822503c5a",
customUrl: null,
country: "AW",
twitch: null,
isOwner: 0,
createdAt: 1730739219,
inGameName: "[Vyllie]#3297",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730941015,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14737,
name: "C-Dragons",
seed: 49,
prefersNotToHost: 0,
noScreen: 0,
droppedOut: 0,
inviteCode: null,
createdAt: 1730857328,
activeRosterUserIds: [29531, 3275, 35169, 7008],
pickupAvatarUrl: null,
members: [
{
userId: 29531,
username: "Eight",
discordId: "527953365003403265",
discordAvatar: "96c7c0bcb9a05f41c7a5f189679cdf63",
customUrl: "shady",
country: null,
twitch: null,
isOwner: 1,
createdAt: 1730857328,
inGameName: "とづ 8#1129",
},
{
userId: 3275,
username: "Mr. Saturn",
discordId: "519272653610287116",
discordAvatar: "0a96f64d4f65c6a81e392345a704acf3",
customUrl: "mrsaturn",
country: "MX",
twitch: null,
isOwner: 0,
createdAt: 1730904348,
inGameName: "とづMrSaturn#2189",
},
{
userId: 35169,
username: "..",
discordId: "348636926082809858",
discordAvatar: "d6aeb3e2c858038e2813571e05fa9267",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730904355,
inGameName: "とづ θιθ#1490",
},
{
userId: 7008,
username: "north ↟",
discordId: "769662850187657257",
discordAvatar: "1f18f4f35e2a36ecf2970d764ae86f30",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730904365,
inGameName: "とづvalencia#1253",
},
{
userId: 40169,
username: "G",
discordId: "294837816943312896",
discordAvatar: "d48605d234de50cfdd5bf3d575a70035",
customUrl: "worldg",
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730904367,
inGameName: "とづ《WorldG》#9475",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730937892,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 3264,
customUrl: "c-dragons",
logoUrl: "ZiwfDiYEEO1uBnyX6v3mr-1720115041998.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14503,
name: "United Crushers",
seed: 50,
prefersNotToHost: 1,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730591675,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 28703,
username: "Lilalychi",
discordId: "448884709166940166",
discordAvatar: "ce3fe1fb615595d6167d2d63da2deaf9",
customUrl: "lilalychi",
country: "US",
twitch: "lilalychi",
isOwner: 1,
createdAt: 1730591675,
inGameName: "μ▽ Lila#4004",
},
{
userId: 23183,
username: "Esmé! 🔮",
discordId: "746839603843039234",
discordAvatar: "ba26202266b211d7656cee8f5d25c570",
customUrl: "esme",
country: "GD",
twitch: null,
isOwner: 0,
createdAt: 1730591678,
inGameName: "µ▽ Esmé!#3323",
},
{
userId: 7664,
username: "Lor (He/They)",
discordId: "359806969005080586",
discordAvatar: "9bd46b4e181419b156c905e4c24e272a",
customUrl: "lor",
country: "US",
twitch: "marshylor",
isOwner: 0,
createdAt: 1730591679,
inGameName: "LOR ⭐•ß#2730",
},
{
userId: 30237,
username: "Erik Garcia",
discordId: "734436993672544276",
discordAvatar: "134ae5c3e65d85d5d3f8f03120dd8939",
customUrl: null,
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730591811,
inGameName: "Erik#3177",
},
],
checkIns: [],
mapPool: [],
team: {
id: 3193,
customUrl: "united-crushers",
logoUrl: "hzbYLBxq6IfV7QhymAbXy-1727906505498.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14739,
name: "Hal Laboratory Dog Eggs",
seed: 51,
prefersNotToHost: 1,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730859986,
activeRosterUserIds: null,
pickupAvatarUrl: "pickup-logo-wYiwNATx-T8R_RztGHumf-1730859986110.webp",
members: [
{
userId: 10181,
username: "ROXSTARcandy",
discordId: "546999472350036000",
discordAvatar: "befd217ebd6ab9f815b58c732f97cd4b",
customUrl: "roxstarcandy",
country: "AU",
twitch: null,
isOwner: 1,
createdAt: 1730859986,
inGameName: "»☆ROX★STAR#2212",
},
{
userId: 8552,
username: "FunkyKøng",
discordId: "446924992660111361",
discordAvatar: "7653f1699622bb2b4a1e1f26d325a2f9",
customUrl: null,
country: "AU",
twitch: null,
isOwner: 0,
createdAt: 1730859996,
inGameName: "»☆Funky#3238",
},
{
userId: 29897,
username: "𝜁𝜄Rilosaur",
discordId: "872879610491195402",
discordAvatar: "fe2a9ee534c1b61e5a33557e0c85fa27",
customUrl: "rilosaur",
country: "AU",
twitch: "rilosaur_",
isOwner: 0,
createdAt: 1730877839,
inGameName: "𝜁𝜄 Rilosaur#3053",
},
{
userId: 1894,
username: "Crowboy101",
discordId: "548381249518174228",
discordAvatar: "91a583accf0dadaa90653f0f14e41e9e",
customUrl: "crowboy101",
country: "AU",
twitch: "crowboy101",
isOwner: 0,
createdAt: 1730891774,
inGameName: "∞Crowboy#8452",
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730941102,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: null,
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
{
id: 14607,
name: "Ultra Kraken",
seed: 52,
prefersNotToHost: 0,
noScreen: 1,
droppedOut: 0,
inviteCode: null,
createdAt: 1730703689,
activeRosterUserIds: null,
pickupAvatarUrl: null,
members: [
{
userId: 43847,
username: "[UK] NVL",
discordId: "1214131320763195456",
discordAvatar: "1c0ffe9add619780f69ce19dd5e6f06a",
customUrl: null,
country: "US",
twitch: null,
isOwner: 1,
createdAt: 1730703689,
inGameName: "[UK] NVL#2046",
},
{
userId: 43850,
username: "MarioMayhem",
discordId: "809963646707957760",
discordAvatar: "efe91ad7f44ba18e39563258cda3e4f1",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730703692,
inGameName: "UKMrioMyhm#3296",
},
{
userId: 45635,
username: "Itsgamingtime11",
discordId: "1293707657135259689",
discordAvatar: "1e458ea1096d624c3e93c84eba2e9ab3",
customUrl: null,
country: "US",
twitch: null,
isOwner: 0,
createdAt: 1730755609,
inGameName: null,
},
{
userId: 46045,
username: "ActualBook1211",
discordId: "1214340048267386881",
discordAvatar: "f713ca61ac6ebc48c0a2679dcdb93484",
customUrl: null,
country: null,
twitch: null,
isOwner: 0,
createdAt: 1730760107,
inGameName: null,
},
],
checkIns: [
{
bracketIdx: null,
checkedInAt: 1730938836,
isCheckOut: 0,
},
{
bracketIdx: 1,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 2,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 3,
checkedInAt: 1730941256,
isCheckOut: 0,
},
{
bracketIdx: 4,
checkedInAt: 1730941256,
isCheckOut: 0,
},
],
mapPool: [],
team: {
id: 3389,
customUrl: "ultra-kraken",
logoUrl: "BA9IqYVh6FMFEWLg826Lw-1730329245607.webp",
deletedAt: null,
},
avgSeedingSkillOrdinal: null,
startingBracketIdx: null,
},
],
tieBreakerMapPool: [],
toSetMapPool: [
{
mode: "CB",
stageId: 0,
},
{
mode: "SZ",
stageId: 2,
},
{
mode: "TC",
stageId: 2,
},
{
mode: "RM",
stageId: 3,
},
{
mode: "TC",
stageId: 3,
},
{
mode: "CB",
stageId: 6,
},
{
mode: "RM",
stageId: 6,
},
{
mode: "SZ",
stageId: 7,
},
{
mode: "TC",
stageId: 8,
},
{
mode: "SZ",
stageId: 10,
},
{
mode: "TC",
stageId: 10,
},
{
mode: "RM",
stageId: 14,
},
{
mode: "CB",
stageId: 15,
},
{
mode: "SZ",
stageId: 15,
},
{
mode: "RM",
stageId: 16,
},
{
mode: "CB",
stageId: 17,
},
{
mode: "SZ",
stageId: 17,
},
{
mode: "SZ",
stageId: 18,
},
{
mode: "SZ",
stageId: 19,
},
{
mode: "SZ",
stageId: 21,
},
],
participatedUsers: [
44, 65, 73, 163, 190, 241, 267, 331, 373, 460, 590, 863, 986, 1038, 1059,
1338, 1548, 1616, 1736, 1894, 1953, 1961, 2059, 2088, 2670, 2672, 2888,
3181, 3275, 3449, 3513, 3657, 3930, 4307, 4504, 5001, 5106, 5187, 5227,
5261, 5334, 5368, 5471, 5584, 5679, 6051, 7008, 7216, 7807, 7994, 8080,
8297, 8552, 8587, 8760, 8830, 8852, 9001, 9034, 9235, 9454, 10181, 10200,
10265, 10611, 11244, 11495, 11815, 11951, 12585, 12610, 13671, 14007,
15188, 15278, 16387, 17310, 19035, 19093, 20240, 20731, 20774, 20807,
21205, 21249, 21339, 21487, 22026, 22344, 22396, 22409, 22614, 22706,
22744, 22903, 23016, 23082, 23115, 23132, 23292, 23505, 23712, 23946,
24514, 25053, 25168, 25218, 25464, 25469, 25622, 25856, 26103, 26428,
26801, 26820, 26988, 26989, 27113, 27222, 27438, 27440, 27474, 27485,
27917, 28097, 28145, 28391, 28671, 28700, 29011, 29120, 29182, 29467,
29531, 29643, 29823, 29855, 29897, 30122, 30204, 30266, 30591, 30612,
30685, 30686, 31195, 31259, 31395, 31526, 31580, 31868, 32203, 33067,
33116, 33402, 33825, 34014, 34071, 34414, 34594, 34657, 34724, 35169,
35225, 35571, 35724, 36265, 36898, 37341, 37677, 38176, 39363, 40169,
40505, 41797, 42409, 42703, 43847, 43850, 44751, 45163, 45635, 45980,
46045, 46099, 46101,
],
logoSrc: "/static-assets/img/tournament-logos/sos.png",
},
});