From 1533dd7c55136c249b957c52c8cccc063e54b0e7 Mon Sep 17 00:00:00 2001 From: sandro Date: Thu, 13 Aug 2026 08:11:10 +0200 Subject: [PATCH] Overlay ausgebaut --- __pycache__/dl_country.cpython-312.pyc | Bin 0 -> 3021 bytes __pycache__/dl_csv.cpython-312.pyc | Bin 6957 -> 7539 bytes __pycache__/dl_twitchstate.cpython-312.pyc | Bin 0 -> 3114 bytes countries.json | 1 + data.json | 2 +- dl_country.py | 72 +++ dl_csv.py | 24 +- dl_twitchstate.py | 71 +++ html/index.html | 538 ++++++++++----------- html/index_alt.html | 276 +++++++++++ html/ninjiclassic.html | 360 ++++++++++++++ html/ninjioverlay.html | 27 +- twitch_state.json | 1 + 13 files changed, 1089 insertions(+), 283 deletions(-) create mode 100644 __pycache__/dl_country.cpython-312.pyc create mode 100644 __pycache__/dl_twitchstate.cpython-312.pyc create mode 100644 countries.json create mode 100644 dl_country.py create mode 100644 dl_twitchstate.py create mode 100644 html/index_alt.html create mode 100644 html/ninjiclassic.html create mode 100644 twitch_state.json diff --git a/__pycache__/dl_country.cpython-312.pyc b/__pycache__/dl_country.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b250d9ed45e3c6b229e40c9d085204a9d3585fd0 GIT binary patch literal 3021 zcmb7G>u(cR7Qc5M_Behd&Xa^J)s}qRFAk;~?~o6ymM?sZLM626mpylqNh*q#?zQIJ zbI(0v|y$nJ7TF!+3Dj@W4Ixrfysl1#3Wd?~z#1Z7%=&=v$W5&noJ?G=} zp7-&3Z}OQ$#%C5;pCEF?`~?zuB7A|qb`FZgk9U7PtO(dh1O4|6EPz+QQMuh@%RreT?0geHh^(-A2~UeHs%pc$p{NrlLY zi`BRonNT%0LSh=PsIruB@tTQ#8X{{}nJCGK>K6lQK(^4=ELS91QT=i}rLiCs8nB7B z^>+7IJWAY3ASTLj_s4QPOs=ZL9g|{VDUgudV#FVeCu6Fd?ntCHM0estHxpt|5-^$+JJ0kgYtg+6Te9?lO=wN3@5_s+CWx8Ln}Y-?V%z}u@f)YzOmJ!M|vc9g8O1+Mlb zYz_sfFq#PzJsr#7re}}^sm2TnZzkcE0hBkTnMz~mO@u^~@B?-$ecu+1ev;Q(1{n#N z#Tgv7zBUa*BdtB?4ijWTD9Bu@f~00LOxXT&Z*eQZr>%vPK%uhtk=krz$IY2QUzQ^pjoGv>B?m7+v%;RZw7?lZh`Vxz~D9e+Xt7-e`b zoD;*7Wm2dWbpcRQFusT|{OIfidl98@D^eSc$Zbg8ku{5Eb+=*3n2i-g;ZJaP7h#R8 z`MTM=*{5)7GmgtLJXv-g5O$zHL}Kcs^~3n26o~}f?{;*$ux1|9@ujTuN%hKs_tqU7 z$dHKA5mw?c4X2K~7|pCCgF&Jw8c$?7F1so;Q&NsZq|2IFCgVw>sG9k#p$vFO{O8Y} z(ahiyPXL%L6vGtsie?f?FfI~}1-Qxd8_N`K8mIg5DOpm9#_0?5VltXgG|S*bkR((I zw!#7@xC8(@8P^1$gG4;0fHw`S@p^bYqGr_rE$V32@D&Xc1uEGFHvm1zPP(EsnE)yw z8<6h=OA9porTJlxq+g6|0=?k1M~eQoBhtv&7sddGpD9c&Hk=f z{mv6x`zsdao|QKggogjD*^%=EekE*Ketd4NUPGAgDeY`}&@(^2aB!)-`+K4L$5j@L z>&h@3?)UvW2Aa`#4Lb(Px$n9=K!4Prgi}f7Ucd=A9TRaTA z_-p$>AG>%6Q@xJ|`DXqZ(aWKTvq)sJ`2T02ZQhVQsu?z|x9}D>8J2DSc*`39lba^t z{|;rG%tjfmQMY)?U?+@XWpA>oTO0+2o)x(V{K95=2mWAxDKiC`*BQe5Gge3&ScWo6 zNlB`3Kni17u7v@BSRgS#l@trPEE*G6G%gWP$21d}kQ5b0suU%f5F%=nYBJ4sxs{4N zAOJw|fav0AJ&h2*{$_bJFyRk`h+hG;#zaLE^f|D|9q@`m%Qhfs6G}R~H-OX!6W!F~ z1_-E~6-~L5rP^QRK7!&Wlzo=Ek^1cVjq6j=6LZt^s=Ar?r{BN(n{O(=t-D{h+}yR) z-1X2^Y(BD7btEr5vsO*TA6xgV*y{fHA-rv=zHNuD%#oL7tL9QqEN;LF-}ta=rM&7+ z`eu68c`F0x;2U32GlfCpx56a4;YK#KYOE{9A3uQ4*w92->D zvB_lePMFZIM((BBA?oMwetdSY-{UY!t;vZSSN9{%mY;mg*8hvMe|mbAM_hxx G_J09l$etbm literal 0 HcmV?d00001 diff --git a/__pycache__/dl_csv.cpython-312.pyc b/__pycache__/dl_csv.cpython-312.pyc index 7840905220b2478d8e89f3dd3e6c9d0cfcb6d05f..d610fa51104f7af03db7ed86d0c439759bc1037d 100644 GIT binary patch delta 2073 zcmZuyO>7fK6rQnn?cKF^*UrYlzi|Q)q50=8P)ZN9(3S=SRX}ZA(a3m~;KVp#c0&SM zmr&(E)f6RK4pe}|g%$}_qRNFHsveMfAQvK3;VvAwwQx!ys!F-^jUC&7GP1vY`_22l zc{BUg{;~J@4rM`>CB()lYxwAzIVFrQ&b9XTBZ70@l$WrpkP?V1B@%Z^BAhN>MugX; z%jhbX@)6H8O8JQwP$mMPLPS87NPq!7NPHt35Tb$$>4BfF&APBUztMe;!_oP9?`AA1 zu&x`v&;PQQgx`E#RtFoyg8hjUlX=ruzOOKQJr+;A5g-fRAyg17Oay|WXg8Y0NB#s> zG?`s#SmI4wj)*w28zBSFXqHGsrXH5TKdJ!L`WhA6BZ&x>kXVvc!h#PN&q^$>YR@ry z%FMZ%`Pn=so`Pa2lX&G2IE;wDpyW3LBbSbaF$yqkz^GLw08BG5!75V+Oc)rg%G3j+ z0u!n-4ZwKFn$o?CgbS_8sGbaDp{XBlVfdDy>%f3_Lk2SWemZT1xPh6zD6Gw0!UuHC=UEb(Ut;Te1}* z&8HAqdqt{bVrc1^ryR0e-Q9V1Bjr4|4Tm<@v9DXcK&5h;DCPy?!&2;Wi_Jr<8 zLo}Nw{bt(K9U*HR$lLAe&OZC zW+rYrI^p=na_Q4L9n7bpRBvT{tUJC^*(;(C?HB5nb^DlfKa)zO?G2ix{f*|?i9#kd z8tj9CdV4SslMG1P3}54kJsmjt_OgJ2u?K;c#X!sb!1}4ZkF@3oTKl5beqZaH+E-M= zm!gYm%hX4Y>*}ZaimEodYxceKlh4ssdwsBN!;*`WW5sauwbsRO+l_Y?!`sdeElHf5 zEXFt7h%Lsqo*!A3P+RAGe{eV66y0*`(_4FQAG#NQuNY}$pG0dh*;b6Nzt^_^UVQ)G zAzzd75Aw=nrigxk+OW6Kk=0q_Zy)g80i3j%O zvVSEZ`8eKqVWh++|1)}EpLYVn$6c;F5xy_xy4xl8h55VN8u~PTLE|A_h>3k0`Gpo& zUkAU?!9$z@O?7x6nh$6{xI9N8f@b_Bl#uA>EItBYKMf@#YzCfIni~2_XW(Nr$7Y)v zn)n$AzMkLH@V!f!fbhvqmW?SrWxoh-@v&L@6@zJedt_7M8wd>!pa}+LKcaM?0^ix+ zMy~hP(Q}ND0UTwV=5pDiT~t3guESG4!)B%#%rUsg;4=m(`-^BKT3{jTXbS(luo(uW p0tW24Xp3|W?%DsMk+Xk|Mm-Nv@F5D>e?&Vx{TO?m7%Q6rS<^cz5mHwPPp#Po08r6SW8@r3YvQh6a_Q2nxLr6;&%{3w9hkncb!V zt<^>p)FMP(M&go!+Cvah0R{QOjYB0=iA$-36sZ)Ya-6}?nGy>7KcCryt~F1>MyLT z=4YY{$GP6aM9P7KL^-xFkvr0Rs3QZf5R^y9Q5U~+AE8dv6<9TsVkb2%8YL=MvrU|4 zZA~AVD`H3Ki%l^IlJcTNd~AWj9%<4=)l*k7(So!^j7Y4bwq}5dhl~!)6fj1}n7~W` zlL(n4Fj-(mLM8=_2~0XHb&^pvD}S|iDB>7_!dpBqA+b{qG{a0f&$-uFNMpFjSXA9;$W zdxmFv2~t`?Wc-FQ@M5?xpZzW(FEU8zMNgjj*ON*4 zhV&MioL~=(W9GI30?J`q0${VIJ;94VDfy9h%a_}&X1!(mqD#-)KCb$ahBc|Mhvw4< zq$P{GRX_Ml`>NY^t>)?aqU|en=k@+7h1eEhZzPV6#eA_@cU)g++ATW9Lne8&KNE*= zk{QWo#_1d<-vsal+P>h&mYUWFHa*+27HvAqK2IK&U*(FE>~69s28$mgE1C^l6<)_- z<0H$}KT74B>6_NA%=(#cYxhfsuDIRW)eGI_Pe0t8zI0+oMyb(DuWgyBZms*$mDOET zVRuKS*kY>Cn@%0X`*Y)4@RTZB#i#B~&D|@`{gqV9#@|TQ&7ETv$=o^3y6KukGZ3-& z!st&C`E8z)&Hl-hUh&o0)pzYBw+>|!9G6Zia1wjjSE%hQwObApF({?P(V=`LoYJC> zP0kX_wS0We$2L2YElX?QJKtN&eiJe3Fx)=MwV2ZP*|UYiG47=-vGXMYp diff --git a/__pycache__/dl_twitchstate.cpython-312.pyc b/__pycache__/dl_twitchstate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d41a28243098a098810083d081088b4602b2c830 GIT binary patch literal 3114 zcma)8U2GHC6~6OlkN@NRLWmYZ!jE?$-Z+5<3alVD;b%z^hM-tsUB`1{kFh<@%or!G zO-kV&9JW`POu0*lSxAc4dDH|Se7WD!iiMIozT25l2~(01$)EZ6rVB=a=F_IsOY zDKtq)3$Q)+XyS%YkuD%V zx^@#RMkOP3DKPgoy#?y}2to>Vr@p`l^mgb?kl3$@u^r&I7yOua`3bDPmCXWIpx!6$ zF~|pgruT~rvk(RI`$xW0Vo`w#A`d^fVuwsCaLLe$1(e2KzH}v!-))?Z*d>mR!nt@; z`Jr?!deM6!B8yU2CLLQLS2Ta<4ad<$yf-r`4|>&{s7B)lWt@_3;L+GYIM*8@&XKVm zMq|@>Le-cgPHUW^%3{XDY9?~>Sk}0#f@MXsjESc(_os&M<}Li1zSzUsd7Rfe^WUKYa?k;`$66S@XL>XcNL%-lwxX5$Jf>fgiB{r{itpSX; zU0RjI&_$pGTBPnXHBh`O8o3*2>Xqt}FF%+e*!Nvms>4f7= zZ-F)9&C++8Sb%4dR$Yc)qRz0k$}P|qS(O~AE`?g0BBwSPtpX>QjMW}OMN`3)XfgV> zN|oSEmqe>!ZIuPin4wWpgm?doTqsoFg0M~sz9OAN9jF_qBnS0jM8S{rPB6nLM|B{z z&4}EIU{-e;Ed{fYLEwK6dp8U@isqZ<;AWYla+`5HmchLB3gG47$rw(ndD{gk zFD8=_@1d@bJ(OmS>yT2`xvV;Nuy5VH0gUhlG7^fE)~MWR53QM%Y&41$MdPq6OR}d< zGiBvuQXJLHG9J%jMb*rg45L3d6uxrlQ_T!6QU)MwA;?XNX{=}_0Y@bPYYc!*cEW;m zuxYIB$K_;E#Tu(8=7el2127LvL~%wHVJZwTfrkgQ<8h6bv67L}3V4&i8mEWXBWgAs z&Vr6*jT+M^tPlnx1}%s@*X?Fg5U%f9~Aux%po$HGcHOe&7`Yea~I36~6V~YYyZ-L%rf_EkC`m zHLf9w>#6S8b-(BC_`So6F5eHl@26D;8rPLUSln+;ZtHJH-?wh-cd_65y1;(8Yfpb8 z^N6#6{m8`;-N^NSV1BfnCH4ml(d`yL%{=j5 zA?t>`FA;4~hwN9)wb31you9@(JsHjj=#T3@~7*MBUNp4K9hp7y<B*_ddH3xCpo43BMVbi=+SV2Fh(AP4 zr*<+AcXFrpn>9WhPDR9YIP7uC9nh)KGS-|MRMxf0WHMo1eQV@H#Ofn{&fvvMfs_8= znLyxj_^e-J2G06rLdZIQZEPu7Jjsxbq;NR=XCyb0e!@2E{IQfIWRv)Wd>X27ct{C> z0$@_qGh}^+EYDEWGi1{Z+jI9PC1=&-E-_Vm&x65APk*Ib$ot)l|yW+p8G%BVZT@a literal 0 HcmV?d00001 diff --git a/countries.json b/countries.json new file mode 100644 index 0000000..f9f9987 --- /dev/null +++ b/countries.json @@ -0,0 +1 @@ +{"deadline": "08/14/2026 19:00:00", "users": {"SakayaLive": "at", "RedPandaa_": "ie", "Chambo_": "ca", "Haipeee": "us", "newgasm": "us", "HBRbotinator": "se", "SMokiWuff": "us", "Kapostel": "de", "Berndl_64": "at", "Dennsen86": "de", "NitroSplint": "in", "RayaRoentgen": "de", "Nathanmg": "gb-eng", "Fransen86": "de", "JLoops_": "nl", "SeiphSewell24": "us", "iamtheratio": "us", "Holiday_From_Real": "de", "MSpeedruns": "us", "plagrizr": "us", "Krisbyte": "de", "Flowty83": "ch", "Yuri_Zahard": "ch", "MaxpowerBlue": "ca", "DixyNL": "nl", "Thanatos_ttv": "de", "vipersigns": "bh", "Saphros": "de", "jinrokhzenobi": "de", "P0werjuicer": "de", "DerPlebsident": "ie", "hchris3": "de", "Deathmask666GER": "de", "MTheOrdinaryGamer": "mx", "NoSuperman89": "de", "Ticknaldo": "de", "Namefaker89": "de", "nonprophet__": "us", "Nos4893": "de", "danny_90": "de", "shell_don_koopa": "de", "BotNoUser": "de", "everygamegam3r": "us", "trudenter": "ca", "multimangel": "de", "Heisenknut308": "de", "ShadowsTakeFall": "us", "StelioKonttos": "de", "StefanGose": "de", "DiaxosOfficial": "de", "JohannesKriechhammer": "at", "NotJohnMcDonald": "us", "JoachimTheKante": "de", "ElectricEagle1": "de", "Nayfal": "de", "AGrubica": "at", "nikmik0108": "at", "GussBradyGaming": "us", "Stormsn": "de", "DerJan_85": "de", "Raptor0155": "de", "BigLenko": "de", "Der__Mark__": "de", "AchSteff": "de", "Traviktox": "de", "olllo1000": "de", "Da_phiiil": "de", "sir_vilrin": "us", "TechnoHail": "in", "Paddylein": "de", "silberpappel87": "de", "Sonofsolaire": "gb-eng", "LuckwurstJoe": "de", "IxionXVII": "at", "Azrael_S90": "de", "rinhoo76": "nl", "Pyradante": "de", "DrKrabby": "ca", "sugarfalcon": "au", "DamnD1ngo": "de", "Toppi_TV": "de", "DonPascaletti": "de", "ABG_Armin": "at", "moshok": "de", "macii85": "ch", "X_Cite86": "de", "Teto": "de", "MajorDuke": "ch", "Zorthaz13": "ca", "MrrKessko": "de", "kalyrix": "de", "liluu_pan": "at", "HerrBoesch": "de", "lGiygasl": "de", "Traysir89": "de", "TooOld2BeGaming": "gb-eng", "Quaschynock": "de", "oldskoolotto": "de", "Burol": "de", "Inyu1": "de", "Spaceinvaderin": "de", "x_cloudius_x": "de", "StepsDerSteher": "at", "MesaMitch": "", "SmashleyMF": "us", "gandhiboy_": "de", "budzcee": "us", "Smiddster3": "us", "broke_artist_tv": "pr", "Jole_12": "hr", "dwr1986": "de", "ViperSpielt": "de", "Laffi_1HP": "de", "La_Bella_Rosa": "de", "babooza91": "de", "fanzocker": "de", "AnnaLavellan": "de", "Flash406": "de", "Paddy___W": "de", "eru_the_small": "at", "RoronoaZoro1990": "at", "Arcadeschokolade": "de", "TheDestinOfficial": "us", "Maw1337": "de", "RUC_Rious": "de", "HousemeisterHD": "de", "Oelsardine": "de", "r0bo0": "de", "CrazySkar86": "de", "janb209": "de", "RatzeFatz": "it", "Tsubasa_242": "de", "Cruckel": "us", "AndreTheKey": "de", "marsellluswalllace": "de", "Michael___TV": "de", "MrMoeZockt": "de", "Loeffler11": "de", "Littlebeast_81": "at", "Siegertyp83": "de", "DaveStateGaming_": "us", "whybe": "", "Jlpeazy": "us", "stephness36": "gb-sct", "saftinger": "de", "finalsilent": "de", "Rammstuhl": "at", "jansenMcCloud": "de", "II_Morrison_II": "de", "Dergl": "de", "HerrBlutgraf": "de", "Rubberducky500": "at", "MaMuhle": "de", "doctor8bit": "de", "JaDeKi": "de", "yoshibraut": "de", "jacomile": "de", "Willows_Wanders": "us", "Franzbroetchen86": "de", "seneida": "de", "mahn89": "de", "nemesis8bit": "at", "Falanyeldi": "at", "GrinzA_": "de", "mc_thomas3": "de", "badetuch86": "de", "xKrieger_desLichts": "de", "the_real_sutefan": "de", "doomed2mors": "de", "CyberScouter": "de", "mikeeeeee83": "de", "Kurthose01": "", "Chomper89": "de", "nottjott": "de", "chrischicken1992": "de", "DarkOrchid1986": "de", "griestopf_88": "de", "nels0n1": "de", "cheezy089": "de", "DarK_ComManD": "de", "Lorella_san": "de", "dante77232": "de", "artificial_jan": "de", "filnn": "", "Yogi_Tronimal": "de", "Patsche1312": "de", "pfluecksalami": "de", "Zombomann": "de", "ecopleX": "", "Musikmalin": "de", "1ndUbio": "de", "VuongDucAnh281107": "", "fluxxi1": "de", "tobigbf": "", "Rederr0r": "de", "der_kai01": "de", "Mo__95": "de", "Nezuruic": "de", "BOEMEF": "de", "eeneonee": "de", "snikkels727": "de", "Phirestorm": "ca", "bullrich88": "de", "kaizobrothers": "de", "LazySlothLady": "de", "jdhull37": "us"}} \ No newline at end of file diff --git a/data.json b/data.json index 98a2d84..1efae7a 100644 --- a/data.json +++ b/data.json @@ -1 +1 @@ -{"title": "SMW NINJI S7L4", "details": {"game": "SMW NINJI", "season": 7, "level": 4}, "meta": {"median": "33.30", "runners": 145, "submissions": 1107, "communityBest": {"total": "30.08", "p1": "14.40", "p2": "15.68"}, "deadline": ""}, "leaderboardCount": 145, "leaderboard": [{"division": "Champion", "divisionRank": 0, "overallRank": 1, "player": "SakayaLive", "part1": "14.42", "part2": "15.82", "totalTime": "30.24", "isOnline": false}, {"division": "Master", "divisionRank": 1, "overallRank": 2, "player": "Haipeee", "part1": "14.42", "part2": "15.88", "totalTime": "30.30", "isOnline": false}, {"division": "Master", "divisionRank": 2, "overallRank": 3, "player": "SMokiWuff", "part1": "14.62", "part2": "15.90", "totalTime": "30.52", "isOnline": false}, {"division": "Master", "divisionRank": 3, "overallRank": 4, "player": "HBRbotinator", "part1": "14.46", "part2": "16.08", "totalTime": "30.54", "isOnline": false}, {"division": "Master", "divisionRank": 4, "overallRank": 5, "player": "Fransen86", "part1": "14.50", "part2": "16.08", "totalTime": "30.58", "isOnline": false}, {"division": "Master", "divisionRank": 4, "overallRank": 5, "player": "RedPandaa_", "part1": "14.58", "part2": "16.00", "totalTime": "30.58", "isOnline": false}, {"division": "Diamond", "divisionRank": 1, "overallRank": 7, "player": "Ticknaldo", "part1": "14.76", "part2": "15.88", "totalTime": "30.64", "isOnline": false}, {"division": "Diamond", "divisionRank": 1, "overallRank": 7, "player": "newgasm", "part1": "14.62", "part2": "16.02", "totalTime": "30.64", "isOnline": false}, {"division": "Diamond", "divisionRank": 3, "overallRank": 9, "player": "Berndl_64", "part1": "14.62", "part2": "16.04", "totalTime": "30.66", "isOnline": false}, {"division": "Diamond", "divisionRank": 4, "overallRank": 10, "player": "iamtheratio", "part1": "14.68", "part2": "16.08", "totalTime": "30.76", "isOnline": false}, {"division": "Diamond", "divisionRank": 5, "overallRank": 11, "player": "Dennsen86", "part1": "14.64", "part2": "16.16", "totalTime": "30.80", "isOnline": false}, {"division": "Diamond", "divisionRank": 6, "overallRank": 12, "player": "NitroSplint", "part1": "14.58", "part2": "16.30", "totalTime": "30.88", "isOnline": false}, {"division": "Diamond", "divisionRank": 7, "overallRank": 13, "player": "Kapostel", "part1": "14.80", "part2": "16.14", "totalTime": "30.94", "isOnline": false}, {"division": "Diamond", "divisionRank": 7, "overallRank": 13, "player": "JLoops_", "part1": "14.68", "part2": "16.26", "totalTime": "30.94", "isOnline": false}, {"division": "Diamond", "divisionRank": 9, "overallRank": 15, "player": "Nathanmg", "part1": "15.02", "part2": "16.04", "totalTime": "31.06", "isOnline": false}, {"division": "Diamond", "divisionRank": 10, "overallRank": 16, "player": "Holiday_From_Real", "part1": "15.04", "part2": "16.04", "totalTime": "31.08", "isOnline": false}, {"division": "Diamond", "divisionRank": 11, "overallRank": 17, "player": "Yuri_Zahard", "part1": "14.80", "part2": "16.30", "totalTime": "31.10", "isOnline": false}, {"division": "Diamond", "divisionRank": 12, "overallRank": 18, "player": "Krisbyte", "part1": "14.96", "part2": "16.18", "totalTime": "31.14", "isOnline": false}, {"division": "Diamond", "divisionRank": 13, "overallRank": 19, "player": "MTheOrdinaryGamer", "part1": "14.76", "part2": "16.40", "totalTime": "31.16", "isOnline": false}, {"division": "Diamond", "divisionRank": 14, "overallRank": 20, "player": "SeiphSewell24", "part1": "15.02", "part2": "16.18", "totalTime": "31.20", "isOnline": false}, {"division": "Diamond", "divisionRank": 15, "overallRank": 21, "player": "RayaRoentgen", "part1": "15.08", "part2": "16.22", "totalTime": "31.30", "isOnline": false}, {"division": "Diamond", "divisionRank": 15, "overallRank": 21, "player": "vipersigns", "part1": "15.00", "part2": "16.30", "totalTime": "31.30", "isOnline": false}, {"division": "Diamond", "divisionRank": 15, "overallRank": 21, "player": "MSpeedruns", "part1": "14.96", "part2": "16.34", "totalTime": "31.30", "isOnline": false}, {"division": "Diamond", "divisionRank": 18, "overallRank": 24, "player": "jinrokhzenobi", "part1": "15.10", "part2": "16.34", "totalTime": "31.44", "isOnline": false}, {"division": "Diamond", "divisionRank": 18, "overallRank": 24, "player": "Sonofsolaire", "part1": "15.04", "part2": "16.40", "totalTime": "31.44", "isOnline": false}, {"division": "Diamond", "divisionRank": 20, "overallRank": 26, "player": "shell_don_koopa", "part1": "15.04", "part2": "16.42", "totalTime": "31.46", "isOnline": false}, {"division": "Diamond", "divisionRank": 21, "overallRank": 27, "player": "Flowty83", "part1": "15.04", "part2": "16.46", "totalTime": "31.50", "isOnline": false}, {"division": "Diamond", "divisionRank": 22, "overallRank": 28, "player": "LuckwurstJoe", "part1": "14.94", "part2": "16.58", "totalTime": "31.52", "isOnline": false}, {"division": "Diamond", "divisionRank": 23, "overallRank": 29, "player": "Pyradante", "part1": "15.06", "part2": "16.50", "totalTime": "31.56", "isOnline": false}, {"division": "Diamond", "divisionRank": 23, "overallRank": 29, "player": "Deathmask666GER", "part1": "15.12", "part2": "16.44", "totalTime": "31.56", "isOnline": false}, {"division": "Diamond", "divisionRank": 23, "overallRank": 29, "player": "nikmik0108", "part1": "15.10", "part2": "16.46", "totalTime": "31.56", "isOnline": false}, {"division": "Diamond", "divisionRank": 26, "overallRank": 32, "player": "DerPlebsident", "part1": "15.40", "part2": "16.18", "totalTime": "31.58", "isOnline": false}, {"division": "Diamond", "divisionRank": 27, "overallRank": 33, "player": "sugarfalcon", "part1": "14.98", "part2": "16.64", "totalTime": "31.62", "isOnline": false}, {"division": "Diamond", "divisionRank": 28, "overallRank": 34, "player": "everygamegam3r", "part1": "15.30", "part2": "16.36", "totalTime": "31.66", "isOnline": false}, {"division": "Platin", "divisionRank": 1, "overallRank": 35, "player": "GussBradyGaming", "part1": "15.16", "part2": "16.54", "totalTime": "31.70", "isOnline": false}, {"division": "Platin", "divisionRank": 2, "overallRank": 36, "player": "DixyNL", "part1": "15.28", "part2": "16.44", "totalTime": "31.72", "isOnline": false}, {"division": "Platin", "divisionRank": 2, "overallRank": 36, "player": "danny_90", "part1": "15.18", "part2": "16.54", "totalTime": "31.72", "isOnline": false}, {"division": "Platin", "divisionRank": 4, "overallRank": 38, "player": "Stormsn", "part1": "15.22", "part2": "16.58", "totalTime": "31.80", "isOnline": false}, {"division": "Platin", "divisionRank": 4, "overallRank": 38, "player": "ElectricEagle1", "part1": "15.40", "part2": "16.40", "totalTime": "31.80", "isOnline": false}, {"division": "Platin", "divisionRank": 6, "overallRank": 40, "player": "hchris3", "part1": "15.54", "part2": "16.30", "totalTime": "31.84", "isOnline": false}, {"division": "Platin", "divisionRank": 7, "overallRank": 41, "player": "nonprophet__", "part1": "15.64", "part2": "16.22", "totalTime": "31.86", "isOnline": false}, {"division": "Platin", "divisionRank": 8, "overallRank": 42, "player": "P0werjuicer", "part1": "15.50", "part2": "16.52", "totalTime": "32.02", "isOnline": false}, {"division": "Platin", "divisionRank": 9, "overallRank": 43, "player": "Nayfal", "part1": "15.66", "part2": "16.40", "totalTime": "32.06", "isOnline": false}, {"division": "Platin", "divisionRank": 10, "overallRank": 44, "player": "NoSuperman89", "part1": "15.44", "part2": "16.64", "totalTime": "32.08", "isOnline": false}, {"division": "Platin", "divisionRank": 11, "overallRank": 45, "player": "StelioKonttos", "part1": "15.36", "part2": "16.74", "totalTime": "32.10", "isOnline": false}, {"division": "Platin", "divisionRank": 12, "overallRank": 46, "player": "AchSteff", "part1": "15.38", "part2": "16.76", "totalTime": "32.14", "isOnline": false}, {"division": "Platin", "divisionRank": 13, "overallRank": 47, "player": "ABG_Armin", "part1": "15.62", "part2": "16.54", "totalTime": "32.16", "isOnline": false}, {"division": "Platin", "divisionRank": 14, "overallRank": 48, "player": "BotNoUser", "part1": "15.48", "part2": "16.72", "totalTime": "32.20", "isOnline": false}, {"division": "Platin", "divisionRank": 15, "overallRank": 49, "player": "sir_vilrin", "part1": "15.54", "part2": "16.74", "totalTime": "32.28", "isOnline": false}, {"division": "Platin", "divisionRank": 16, "overallRank": 50, "player": "IxionXVII", "part1": "15.46", "part2": "16.90", "totalTime": "32.36", "isOnline": false}, {"division": "Platin", "divisionRank": 16, "overallRank": 50, "player": "silberpappel87", "part1": "15.60", "part2": "16.76", "totalTime": "32.36", "isOnline": false}, {"division": "Platin", "divisionRank": 18, "overallRank": 52, "player": "StepsDerSteher", "part1": "15.84", "part2": "16.54", "totalTime": "32.38", "isOnline": false}, {"division": "Platin", "divisionRank": 19, "overallRank": 53, "player": "Namefaker89", "part1": "15.70", "part2": "16.70", "totalTime": "32.40", "isOnline": false}, {"division": "Platin", "divisionRank": 20, "overallRank": 54, "player": "NotJohnMcDonald", "part1": "15.82", "part2": "16.64", "totalTime": "32.46", "isOnline": false}, {"division": "Platin", "divisionRank": 21, "overallRank": 55, "player": "Heisenknut308", "part1": "16.02", "part2": "16.46", "totalTime": "32.48", "isOnline": false}, {"division": "Platin", "divisionRank": 22, "overallRank": 56, "player": "Raptor0155", "part1": "15.50", "part2": "17.04", "totalTime": "32.54", "isOnline": false}, {"division": "Platin", "divisionRank": 22, "overallRank": 56, "player": "olllo1000", "part1": "15.66", "part2": "16.88", "totalTime": "32.54", "isOnline": false}, {"division": "Platin", "divisionRank": 24, "overallRank": 58, "player": "DerJan_85", "part1": "15.74", "part2": "16.82", "totalTime": "32.56", "isOnline": false}, {"division": "Platin", "divisionRank": 24, "overallRank": 58, "player": "Jole_12", "part1": "15.72", "part2": "16.84", "totalTime": "32.56", "isOnline": false}, {"division": "Platin", "divisionRank": 26, "overallRank": 60, "player": "BigLenko", "part1": "15.36", "part2": "17.32", "totalTime": "32.68", "isOnline": false}, {"division": "Platin", "divisionRank": 27, "overallRank": 61, "player": "Laffi_1HP", "part1": "15.62", "part2": "17.08", "totalTime": "32.70", "isOnline": false}, {"division": "Platin", "divisionRank": 28, "overallRank": 62, "player": "lGiygasl", "part1": "15.76", "part2": "16.98", "totalTime": "32.74", "isOnline": false}, {"division": "Gold", "divisionRank": 1, "overallRank": 63, "player": "oldskoolotto", "part1": "15.86", "part2": "16.90", "totalTime": "32.76", "isOnline": false}, {"division": "Gold", "divisionRank": 2, "overallRank": 64, "player": "eru_the_small", "part1": "15.88", "part2": "17.04", "totalTime": "32.92", "isOnline": false}, {"division": "Gold", "divisionRank": 3, "overallRank": 65, "player": "HerrBoesch", "part1": "16.04", "part2": "16.90", "totalTime": "32.94", "isOnline": false}, {"division": "Gold", "divisionRank": 4, "overallRank": 66, "player": "TechnoHail", "part1": "15.48", "part2": "17.50", "totalTime": "32.98", "isOnline": false}, {"division": "Gold", "divisionRank": 5, "overallRank": 67, "player": "kalyrix", "part1": "16.06", "part2": "17.02", "totalTime": "33.08", "isOnline": false}, {"division": "Gold", "divisionRank": 6, "overallRank": 68, "player": "liluu_pan", "part1": "16.24", "part2": "16.88", "totalTime": "33.12", "isOnline": false}, {"division": "Gold", "divisionRank": 7, "overallRank": 69, "player": "Spaceinvaderin", "part1": "16.32", "part2": "16.84", "totalTime": "33.16", "isOnline": false}, {"division": "Gold", "divisionRank": 8, "overallRank": 70, "player": "JohannesKriechhammer", "part1": "16.10", "part2": "17.12", "totalTime": "33.22", "isOnline": false}, {"division": "Gold", "divisionRank": 9, "overallRank": 71, "player": "HousemeisterHD", "part1": "15.82", "part2": "17.42", "totalTime": "33.24", "isOnline": false}, {"division": "Gold", "divisionRank": 10, "overallRank": 72, "player": "Azrael_S90", "part1": "16.22", "part2": "17.06", "totalTime": "33.28", "isOnline": false}, {"division": "Gold", "divisionRank": 11, "overallRank": 73, "player": "CrazySkar86", "part1": "16.06", "part2": "17.24", "totalTime": "33.30", "isOnline": false}, {"division": "Gold", "divisionRank": 11, "overallRank": 73, "player": "moshok", "part1": "16.12", "part2": "17.18", "totalTime": "33.30", "isOnline": false}, {"division": "Gold", "divisionRank": 13, "overallRank": 75, "player": "macii85", "part1": "16.44", "part2": "16.90", "totalTime": "33.34", "isOnline": false}, {"division": "Gold", "divisionRank": 14, "overallRank": 76, "player": "MaxpowerBlue", "part1": "16.36", "part2": "17.00", "totalTime": "33.36", "isOnline": false}, {"division": "Gold", "divisionRank": 15, "overallRank": 77, "player": "MajorDuke", "part1": "16.00", "part2": "17.40", "totalTime": "33.40", "isOnline": false}, {"division": "Gold", "divisionRank": 16, "overallRank": 78, "player": "janb209", "part1": "16.02", "part2": "17.40", "totalTime": "33.42", "isOnline": false}, {"division": "Gold", "divisionRank": 17, "overallRank": 79, "player": "gandhiboy_", "part1": "15.78", "part2": "17.66", "totalTime": "33.44", "isOnline": false}, {"division": "Gold", "divisionRank": 18, "overallRank": 80, "player": "RatzeFatz", "part1": "15.86", "part2": "17.64", "totalTime": "33.50", "isOnline": false}, {"division": "Gold", "divisionRank": 18, "overallRank": 80, "player": "DonPascaletti", "part1": "16.24", "part2": "17.26", "totalTime": "33.50", "isOnline": false}, {"division": "Gold", "divisionRank": 20, "overallRank": 82, "player": "broke_artist_tv", "part1": "16.38", "part2": "17.28", "totalTime": "33.66", "isOnline": false}, {"division": "Gold", "divisionRank": 21, "overallRank": 83, "player": "Arcadeschokolade", "part1": "16.50", "part2": "17.22", "totalTime": "33.72", "isOnline": false}, {"division": "Gold", "divisionRank": 21, "overallRank": 83, "player": "Cruckel", "part1": "16.34", "part2": "17.38", "totalTime": "33.72", "isOnline": false}, {"division": "Gold", "divisionRank": 23, "overallRank": 85, "player": "fanzocker", "part1": "16.24", "part2": "17.50", "totalTime": "33.74", "isOnline": false}, {"division": "Gold", "divisionRank": 23, "overallRank": 85, "player": "Toppi_TV", "part1": "16.20", "part2": "17.54", "totalTime": "33.74", "isOnline": false}, {"division": "Gold", "divisionRank": 25, "overallRank": 87, "player": "babooza91", "part1": "15.90", "part2": "17.88", "totalTime": "33.78", "isOnline": false}, {"division": "Gold", "divisionRank": 26, "overallRank": 88, "player": "AndreTheKey", "part1": "15.90", "part2": "17.90", "totalTime": "33.80", "isOnline": false}, {"division": "Gold", "divisionRank": 27, "overallRank": 89, "player": "AGrubica", "part1": "16.30", "part2": "17.52", "totalTime": "33.82", "isOnline": false}, {"division": "Gold", "divisionRank": 28, "overallRank": 90, "player": "marsellluswalllace", "part1": "16.24", "part2": "17.62", "totalTime": "33.86", "isOnline": false}, {"division": "Gold", "divisionRank": 28, "overallRank": 90, "player": "rinhoo76", "part1": "16.16", "part2": "17.70", "totalTime": "33.86", "isOnline": false}, {"division": "Silver", "divisionRank": 1, "overallRank": 92, "player": "Michael___TV", "part1": "16.26", "part2": "17.64", "totalTime": "33.90", "isOnline": false}, {"division": "Silver", "divisionRank": 2, "overallRank": 93, "player": "MrMoeZockt", "part1": "16.46", "part2": "17.46", "totalTime": "33.92", "isOnline": false}, {"division": "Silver", "divisionRank": 3, "overallRank": 94, "player": "Loeffler11", "part1": "16.86", "part2": "17.12", "totalTime": "33.98", "isOnline": false}, {"division": "Silver", "divisionRank": 4, "overallRank": 95, "player": "Flash406", "part1": "16.04", "part2": "17.96", "totalTime": "34.00", "isOnline": false}, {"division": "Silver", "divisionRank": 5, "overallRank": 96, "player": "DaveStateGaming_", "part1": "16.26", "part2": "17.86", "totalTime": "34.12", "isOnline": false}, {"division": "Silver", "divisionRank": 6, "overallRank": 97, "player": "Tsubasa_242", "part1": "16.54", "part2": "17.70", "totalTime": "34.24", "isOnline": false}, {"division": "Silver", "divisionRank": 7, "overallRank": 98, "player": "Paddy___W", "part1": "16.72", "part2": "17.54", "totalTime": "34.26", "isOnline": false}, {"division": "Silver", "divisionRank": 8, "overallRank": 99, "player": "x_cloudius_x", "part1": "17.16", "part2": "17.16", "totalTime": "34.32", "isOnline": false}, {"division": "Silver", "divisionRank": 9, "overallRank": 100, "player": "Rubberducky500", "part1": "17.12", "part2": "17.62", "totalTime": "34.74", "isOnline": false}, {"division": "Silver", "divisionRank": 10, "overallRank": 101, "player": "Teto", "part1": "16.94", "part2": "17.84", "totalTime": "34.78", "isOnline": false}, {"division": "Silver", "divisionRank": 10, "overallRank": 101, "player": "Jlpeazy", "part1": "17.44", "part2": "17.34", "totalTime": "34.78", "isOnline": false}, {"division": "Silver", "divisionRank": 12, "overallRank": 103, "player": "finalsilent", "part1": "17.20", "part2": "17.64", "totalTime": "34.84", "isOnline": false}, {"division": "Silver", "divisionRank": 13, "overallRank": 104, "player": "JoachimTheKante", "part1": "16.46", "part2": "18.42", "totalTime": "34.88", "isOnline": false}, {"division": "Silver", "divisionRank": 14, "overallRank": 105, "player": "TooOld2BeGaming", "part1": "17.60", "part2": "17.42", "totalTime": "35.02", "isOnline": false}, {"division": "Silver", "divisionRank": 15, "overallRank": 106, "player": "JaDeKi", "part1": "16.70", "part2": "18.38", "totalTime": "35.08", "isOnline": false}, {"division": "Silver", "divisionRank": 15, "overallRank": 106, "player": "AnnaLavellan", "part1": "17.40", "part2": "17.68", "totalTime": "35.08", "isOnline": false}, {"division": "Silver", "divisionRank": 17, "overallRank": 108, "player": "jacomile", "part1": "17.32", "part2": "17.96", "totalTime": "35.28", "isOnline": false}, {"division": "Silver", "divisionRank": 18, "overallRank": 109, "player": "seneida", "part1": "16.68", "part2": "18.76", "totalTime": "35.44", "isOnline": false}, {"division": "Silver", "divisionRank": 19, "overallRank": 110, "player": "ViperSpielt", "part1": "16.98", "part2": "18.54", "totalTime": "35.52", "isOnline": false}, {"division": "Silver", "divisionRank": 20, "overallRank": 111, "player": "nemesis8bit", "part1": "17.38", "part2": "18.16", "totalTime": "35.54", "isOnline": false}, {"division": "Silver", "divisionRank": 21, "overallRank": 112, "player": "Franzbroetchen86", "part1": "17.50", "part2": "18.18", "totalTime": "35.68", "isOnline": false}, {"division": "Silver", "divisionRank": 22, "overallRank": 113, "player": "Falanyeldi", "part1": "17.70", "part2": "18.14", "totalTime": "35.84", "isOnline": false}, {"division": "Silver", "divisionRank": 22, "overallRank": 113, "player": "Dergl", "part1": "17.36", "part2": "18.48", "totalTime": "35.84", "isOnline": false}, {"division": "Silver", "divisionRank": 24, "overallRank": 115, "player": "MaMuhle", "part1": "17.12", "part2": "18.74", "totalTime": "35.86", "isOnline": false}, {"division": "Silver", "divisionRank": 25, "overallRank": 116, "player": "Oelsardine", "part1": "18.06", "part2": "18.00", "totalTime": "36.06", "isOnline": false}, {"division": "Silver", "divisionRank": 26, "overallRank": 117, "player": "Willows_Wanders", "part1": "18.26", "part2": "18.04", "totalTime": "36.30", "isOnline": false}, {"division": "Silver", "divisionRank": 27, "overallRank": 118, "player": "MrrKessko", "part1": "18.16", "part2": "18.16", "totalTime": "36.32", "isOnline": false}, {"division": "Bronze", "divisionRank": 1, "overallRank": 119, "player": "Littlebeast_81", "part1": "18.32", "part2": "18.12", "totalTime": "36.44", "isOnline": false}, {"division": "Bronze", "divisionRank": 2, "overallRank": 120, "player": "the_real_sutefan", "part1": "17.88", "part2": "18.76", "totalTime": "36.64", "isOnline": false}, {"division": "Bronze", "divisionRank": 3, "overallRank": 121, "player": "doomed2mors", "part1": "17.64", "part2": "19.02", "totalTime": "36.66", "isOnline": false}, {"division": "Bronze", "divisionRank": 3, "overallRank": 121, "player": "CyberScouter", "part1": "17.76", "part2": "18.90", "totalTime": "36.66", "isOnline": false}, {"division": "Bronze", "divisionRank": 5, "overallRank": 123, "player": "mikeeeeee83", "part1": "18.06", "part2": "18.72", "totalTime": "36.78", "isOnline": false}, {"division": "Bronze", "divisionRank": 6, "overallRank": 124, "player": "Chomper89", "part1": "18.14", "part2": "19.06", "totalTime": "37.20", "isOnline": false}, {"division": "Bronze", "divisionRank": 7, "overallRank": 125, "player": "jansenMcCloud", "part1": "18.24", "part2": "19.00", "totalTime": "37.24", "isOnline": false}, {"division": "Bronze", "divisionRank": 8, "overallRank": 126, "player": "stephness36", "part1": "19.08", "part2": "18.18", "totalTime": "37.26", "isOnline": false}, {"division": "Bronze", "divisionRank": 9, "overallRank": 127, "player": "chrischicken1992", "part1": "18.86", "part2": "18.54", "totalTime": "37.40", "isOnline": false}, {"division": "Bronze", "divisionRank": 10, "overallRank": 128, "player": "dwr1986", "part1": "18.86", "part2": "18.56", "totalTime": "37.42", "isOnline": false}, {"division": "Bronze", "divisionRank": 11, "overallRank": 129, "player": "II_Morrison_II", "part1": "18.14", "part2": "19.70", "totalTime": "37.84", "isOnline": false}, {"division": "Bronze", "divisionRank": 12, "overallRank": 130, "player": "nels0n1", "part1": "19.04", "part2": "19.04", "totalTime": "38.08", "isOnline": false}, {"division": "Bronze", "divisionRank": 13, "overallRank": 131, "player": "HerrBlutgraf", "part1": "19.52", "part2": "18.92", "totalTime": "38.44", "isOnline": false}, {"division": "Bronze", "divisionRank": 14, "overallRank": 132, "player": "DarkOrchid1986", "part1": "18.16", "part2": "20.34", "totalTime": "38.50", "isOnline": false}, {"division": "Bronze", "divisionRank": 15, "overallRank": 133, "player": "doctor8bit", "part1": "19.60", "part2": "18.98", "totalTime": "38.58", "isOnline": false}, {"division": "Bronze", "divisionRank": 16, "overallRank": 134, "player": "Inyu1", "part1": "18.66", "part2": "20.18", "totalTime": "38.84", "isOnline": false}, {"division": "Bronze", "divisionRank": 17, "overallRank": 135, "player": "cheezy089", "part1": "19.84", "part2": "19.36", "totalTime": "39.20", "isOnline": false}, {"division": "Bronze", "divisionRank": 18, "overallRank": 136, "player": "badetuch86", "part1": "18.86", "part2": "20.44", "totalTime": "39.30", "isOnline": false}, {"division": "Bronze", "divisionRank": 19, "overallRank": 137, "player": "TheDestinOfficial", "part1": "19.00", "part2": "20.56", "totalTime": "39.56", "isOnline": false}, {"division": "Bronze", "divisionRank": 20, "overallRank": 138, "player": "dante77232", "part1": "21.34", "part2": "19.50", "totalTime": "40.84", "isOnline": false}, {"division": "Bronze", "divisionRank": 21, "overallRank": 139, "player": "filnn", "part1": "21.64", "part2": "20.14", "totalTime": "41.78", "isOnline": false}, {"division": "Bronze", "divisionRank": 22, "overallRank": 140, "player": "Yogi_Tronimal", "part1": "21.36", "part2": "21.34", "totalTime": "42.70", "isOnline": false}, {"division": "Bronze", "divisionRank": 23, "overallRank": 141, "player": "Patsche1312", "part1": "22.88", "part2": "20.84", "totalTime": "43.72", "isOnline": false}, {"division": "Bronze", "divisionRank": 24, "overallRank": 142, "player": "mc_thomas3", "part1": "21.56", "part2": "24.70", "totalTime": "46.26", "isOnline": false}, {"division": "Bronze", "divisionRank": 25, "overallRank": 143, "player": "griestopf_88", "part1": "27.88", "part2": "25.28", "totalTime": "53.16", "isOnline": false}, {"division": "Bronze", "divisionRank": 26, "overallRank": 144, "player": "1ndUbio", "part1": "31.28", "part2": "23.54", "totalTime": "54.82", "isOnline": false}, {"division": "Bronze", "divisionRank": 27, "overallRank": 145, "player": "Musikmalin", "part1": "31.60", "part2": "26.16", "totalTime": "57.76", "isOnline": false}]} \ No newline at end of file +{"title": "SMW NINJI S7L4", "details": {"game": "SMW NINJI", "season": 7, "level": 4}, "meta": {"median": "31.94", "runners": 206, "submissions": 2278, "communityBest": {"total": "29.24", "p1": "14.16", "p2": "15.08"}, "deadline": "08/14/2026 19:00:00"}, "leaderboardCount": 206, "leaderboard": [{"division": "Champion", "divisionRank": 0, "overallRank": 1, "player": "SakayaLive", "flag": "https://flagcdn.com/80x60/at.png", "part1": "14.30", "part2": "15.16", "totalTime": "29.46", "grindState": "", "isOnline": false}, {"division": "Master", "divisionRank": 1, "overallRank": 2, "player": "Haipeee", "flag": "https://flagcdn.com/80x60/us.png", "part1": "14.26", "part2": "15.24", "totalTime": "29.50", "grindState": "", "isOnline": false}, {"division": "Master", "divisionRank": 1, "overallRank": 2, "player": "Chambo_", "flag": "https://flagcdn.com/80x60/ca.png", "part1": "14.22", "part2": "15.28", "totalTime": "29.50", "grindState": "https://i.ibb.co/bjh4pyrN/twitch-removebg-preview.png", "isOnline": false}, {"division": "Master", "divisionRank": 3, "overallRank": 4, "player": "RedPandaa_", "flag": "https://flagcdn.com/80x60/ie.png", "part1": "14.30", "part2": "15.32", "totalTime": "29.62", "grindState": "https://i.ibb.co/bjh4pyrN/twitch-removebg-preview.png", "isOnline": false}, {"division": "Master", "divisionRank": 4, "overallRank": 5, "player": "HBRbotinator", "flag": "https://flagcdn.com/80x60/se.png", "part1": "14.46", "part2": "15.24", "totalTime": "29.70", "grindState": "https://i.ibb.co/bjh4pyrN/twitch-removebg-preview.png", "isOnline": false}, {"division": "Master", "divisionRank": 4, "overallRank": 5, "player": "Dennsen86", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.34", "part2": "15.36", "totalTime": "29.70", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 1, "overallRank": 7, "player": "Nathanmg", "flag": "https://flagcdn.com/80x60/gb-eng.png", "part1": "14.48", "part2": "15.26", "totalTime": "29.74", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 2, "overallRank": 8, "player": "Kapostel", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.54", "part2": "15.22", "totalTime": "29.76", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 2, "overallRank": 8, "player": "SMokiWuff", "flag": "https://flagcdn.com/80x60/us.png", "part1": "14.52", "part2": "15.24", "totalTime": "29.76", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 4, "overallRank": 10, "player": "newgasm", "flag": "https://flagcdn.com/80x60/us.png", "part1": "14.42", "part2": "15.38", "totalTime": "29.80", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 4, "overallRank": 10, "player": "NitroSplint", "flag": "https://flagcdn.com/80x60/in.png", "part1": "14.48", "part2": "15.32", "totalTime": "29.80", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 6, "overallRank": 12, "player": "Berndl_64", "flag": "https://flagcdn.com/80x60/at.png", "part1": "14.46", "part2": "15.36", "totalTime": "29.82", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Diamond", "divisionRank": 7, "overallRank": 13, "player": "RayaRoentgen", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.50", "part2": "15.42", "totalTime": "29.92", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 8, "overallRank": 14, "player": "Fransen86", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.40", "part2": "15.62", "totalTime": "30.02", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 8, "overallRank": 14, "player": "JLoops_", "flag": "https://flagcdn.com/80x60/nl.png", "part1": "14.58", "part2": "15.44", "totalTime": "30.02", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 10, "overallRank": 16, "player": "iamtheratio", "flag": "https://flagcdn.com/80x60/us.png", "part1": "14.62", "part2": "15.44", "totalTime": "30.06", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 10, "overallRank": 16, "player": "Holiday_From_Real", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.72", "part2": "15.34", "totalTime": "30.06", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 12, "overallRank": 18, "player": "MTheOrdinaryGamer", "flag": "https://flagcdn.com/80x60/mx.png", "part1": "14.50", "part2": "15.62", "totalTime": "30.12", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 13, "overallRank": 19, "player": "DixyNL", "flag": "https://flagcdn.com/80x60/nl.png", "part1": "14.64", "part2": "15.50", "totalTime": "30.14", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 14, "overallRank": 20, "player": "Yuri_Zahard", "flag": "https://flagcdn.com/80x60/ch.png", "part1": "14.70", "part2": "15.46", "totalTime": "30.16", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 14, "overallRank": 20, "player": "P0werjuicer", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.72", "part2": "15.44", "totalTime": "30.16", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 14, "overallRank": 20, "player": "SeiphSewell24", "flag": "https://flagcdn.com/80x60/us.png", "part1": "14.72", "part2": "15.44", "totalTime": "30.16", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 17, "overallRank": 23, "player": "MSpeedruns", "flag": "https://flagcdn.com/80x60/us.png", "part1": "14.76", "part2": "15.42", "totalTime": "30.18", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 18, "overallRank": 24, "player": "Flowty83", "flag": "https://flagcdn.com/80x60/ch.png", "part1": "14.72", "part2": "15.48", "totalTime": "30.20", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 19, "overallRank": 25, "player": "Nezuruic", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.80", "part2": "15.46", "totalTime": "30.26", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 20, "overallRank": 26, "player": "NoSuperman89", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.66", "part2": "15.62", "totalTime": "30.28", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 21, "overallRank": 27, "player": "plagrizr", "flag": "https://flagcdn.com/80x60/us.png", "part1": "14.70", "part2": "15.60", "totalTime": "30.30", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 22, "overallRank": 28, "player": "Krisbyte", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.72", "part2": "15.62", "totalTime": "30.34", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 23, "overallRank": 29, "player": "MaxpowerBlue", "flag": "https://flagcdn.com/80x60/ca.png", "part1": "14.78", "part2": "15.62", "totalTime": "30.40", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 23, "overallRank": 29, "player": "danny_90", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.78", "part2": "15.62", "totalTime": "30.40", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 25, "overallRank": 31, "player": "DerPlebsident", "flag": "https://flagcdn.com/80x60/ie.png", "part1": "14.88", "part2": "15.54", "totalTime": "30.42", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 25, "overallRank": 31, "player": "Deathmask666GER", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.86", "part2": "15.56", "totalTime": "30.42", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 25, "overallRank": 31, "player": "nonprophet__", "flag": "https://flagcdn.com/80x60/us.png", "part1": "14.96", "part2": "15.46", "totalTime": "30.42", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 28, "overallRank": 34, "player": "Thanatos_ttv", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.84", "part2": "15.64", "totalTime": "30.48", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 28, "overallRank": 34, "player": "vipersigns", "flag": "https://flagcdn.com/80x60/bh.png", "part1": "14.88", "part2": "15.60", "totalTime": "30.48", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 28, "overallRank": 34, "player": "Saphros", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.80", "part2": "15.68", "totalTime": "30.48", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 31, "overallRank": 37, "player": "jinrokhzenobi", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.88", "part2": "15.62", "totalTime": "30.50", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 32, "overallRank": 38, "player": "hchris3", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.90", "part2": "15.64", "totalTime": "30.54", "grindState": "https://i.ibb.co/bjh4pyrN/twitch-removebg-preview.png", "isOnline": false}, {"division": "Diamond", "divisionRank": 33, "overallRank": 39, "player": "Ticknaldo", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.76", "part2": "15.88", "totalTime": "30.64", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 33, "overallRank": 39, "player": "Namefaker89", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.02", "part2": "15.62", "totalTime": "30.64", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 35, "overallRank": 41, "player": "Nos4893", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.76", "part2": "15.92", "totalTime": "30.68", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 36, "overallRank": 42, "player": "everygamegam3r", "flag": "https://flagcdn.com/80x60/us.png", "part1": "14.96", "part2": "15.74", "totalTime": "30.70", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 37, "overallRank": 43, "player": "LuckwurstJoe", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.92", "part2": "15.80", "totalTime": "30.72", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 38, "overallRank": 44, "player": "shell_don_koopa", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.00", "part2": "15.78", "totalTime": "30.78", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 39, "overallRank": 45, "player": "BotNoUser", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.10", "part2": "15.70", "totalTime": "30.80", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 40, "overallRank": 46, "player": "trudenter", "flag": "https://flagcdn.com/80x60/ca.png", "part1": "15.02", "part2": "15.80", "totalTime": "30.82", "grindState": "", "isOnline": false}, {"division": "Diamond", "divisionRank": 40, "overallRank": 46, "player": "nikmik0108", "flag": "https://flagcdn.com/80x60/at.png", "part1": "14.94", "part2": "15.88", "totalTime": "30.82", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 1, "overallRank": 48, "player": "multimangel", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.94", "part2": "15.92", "totalTime": "30.86", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 2, "overallRank": 49, "player": "Heisenknut308", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.06", "part2": "15.86", "totalTime": "30.92", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 3, "overallRank": 50, "player": "ShadowsTakeFall", "flag": "https://flagcdn.com/80x60/us.png", "part1": "15.02", "part2": "15.92", "totalTime": "30.94", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 3, "overallRank": 50, "player": "ElectricEagle1", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.16", "part2": "15.78", "totalTime": "30.94", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Platin", "divisionRank": 5, "overallRank": 52, "player": "StelioKonttos", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.22", "part2": "15.74", "totalTime": "30.96", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 5, "overallRank": 52, "player": "ABG_Armin", "flag": "https://flagcdn.com/80x60/at.png", "part1": "15.00", "part2": "15.96", "totalTime": "30.96", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 7, "overallRank": 54, "player": "StefanGose", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.14", "part2": "15.84", "totalTime": "30.98", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 8, "overallRank": 55, "player": "DiaxosOfficial", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.18", "part2": "15.84", "totalTime": "31.02", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 9, "overallRank": 56, "player": "IxionXVII", "flag": "https://flagcdn.com/80x60/at.png", "part1": "15.00", "part2": "16.04", "totalTime": "31.04", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 9, "overallRank": 56, "player": "TechnoHail", "flag": "https://flagcdn.com/80x60/in.png", "part1": "15.14", "part2": "15.90", "totalTime": "31.04", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Platin", "divisionRank": 11, "overallRank": 58, "player": "eeneonee", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.14", "part2": "15.92", "totalTime": "31.06", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 12, "overallRank": 59, "player": "JohannesKriechhammer", "flag": "https://flagcdn.com/80x60/at.png", "part1": "15.26", "part2": "15.82", "totalTime": "31.08", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 12, "overallRank": 59, "player": "DerJan_85", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.08", "part2": "16.00", "totalTime": "31.08", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 14, "overallRank": 61, "player": "NotJohnMcDonald", "flag": "https://flagcdn.com/80x60/us.png", "part1": "15.28", "part2": "15.82", "totalTime": "31.10", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 14, "overallRank": 61, "player": "Rederr0r", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.22", "part2": "15.88", "totalTime": "31.10", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 16, "overallRank": 63, "player": "JoachimTheKante", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.06", "part2": "16.06", "totalTime": "31.12", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 16, "overallRank": 63, "player": "Nayfal", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.28", "part2": "15.84", "totalTime": "31.12", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 16, "overallRank": 63, "player": "AGrubica", "flag": "https://flagcdn.com/80x60/at.png", "part1": "15.22", "part2": "15.90", "totalTime": "31.12", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 19, "overallRank": 66, "player": "GussBradyGaming", "flag": "https://flagcdn.com/80x60/us.png", "part1": "15.16", "part2": "15.98", "totalTime": "31.14", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 19, "overallRank": 66, "player": "r0bo0", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.06", "part2": "16.08", "totalTime": "31.14", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 19, "overallRank": 66, "player": "silberpappel87", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.14", "part2": "16.00", "totalTime": "31.14", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 22, "overallRank": 69, "player": "Stormsn", "flag": "https://flagcdn.com/80x60/de.png", "part1": "14.96", "part2": "16.24", "totalTime": "31.20", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 23, "overallRank": 70, "player": "Raptor0155", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.10", "part2": "16.12", "totalTime": "31.22", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 23, "overallRank": 70, "player": "BigLenko", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.22", "part2": "16.00", "totalTime": "31.22", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 23, "overallRank": 70, "player": "Der__Mark__", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.28", "part2": "15.94", "totalTime": "31.22", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 26, "overallRank": 73, "player": "AchSteff", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.26", "part2": "16.00", "totalTime": "31.26", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 27, "overallRank": 74, "player": "Traviktox", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.38", "part2": "15.90", "totalTime": "31.28", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 28, "overallRank": 75, "player": "olllo1000", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.38", "part2": "16.00", "totalTime": "31.38", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 28, "overallRank": 75, "player": "Toppi_TV", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.50", "part2": "15.88", "totalTime": "31.38", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 30, "overallRank": 77, "player": "Da_phiiil", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.56", "part2": "15.86", "totalTime": "31.42", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 30, "overallRank": 77, "player": "sir_vilrin", "flag": "https://flagcdn.com/80x60/us.png", "part1": "15.40", "part2": "16.02", "totalTime": "31.42", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 30, "overallRank": 77, "player": "Paddylein", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.40", "part2": "16.02", "totalTime": "31.42", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 33, "overallRank": 80, "player": "Sonofsolaire", "flag": "https://flagcdn.com/80x60/gb-eng.png", "part1": "15.04", "part2": "16.40", "totalTime": "31.44", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 33, "overallRank": 80, "player": "Azrael_S90", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.50", "part2": "15.94", "totalTime": "31.44", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 35, "overallRank": 82, "player": "rinhoo76", "flag": "https://flagcdn.com/80x60/nl.png", "part1": "15.52", "part2": "15.94", "totalTime": "31.46", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Platin", "divisionRank": 36, "overallRank": 83, "player": "DonPascaletti", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.48", "part2": "16.02", "totalTime": "31.50", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 37, "overallRank": 84, "player": "TooOld2BeGaming", "flag": "https://flagcdn.com/80x60/gb-eng.png", "part1": "15.50", "part2": "16.04", "totalTime": "31.54", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 38, "overallRank": 85, "player": "Pyradante", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.06", "part2": "16.50", "totalTime": "31.56", "grindState": "", "isOnline": false}, {"division": "Platin", "divisionRank": 38, "overallRank": 85, "player": "DrKrabby", "flag": "https://flagcdn.com/80x60/ca.png", "part1": "15.64", "part2": "15.92", "totalTime": "31.56", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 1, "overallRank": 87, "player": "sugarfalcon", "flag": "https://flagcdn.com/80x60/au.png", "part1": "14.98", "part2": "16.64", "totalTime": "31.62", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 1, "overallRank": 87, "player": "DamnD1ngo", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.66", "part2": "15.96", "totalTime": "31.62", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 3, "overallRank": 89, "player": "broke_artist_tv", "flag": "https://flagcdn.com/80x60/pr.png", "part1": "15.28", "part2": "16.40", "totalTime": "31.68", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Gold", "divisionRank": 4, "overallRank": 90, "player": "Zorthaz13", "flag": "https://flagcdn.com/80x60/ca.png", "part1": "15.72", "part2": "15.98", "totalTime": "31.70", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 5, "overallRank": 91, "player": "kaizobrothers", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.74", "part2": "15.98", "totalTime": "31.72", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Gold", "divisionRank": 6, "overallRank": 92, "player": "moshok", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.66", "part2": "16.10", "totalTime": "31.76", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 6, "overallRank": 92, "player": "macii85", "flag": "https://flagcdn.com/80x60/ch.png", "part1": "15.52", "part2": "16.24", "totalTime": "31.76", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 6, "overallRank": 92, "player": "X_Cite86", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.42", "part2": "16.34", "totalTime": "31.76", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 9, "overallRank": 95, "player": "Teto", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.64", "part2": "16.14", "totalTime": "31.78", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 10, "overallRank": 96, "player": "MajorDuke", "flag": "https://flagcdn.com/80x60/ch.png", "part1": "15.70", "part2": "16.10", "totalTime": "31.80", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 10, "overallRank": 96, "player": "MrrKessko", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.64", "part2": "16.16", "totalTime": "31.80", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 12, "overallRank": 98, "player": "kalyrix", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.40", "part2": "16.42", "totalTime": "31.82", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 12, "overallRank": 98, "player": "Spaceinvaderin", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.80", "part2": "16.02", "totalTime": "31.82", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 14, "overallRank": 100, "player": "liluu_pan", "flag": "https://flagcdn.com/80x60/at.png", "part1": "15.84", "part2": "16.02", "totalTime": "31.86", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 15, "overallRank": 101, "player": "HerrBoesch", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.70", "part2": "16.22", "totalTime": "31.92", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 16, "overallRank": 102, "player": "lGiygasl", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.74", "part2": "16.20", "totalTime": "31.94", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 16, "overallRank": 102, "player": "BOEMEF", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.52", "part2": "16.42", "totalTime": "31.94", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 16, "overallRank": 102, "player": "jdhull37", "flag": "https://flagcdn.com/80x60/us.png", "part1": "15.56", "part2": "16.38", "totalTime": "31.94", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Gold", "divisionRank": 19, "overallRank": 105, "player": "Traysir89", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.46", "part2": "16.52", "totalTime": "31.98", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 20, "overallRank": 106, "player": "Quaschynock", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.10", "part2": "15.98", "totalTime": "32.08", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 21, "overallRank": 107, "player": "oldskoolotto", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.64", "part2": "16.46", "totalTime": "32.10", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 21, "overallRank": 107, "player": "gandhiboy_", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.62", "part2": "16.48", "totalTime": "32.10", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 23, "overallRank": 109, "player": "Loeffler11", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.00", "part2": "16.12", "totalTime": "32.12", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 24, "overallRank": 110, "player": "Burol", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.08", "part2": "16.06", "totalTime": "32.14", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 25, "overallRank": 111, "player": "Inyu1", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.72", "part2": "16.48", "totalTime": "32.20", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 26, "overallRank": 112, "player": "MaMuhle", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.88", "part2": "16.36", "totalTime": "32.24", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Gold", "divisionRank": 27, "overallRank": 113, "player": "x_cloudius_x", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.18", "part2": "16.08", "totalTime": "32.26", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 28, "overallRank": 114, "player": "StepsDerSteher", "flag": "https://flagcdn.com/80x60/at.png", "part1": "15.84", "part2": "16.54", "totalTime": "32.38", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 29, "overallRank": 115, "player": "MesaMitch", "flag": "https://flagcdn.com/80x60/.png", "part1": "15.62", "part2": "16.78", "totalTime": "32.40", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 29, "overallRank": 115, "player": "SmashleyMF", "flag": "https://flagcdn.com/80x60/us.png", "part1": "16.18", "part2": "16.22", "totalTime": "32.40", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 29, "overallRank": 115, "player": "Siegertyp83", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.16", "part2": "16.24", "totalTime": "32.40", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 32, "overallRank": 118, "player": "budzcee", "flag": "https://flagcdn.com/80x60/us.png", "part1": "16.36", "part2": "16.10", "totalTime": "32.46", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 33, "overallRank": 119, "player": "Smiddster3", "flag": "https://flagcdn.com/80x60/us.png", "part1": "16.16", "part2": "16.32", "totalTime": "32.48", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 33, "overallRank": 119, "player": "RUC_Rious", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.16", "part2": "16.32", "totalTime": "32.48", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 33, "overallRank": 119, "player": "snikkels727", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.44", "part2": "16.04", "totalTime": "32.48", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 36, "overallRank": 122, "player": "Jole_12", "flag": "https://flagcdn.com/80x60/hr.png", "part1": "15.72", "part2": "16.84", "totalTime": "32.56", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 37, "overallRank": 123, "player": "dwr1986", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.04", "part2": "16.58", "totalTime": "32.62", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 38, "overallRank": 124, "player": "ViperSpielt", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.96", "part2": "16.70", "totalTime": "32.66", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 39, "overallRank": 125, "player": "Laffi_1HP", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.62", "part2": "17.08", "totalTime": "32.70", "grindState": "", "isOnline": false}, {"division": "Gold", "divisionRank": 39, "overallRank": 125, "player": "La_Bella_Rosa", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.44", "part2": "16.26", "totalTime": "32.70", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 1, "overallRank": 127, "player": "babooza91", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.62", "part2": "17.10", "totalTime": "32.72", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 1, "overallRank": 127, "player": "fanzocker", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.08", "part2": "16.64", "totalTime": "32.72", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 3, "overallRank": 129, "player": "AnnaLavellan", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.46", "part2": "16.32", "totalTime": "32.78", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 4, "overallRank": 130, "player": "Flash406", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.84", "part2": "17.02", "totalTime": "32.86", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 5, "overallRank": 131, "player": "Paddy___W", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.52", "part2": "16.38", "totalTime": "32.90", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 6, "overallRank": 132, "player": "eru_the_small", "flag": "https://flagcdn.com/80x60/at.png", "part1": "15.88", "part2": "17.04", "totalTime": "32.92", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 7, "overallRank": 133, "player": "RoronoaZoro1990", "flag": "https://flagcdn.com/80x60/at.png", "part1": "16.40", "part2": "16.54", "totalTime": "32.94", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 8, "overallRank": 134, "player": "Arcadeschokolade", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.84", "part2": "17.14", "totalTime": "32.98", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 8, "overallRank": 134, "player": "TheDestinOfficial", "flag": "https://flagcdn.com/80x60/us.png", "part1": "16.60", "part2": "16.38", "totalTime": "32.98", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 10, "overallRank": 136, "player": "Maw1337", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.30", "part2": "16.74", "totalTime": "33.04", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 11, "overallRank": 137, "player": "Jlpeazy", "flag": "https://flagcdn.com/80x60/us.png", "part1": "16.90", "part2": "16.16", "totalTime": "33.06", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 12, "overallRank": 138, "player": "HousemeisterHD", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.82", "part2": "17.42", "totalTime": "33.24", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 12, "overallRank": 138, "player": "Oelsardine", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.76", "part2": "16.48", "totalTime": "33.24", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 14, "overallRank": 140, "player": "CrazySkar86", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.06", "part2": "17.24", "totalTime": "33.30", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 15, "overallRank": 141, "player": "janb209", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.02", "part2": "17.40", "totalTime": "33.42", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 16, "overallRank": 142, "player": "RatzeFatz", "flag": "https://flagcdn.com/80x60/it.png", "part1": "15.86", "part2": "17.64", "totalTime": "33.50", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 16, "overallRank": 142, "player": "mc_thomas3", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.20", "part2": "17.30", "totalTime": "33.50", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 16, "overallRank": 142, "player": "Falanyeldi", "flag": "https://flagcdn.com/80x60/at.png", "part1": "16.28", "part2": "17.22", "totalTime": "33.50", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 19, "overallRank": 145, "player": "Mo__95", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.80", "part2": "16.82", "totalTime": "33.62", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 20, "overallRank": 146, "player": "Tsubasa_242", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.88", "part2": "16.76", "totalTime": "33.64", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 21, "overallRank": 147, "player": "Cruckel", "flag": "https://flagcdn.com/80x60/us.png", "part1": "16.34", "part2": "17.38", "totalTime": "33.72", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 22, "overallRank": 148, "player": "AndreTheKey", "flag": "https://flagcdn.com/80x60/de.png", "part1": "15.90", "part2": "17.90", "totalTime": "33.80", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 23, "overallRank": 149, "player": "marsellluswalllace", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.24", "part2": "17.62", "totalTime": "33.86", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 23, "overallRank": 149, "player": "DarK_ComManD", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.34", "part2": "16.52", "totalTime": "33.86", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Silver", "divisionRank": 25, "overallRank": 151, "player": "Michael___TV", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.26", "part2": "17.64", "totalTime": "33.90", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 26, "overallRank": 152, "player": "MrMoeZockt", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.46", "part2": "17.46", "totalTime": "33.92", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 27, "overallRank": 153, "player": "Littlebeast_81", "flag": "https://flagcdn.com/80x60/at.png", "part1": "17.08", "part2": "16.94", "totalTime": "34.02", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 28, "overallRank": 154, "player": "der_kai01", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.74", "part2": "17.34", "totalTime": "34.08", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 29, "overallRank": 155, "player": "DaveStateGaming_", "flag": "https://flagcdn.com/80x60/us.png", "part1": "16.26", "part2": "17.86", "totalTime": "34.12", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 30, "overallRank": 156, "player": "Dergl", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.54", "part2": "16.64", "totalTime": "34.18", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 31, "overallRank": 157, "player": "whybe", "flag": "https://flagcdn.com/80x60/.png", "part1": "16.74", "part2": "17.56", "totalTime": "34.30", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 32, "overallRank": 158, "player": "Phirestorm", "flag": "https://flagcdn.com/80x60/ca.png", "part1": "17.30", "part2": "17.06", "totalTime": "34.36", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Silver", "divisionRank": 33, "overallRank": 159, "player": "stephness36", "flag": "https://flagcdn.com/80x60/gb-sct.png", "part1": "17.50", "part2": "16.94", "totalTime": "34.44", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 34, "overallRank": 160, "player": "saftinger", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.76", "part2": "17.70", "totalTime": "34.46", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 34, "overallRank": 160, "player": "finalsilent", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.92", "part2": "17.54", "totalTime": "34.46", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 36, "overallRank": 162, "player": "Rammstuhl", "flag": "https://flagcdn.com/80x60/at.png", "part1": "17.12", "part2": "17.44", "totalTime": "34.56", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 36, "overallRank": 162, "player": "jansenMcCloud", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.20", "part2": "17.36", "totalTime": "34.56", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 38, "overallRank": 164, "player": "II_Morrison_II", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.92", "part2": "17.68", "totalTime": "34.60", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 39, "overallRank": 165, "player": "HerrBlutgraf", "flag": "https://flagcdn.com/80x60/de.png", "part1": "18.10", "part2": "16.60", "totalTime": "34.70", "grindState": "", "isOnline": false}, {"division": "Silver", "divisionRank": 40, "overallRank": 166, "player": "Rubberducky500", "flag": "https://flagcdn.com/80x60/at.png", "part1": "17.12", "part2": "17.62", "totalTime": "34.74", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 1, "overallRank": 167, "player": "doctor8bit", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.26", "part2": "17.60", "totalTime": "34.86", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 2, "overallRank": 168, "player": "JaDeKi", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.70", "part2": "18.38", "totalTime": "35.08", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 3, "overallRank": 169, "player": "chrischicken1992", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.50", "part2": "17.68", "totalTime": "35.18", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Bronze", "divisionRank": 4, "overallRank": 170, "player": "yoshibraut", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.26", "part2": "18.00", "totalTime": "35.26", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 5, "overallRank": 171, "player": "jacomile", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.32", "part2": "17.96", "totalTime": "35.28", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 6, "overallRank": 172, "player": "Willows_Wanders", "flag": "https://flagcdn.com/80x60/us.png", "part1": "17.84", "part2": "17.52", "totalTime": "35.36", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 7, "overallRank": 173, "player": "Franzbroetchen86", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.28", "part2": "18.10", "totalTime": "35.38", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 8, "overallRank": 174, "player": "seneida", "flag": "https://flagcdn.com/80x60/de.png", "part1": "16.68", "part2": "18.76", "totalTime": "35.44", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 9, "overallRank": 175, "player": "mahn89", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.78", "part2": "17.72", "totalTime": "35.50", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 10, "overallRank": 176, "player": "nemesis8bit", "flag": "https://flagcdn.com/80x60/at.png", "part1": "17.38", "part2": "18.16", "totalTime": "35.54", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 11, "overallRank": 177, "player": "fluxxi1", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.66", "part2": "17.94", "totalTime": "35.60", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 12, "overallRank": 178, "player": "VuongDucAnh281107", "flag": "https://flagcdn.com/80x60/.png", "part1": "17.34", "part2": "18.30", "totalTime": "35.64", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 13, "overallRank": 179, "player": "tobigbf", "flag": "https://flagcdn.com/80x60/.png", "part1": "18.18", "part2": "17.70", "totalTime": "35.88", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 13, "overallRank": 179, "player": "bullrich88", "flag": "https://flagcdn.com/80x60/de.png", "part1": "18.92", "part2": "16.96", "totalTime": "35.88", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 15, "overallRank": 181, "player": "GrinzA_", "flag": "https://flagcdn.com/80x60/de.png", "part1": "18.68", "part2": "17.22", "totalTime": "35.90", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 15, "overallRank": 181, "player": "Lorella_san", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.80", "part2": "18.10", "totalTime": "35.90", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 17, "overallRank": 183, "player": "the_real_sutefan", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.36", "part2": "18.64", "totalTime": "36.00", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 18, "overallRank": 184, "player": "griestopf_88", "flag": "https://flagcdn.com/80x60/de.png", "part1": "18.32", "part2": "17.74", "totalTime": "36.06", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Bronze", "divisionRank": 19, "overallRank": 185, "player": "badetuch86", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.66", "part2": "18.80", "totalTime": "36.46", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 20, "overallRank": 186, "player": "xKrieger_desLichts", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.72", "part2": "18.84", "totalTime": "36.56", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 21, "overallRank": 187, "player": "doomed2mors", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.64", "part2": "19.02", "totalTime": "36.66", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 21, "overallRank": 187, "player": "CyberScouter", "flag": "https://flagcdn.com/80x60/de.png", "part1": "17.76", "part2": "18.90", "totalTime": "36.66", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 23, "overallRank": 189, "player": "mikeeeeee83", "flag": "https://flagcdn.com/80x60/de.png", "part1": "18.06", "part2": "18.72", "totalTime": "36.78", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 24, "overallRank": 190, "player": "Kurthose01", "flag": "https://flagcdn.com/80x60/.png", "part1": "18.96", "part2": "17.98", "totalTime": "36.94", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 25, "overallRank": 191, "player": "Chomper89", "flag": "https://flagcdn.com/80x60/de.png", "part1": "18.14", "part2": "19.06", "totalTime": "37.20", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 26, "overallRank": 192, "player": "nottjott", "flag": "https://flagcdn.com/80x60/de.png", "part1": "18.30", "part2": "19.04", "totalTime": "37.34", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 27, "overallRank": 193, "player": "DarkOrchid1986", "flag": "https://flagcdn.com/80x60/de.png", "part1": "18.98", "part2": "18.42", "totalTime": "37.40", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 28, "overallRank": 194, "player": "nels0n1", "flag": "https://flagcdn.com/80x60/de.png", "part1": "19.04", "part2": "19.04", "totalTime": "38.08", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 29, "overallRank": null, "player": "cheezy089", "flag": "https://flagcdn.com/80x60/de.png", "part1": "19.84", "part2": "19.36", "totalTime": "39.20", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 30, "overallRank": null, "player": "LazySlothLady", "flag": "https://flagcdn.com/80x60/de.png", "part1": "20.96", "part2": "18.30", "totalTime": "39.26", "grindState": "https://i.ibb.co/mzVnwcP/Mario.png", "isOnline": false}, {"division": "Bronze", "divisionRank": 31, "overallRank": null, "player": "pfluecksalami", "flag": "https://flagcdn.com/80x60/de.png", "part1": "20.68", "part2": "18.66", "totalTime": "39.34", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 32, "overallRank": null, "player": "dante77232", "flag": "https://flagcdn.com/80x60/de.png", "part1": "21.34", "part2": "19.50", "totalTime": "40.84", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 33, "overallRank": null, "player": "artificial_jan", "flag": "https://flagcdn.com/80x60/de.png", "part1": "20.92", "part2": "20.40", "totalTime": "41.32", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 34, "overallRank": null, "player": "filnn", "flag": "https://flagcdn.com/80x60/.png", "part1": "21.64", "part2": "20.14", "totalTime": "41.78", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 35, "overallRank": null, "player": "Yogi_Tronimal", "flag": "https://flagcdn.com/80x60/de.png", "part1": "21.36", "part2": "21.34", "totalTime": "42.70", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 36, "overallRank": null, "player": "Patsche1312", "flag": "https://flagcdn.com/80x60/de.png", "part1": "22.88", "part2": "20.84", "totalTime": "43.72", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 37, "overallRank": null, "player": "Zombomann", "flag": "https://flagcdn.com/80x60/de.png", "part1": "27.40", "part2": "21.54", "totalTime": "48.94", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 38, "overallRank": null, "player": "ecopleX", "flag": "https://flagcdn.com/80x60/.png", "part1": "24.92", "part2": "24.98", "totalTime": "49.90", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 39, "overallRank": null, "player": "Musikmalin", "flag": "https://flagcdn.com/80x60/de.png", "part1": "28.44", "part2": "23.38", "totalTime": "51.82", "grindState": "", "isOnline": false}, {"division": "Bronze", "divisionRank": 40, "overallRank": null, "player": "1ndUbio", "flag": "https://flagcdn.com/80x60/de.png", "part1": "31.28", "part2": "23.54", "totalTime": "54.82", "grindState": "", "isOnline": false}]} \ No newline at end of file diff --git a/dl_country.py b/dl_country.py new file mode 100644 index 0000000..428edf6 --- /dev/null +++ b/dl_country.py @@ -0,0 +1,72 @@ +import csv +import re +import urllib.request +import json +import os +import time + +SPREADSHEET_ID = "1bsO07WG6ymV4UzHZyB0ayrKCn2zv67SpFaeE4Zmghcc" +GID = "0" +CSV_URL = f"https://docs.google.com/spreadsheets/d/{SPREADSHEET_ID}/gviz/tq?tqx=out:csv&gid={GID}" + +def parse_csv_data(reader): + result_data = {} + users = {} + + # 1. Zeile auslesen (für die Deadline in Zelle A1) + # next() holt das nächste (hier: das erste) Element aus dem Reader + first_row = next(reader, None) + if first_row and len(first_row) > 0: + result_data['deadline'] = first_row[0].strip() + + # 2. Den restlichen Reader durchlaufen (ab Zeile 2) + for row in reader: + # Prüfen, ob die Zeile mindestens 5 Spalten hat (wegen Spalte E) + # und ob Spalte A (Index 0) nicht leer ist + if len(row) >= 5 and row[0].strip(): + users[row[0].strip()] = row[4].strip() + + result_data['users'] = users + return result_data + + + +def update_data(): + try: + req = urllib.request.Request(CSV_URL, headers={"User-Agent": "Mozilla/5.0"}) + response = urllib.request.urlopen(req) + lines = [line.decode("utf-8") for line in response.readlines()] + + reader = csv.reader(lines) + parsed_data = parse_csv_data(reader) + with open("countries.json", "w") as f: + f.write(json.dumps(parsed_data)) + return parsed_data + + except Exception as e: + return {"success": False, "error": str(e)} + + +def read_data(): + file_path = "countries.json" + max_age_seconds = 60 * 60 # eine Stunde Cache-Dauer + + # Prüfen, ob die Datei existiert und wie alt sie ist + if os.path.exists(file_path): + # Mtime = Letzte Änderungszeit der Datei in Sekunden seit Epoch + file_age = time.time() - os.path.getmtime(file_path) + + if file_age > max_age_seconds: + update_data() + else: + # Falls die Datei noch gar nicht existiert, direkt initial Daten holen + update_data() + + # Nach dem potenziellen Update die Datei einlesen + with open(file_path, "r", encoding="utf-8") as f: + return json.load(f) + + +if __name__ == "__main__": + # bindet an 0.0.0.0, damit es im gesamten Netzwerk erreichbar ist + read_data() diff --git a/dl_csv.py b/dl_csv.py index be878ad..b5d44f4 100644 --- a/dl_csv.py +++ b/dl_csv.py @@ -4,6 +4,8 @@ import urllib.request import json import os import time +import dl_country +import dl_twitchstate SPREADSHEET_ID = "1bsO07WG6ymV4UzHZyB0ayrKCn2zv67SpFaeE4Zmghcc" GID = "1669168528" @@ -57,14 +59,30 @@ def parse_csv_data(reader): # Zeile 2 (Index 1): Meta Info aus Spalte B (Index 1) meta_b2 = rows[1][1] if len(rows[1]) > 1 else "" - deadline = rows[1][8] if len(rows[1]) > 8 else "" # Falls Deadline in Spalte I steht - +# deadline = rows[1][8] if len(rows[1]) > 8 else "" # Falls Deadline in Spalte I steht +# with open("countries.json", "r") as ctries: +# countries = json.load(ctries) + countries = dl_country.read_data() + twitch_state = dl_twitchstate.read_data() + deadline = countries["deadline"] # Ab Zeile 4 (Index 3): Spieler-Leaderboard leaderboard = [] for row in rows[3:]: # Nur wenn ein Spielername in Spalte F (Index 5) existiert if len(row) > 5 and row[5].strip(): player_name = row[5].strip() + try: + country = countries["users"][player_name] + except Exception as e: + print(str(e)) + country = "" + + try: + grind_state = twitch_state[player_name] + except Exception as e: + #print(str(e)) + grind_state = "" + division = row[0].strip() if len(row) > 0 else "" match division: case "C": @@ -96,9 +114,11 @@ def parse_csv_data(reader): "divisionRank": int(rank_div) if rank_div.isdigit() else 0, "overallRank": int(rank_overall_clean) if rank_overall_clean.isdigit() else None, "player": player_name, + "flag": f"https://flagcdn.com/80x60/{country}.png", "part1": part1, "part2": part2, "totalTime": total_time, + "grindState" : grind_state, "isOnline": online_str in ["on", "online", "true", "1", "ja"], }) diff --git a/dl_twitchstate.py b/dl_twitchstate.py new file mode 100644 index 0000000..01da44a --- /dev/null +++ b/dl_twitchstate.py @@ -0,0 +1,71 @@ +import csv +import re +import urllib.request +import json +import os +import time + +SPREADSHEET_ID = "1ESSYHbhnAfJ4PMPKxlg43g4B2stShhIKhpE4eYZuW9E" +GID = "862418922" +CSV_URL = f"https://docs.google.com/spreadsheets/d/{SPREADSHEET_ID}/gviz/tq?tqx=out:csv&gid={GID}" + +def parse_csv_data(reader): + users = {} + + # 1. Zeile auslesen (für die Deadline in Zelle A1) + # next() holt das nächste (hier: das erste) Element aus dem Reader + first_row = next(reader, None) + + # 2. Den restlichen Reader durchlaufen (ab Zeile 2) + for row in reader: + # Prüfen, ob die Zeile mindestens 5 Spalten hat (wegen Spalte E) + # und ob Spalte A (Index 0) nicht leer ist + if len(row) >= 12 and row[8].strip(): + if row[9].strip() == "TRUE": + users[row[8].strip()] = "https://i.ibb.co/mzVnwcP/Mario.png" + if row[10].strip() == "TRUE": + users[row[8].strip()] = "https://i.ibb.co/bjh4pyrN/twitch-removebg-preview.png" + + return users + + + +def update_data(): + try: + req = urllib.request.Request(CSV_URL, headers={"User-Agent": "Mozilla/5.0"}) + response = urllib.request.urlopen(req) + lines = [line.decode("utf-8") for line in response.readlines()] + + reader = csv.reader(lines) + parsed_data = parse_csv_data(reader) + with open("twitch_state.json", "w") as f: + f.write(json.dumps(parsed_data)) + return parsed_data + + except Exception as e: + return {"success": False, "error": str(e)} + + +def read_data(): + file_path = "twitch_state.json" + max_age_seconds = 60 * 5 # fünf Minuten Cache-Dauer + + # Prüfen, ob die Datei existiert und wie alt sie ist + if os.path.exists(file_path): + # Mtime = Letzte Änderungszeit der Datei in Sekunden seit Epoch + file_age = time.time() - os.path.getmtime(file_path) + + if file_age > max_age_seconds: + update_data() + else: + # Falls die Datei noch gar nicht existiert, direkt initial Daten holen + update_data() + + # Nach dem potenziellen Update die Datei einlesen + with open(file_path, "r", encoding="utf-8") as f: + return json.load(f) + + +if __name__ == "__main__": + # bindet an 0.0.0.0, damit es im gesamten Netzwerk erreichbar ist + read_data() diff --git a/html/index.html b/html/index.html index 168b102..64021b9 100644 --- a/html/index.html +++ b/html/index.html @@ -1,276 +1,262 @@ - - - - - - Ninji Leaderboard Ticker - - - - -
-
-
- - - - + + + + + + Ninji Ticker Link-Generator + + + + +
+

Ninji Ticker Link-Generator

+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+
+
+ + + + \ No newline at end of file diff --git a/html/index_alt.html b/html/index_alt.html new file mode 100644 index 0000000..168b102 --- /dev/null +++ b/html/index_alt.html @@ -0,0 +1,276 @@ + + + + + + Ninji Leaderboard Ticker + + + + +
+
+
+ + + + diff --git a/html/ninjiclassic.html b/html/ninjiclassic.html new file mode 100644 index 0000000..c85eddf --- /dev/null +++ b/html/ninjiclassic.html @@ -0,0 +1,360 @@ + + + + + + Ninji Leaderboard Ticker + + + + +
+
+ +
+
+
+ +
+
+ + + + diff --git a/html/ninjioverlay.html b/html/ninjioverlay.html index e335c32..7efeeed 100644 --- a/html/ninjioverlay.html +++ b/html/ninjioverlay.html @@ -197,6 +197,8 @@ const bgColor = urlParams.get('bg'); // Liest z. B. ?bg=ff0000 oder ?bg=000000 + const divisionEveryCard = urlParams.get('showdivision'); // Liest z. B. ?bg=ff0000 oder ?bg=000000 + if (bgColor) { // Fügt bei Bedarf ein '#' hinzu, falls der Hex-Code ohne übergeben wurde const formattedColor = bgColor.startsWith('#') ? bgColor : `#${bgColor}`; @@ -214,12 +216,30 @@ function createCardHTML(item) { const isTopRank = item.overallRank === 1 ? 'rank-1' : ''; - - // Prüfen, ob der Spieler kaizobrothers ist (Case-Insensitive) const isUser = item.player && item.player.toLowerCase() === currentUser; const highlightClass = isUser ? 'highlight' : ''; + if (divisionEveryCard) { + // 1. Division aus dem Spieler-Objekt 'item' holen und kleinschreiben + const divName = (item.division || 'master').toLowerCase(); + const imgPath = `img/${divName}.png`; + + return ` +
+ ${item.division} + #${item.divisionRank ?? '-'} + ${item.player} +
+ | + P1: ${item.part1} / P2: ${item.part2} + | + ${item.totalTime}s +
+
+ `; + } + return `
#${item.divisionRank ?? '-'} @@ -233,7 +253,6 @@
`; } - function createDivisionCardHTML(divisionName) { const divName = (divisionName || 'master').toLowerCase(); const imgPath = `img/${divName}.png`; @@ -242,7 +261,7 @@
${divisionName}
- DIVISION + ${divisionName}
diff --git a/twitch_state.json b/twitch_state.json new file mode 100644 index 0000000..aa62c2d --- /dev/null +++ b/twitch_state.json @@ -0,0 +1 @@ +{"Berndl_64": "https://i.ibb.co/mzVnwcP/Mario.png", "broke_artist_tv": "https://i.ibb.co/mzVnwcP/Mario.png", "Chambo_": "https://i.ibb.co/bjh4pyrN/twitch-removebg-preview.png", "chrischicken1992": "https://i.ibb.co/mzVnwcP/Mario.png", "ElectricEagle1": "https://i.ibb.co/mzVnwcP/Mario.png", "griestopf_88": "https://i.ibb.co/mzVnwcP/Mario.png", "HBRbotinator": "https://i.ibb.co/bjh4pyrN/twitch-removebg-preview.png", "hchris3": "https://i.ibb.co/bjh4pyrN/twitch-removebg-preview.png", "jdhull37": "https://i.ibb.co/mzVnwcP/Mario.png", "kaizobrothers": "https://i.ibb.co/mzVnwcP/Mario.png", "lorella_san": "https://i.ibb.co/mzVnwcP/Mario.png", "MaMuhle": "https://i.ibb.co/mzVnwcP/Mario.png", "RedPandaa_": "https://i.ibb.co/bjh4pyrN/twitch-removebg-preview.png", "rinhoo76": "https://i.ibb.co/mzVnwcP/Mario.png", "TechnoHail": "https://i.ibb.co/mzVnwcP/Mario.png", "DarK_ComManD": "https://i.ibb.co/mzVnwcP/Mario.png", "Phirestorm": "https://i.ibb.co/mzVnwcP/Mario.png", "LazySlothLady": "https://i.ibb.co/mzVnwcP/Mario.png"} \ No newline at end of file