-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults4.json
2229 lines (2229 loc) · 70.2 KB
/
results4.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
"Tom Clancy's Rainbow Six: Siege",
[
[
{
"userId": "53412089",
"userName": "Rufuz_tv",
"title": "🔥GIVEAWAY / GRAFICHE NUOVE🔥 ❗PUNTI FAMA E CIONDOLO GRATIS ❗command ❗azarus ❗domanda ❗audio ❗prime ❗instagram",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_rufuz_tv-{width}x{height}.jpg",
"viewer_count": 18
}
]
],
"Rogue Company",
[
[],
[
{
"userId": "148669304",
"userName": "TWOOFF",
"title": "💀Drops Enabled | Rollin To The Top | Code giveaways",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_twooff-{width}x{height}.jpg",
"viewer_count": 531
}
],
[
{
"userId": "159181205",
"userName": "LiveDoRick",
"title": "🔥 !DROPS 🔑 - CONSIGA SUA KEY AQUI - RERUN 🔥 !SORTEIO TODOS OS DIAS - !LOJA 🛒 RESGATE PRÊMIOS - !cupom !prime",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_livedorick-{width}x{height}.jpg",
"viewer_count": 126
}
],
[
{
"userId": "61560224",
"userName": "z1unknown",
"title": "✅!DROPS ENABLED✅",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_z1unknown-{width}x{height}.jpg",
"viewer_count": 186
}
],
[
{
"userId": "55912774",
"userName": "GameWithGray",
"title": "HAPPY FRIDAY FRIENDS",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_gamewithgray-{width}x{height}.jpg",
"viewer_count": 70
}
],
[
{
"userId": "68196033",
"userName": "Klaxton",
"title": "✅ !DROPS ENABLED ✅ // BEST DROPS IN TOWN! // Discord !Twitter !YT !creatorcode",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_klaxton-{width}x{height}.jpg",
"viewer_count": 94
}
],
[
{
"userId": "32463601",
"userName": "Brenin",
"title": "EN VIVO 🔥 !DROPS - 🔑 KEYS GRATIS 🔥 UNANSE A LA COMUNIDAD !DISCORD",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_brenin-{width}x{height}.jpg",
"viewer_count": 99
}
],
[
{
"userId": "497911935",
"userName": "ArchiBoy_",
"title": "✅[DROPS ON] Получить игру бесплатно можно тут напиши - !drops ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_archiboy_-{width}x{height}.jpg",
"viewer_count": 58
}
],
[
{
"userId": "37388525",
"userName": "hiShorty",
"title": "🔥 !DROPS Enabled, Baby Face returns... 👶 // !RoCoPatch !discord",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_hishorty-{width}x{height}.jpg",
"viewer_count": 62
}
],
[
{
"userId": "62044794",
"userName": "Viral",
"title": "[DROPS ENABLED] I HAVE RETURNED - !sub !d2d !socials !discord !SR",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_viral-{width}x{height}.jpg",
"viewer_count": 58
}
],
[
{
"userId": "136771701",
"userName": "taylan",
"title": "[✅DROPS HABILITADOS🔑] !DROP !JOGOS -- Eu serei seu héroi hehe ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_taylan-{width}x{height}.jpg",
"viewer_count": 34
}
],
[
{
"userId": "35468275",
"userName": "BixLe",
"title": "!drops enabled Rogue Company once again! :D , gaming the game with gaming prowess. !team I guess",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_bixle-{width}x{height}.jpg",
"viewer_count": 17
}
],
[
{
"userId": "546755411",
"userName": "XellaGG",
"title": "GLHF !Drops",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_xellagg-{width}x{height}.jpg",
"viewer_count": 16
}
]
],
"World of Warships",
[
[
{
"userId": "182565961",
"userName": "WorldofWarships",
"title": "[EN] NA Summer Event Community Time with Karmat1ka and Hapa_Fodder ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_worldofwarships-{width}x{height}.jpg",
"viewer_count": 1734
}
],
[
{
"userId": "160533914",
"userName": "StatsBloke",
"title": "[CC] Wouldn't It Be Nice | !drops !streamgifts !crackajoke",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_statsbloke-{width}x{height}.jpg",
"viewer_count": 602
}
],
[],
[
{
"userId": "162093602",
"userName": "Sone_mg",
"title": "[NA/CC] Setting Things on FUEGOOOOOO || Drops Enabled || !coffee !stince !merch !x13 !stackup",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_sone_mg-{width}x{height}.jpg",
"viewer_count": 206
}
],
[
{
"userId": "191863209",
"userName": "Wallsterix",
"title": "[CC] 🔥 Summer Sale - Drops On 🔥 !sneak !ticket !fire !hype",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_wallsterix-{width}x{height}.jpg",
"viewer_count": 90
}
],
[],
[],
[
{
"userId": "68438766",
"userName": "iChaseGaming",
"title": "Wrap Up Fridays | Have Qs? Come Ask",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_ichasegaming-{width}x{height}.jpg",
"viewer_count": 151
}
],
[
{
"userId": "80934441",
"userName": "OverLordBou",
"title": "[CC/QQ7] Fuso Friday!! Sprint Ranked! !Drops !GiveAway !discord !twitter !GG ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_overlordbou-{width}x{height}.jpg",
"viewer_count": 72
}
],
[],
[
{
"userId": "406733927",
"userName": "KidneyCowboy",
"title": "[CC][NA] Ranked Sprint this time! Here we go! !battle !merch #blametag",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_kidneycowboy-{width}x{height}.jpg",
"viewer_count": 55
}
],
[
{
"userId": "121172580",
"userName": "HarleyQuinnTVFR",
"title": "[FR]PC]En Route Pour Les 1000 Follow, Une Journée En Enfer, Venez discuter et joue (1000Follow ?)",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_harleyquinntvfr-{width}x{height}.jpg",
"viewer_count": 32
}
],
[],
[
{
"userId": "211021620",
"userName": "doc_scylla",
"title": "WoWs Y (O, U) DCS desde Aragón. Con corrección ortográfica incluida. Y gratis",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_doc_scylla-{width}x{height}.jpg",
"viewer_count": 36
}
],
[],
[
{
"userId": "91016950",
"userName": "Retired8404",
"title": "⭐Veteran⭐WHISKEY TANGO FOXTROT",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_retired8404-{width}x{height}.jpg",
"viewer_count": 32
}
],
[],
[
{
"userId": "95198700",
"userName": "GameProdigy",
"title": "[NA/CC] Randos (dog cam)(giveaways)",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_gameprodigy-{width}x{height}.jpg",
"viewer_count": 41
}
],
[
{
"userId": "92191253",
"userName": "Die_Rohrzange",
"title": "[ENUF/_] Der Late-NightOssi is back...lets go [GER] #ossiderherzen Nr.149 #Twitchdrops # FSK18",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_die_rohrzange-{width}x{height}.jpg",
"viewer_count": 119
}
],
[],
[
{
"userId": "32176158",
"userName": "Ahskance",
"title": "[TNG] Flight Instructor - Play by Play Commentary",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_ahskance-{width}x{height}.jpg",
"viewer_count": 23
}
],
[
{
"userId": "90382127",
"userName": "thenoticer15",
"title": "[O7] Quitting Fortnite because epic games added carriers lol",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_thenoticer15-{width}x{height}.jpg",
"viewer_count": 27
}
],
[
{
"userId": "487278889",
"userName": "DiceTea",
"title": "Wows / TTT /Main CV /Twitch Drops on / [Ger] Ranked Sprint EMOTES arrived!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_dicetea-{width}x{height}.jpg",
"viewer_count": 36
}
],
[
{
"userId": "163538972",
"userName": "NiT_K",
"title": "火力こそ正義",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_nit_k-{width}x{height}.jpg",
"viewer_count": 41
}
],
[
{
"userId": "59845925",
"userName": "grease_monkey_01",
"title": "NA Friday . it's G sinking Time ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_grease_monkey_01-{width}x{height}.jpg",
"viewer_count": 21
}
],
[],
[
{
"userId": "116284266",
"userName": "EasyFragDK",
"title": "[EU] [ENG] Ranked Out so only some Random Battles (Drops enabled)",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_easyfragdk-{width}x{height}.jpg",
"viewer_count": 13
}
],
[
{
"userId": "198834550",
"userName": "MrModo",
"title": "[NA/CC] 95% Salt Free, Friday Shippy Ships. Last day to submit suggestions for the ship giveaway for my bday.",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_mrmodo-{width}x{height}.jpg",
"viewer_count": 24
}
],
[
{
"userId": "417102383",
"userName": "あんじぇ",
"title": "WoWs Asia",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_angeprototype-{width}x{height}.jpg",
"viewer_count": 11
}
],
[
{
"userId": "144184457",
"userName": "서울스트리밍스테이션",
"title": "[비공식] 오늘은 왠종일 게임을 해보겠습니다.",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_sss_itv-{width}x{height}.jpg",
"viewer_count": 22
}
],
[],
[
{
"userId": "121286393",
"userName": "bilbro_shaggins",
"title": "[NA][Twitch Drops] Ranking!!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_bilbro_shaggins-{width}x{height}.jpg",
"viewer_count": 7
}
],
[],
[
{
"userId": "187328406",
"userName": "JulianHeafy",
"title": "[ESP] [NA] Kriegsmarine container for the win",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_julianheafy-{width}x{height}.jpg",
"viewer_count": 10
}
],
[],
[
{
"userId": "173170331",
"userName": "piupiu_kitty",
"title": "World of warkitty",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_piupiu_kitty-{width}x{height}.jpg",
"viewer_count": 11
}
],
[
{
"userId": "462522576",
"userName": "LeFrancuz_",
"title": "НОЧНЫЕ ПОКАТУШКИ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_lefrancuz_-{width}x{height}.jpg",
"viewer_count": 21
}
],
[
{
"userId": "83030132",
"userName": "shen_geocruiser",
"title": "[FR][SHEN] Stream du vendredi tard",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_shen_geocruiser-{width}x{height}.jpg",
"viewer_count": 4
}
],
[
{
"userId": "62422178",
"userName": "Ferrat86",
"title": "🔥 Schiffchen zur beruhigung 🔥 | Später WoW? | !discord !ferret ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_ferrat86-{width}x{height}.jpg",
"viewer_count": 10
}
],
[
{
"userId": "484587804",
"userName": "SirWyrd",
"title": "[NA/ENG] [106/250 Followers] FriYay!!! Time for ships and fun! Come hang out and relax!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_sirwyrd-{width}x{height}.jpg",
"viewer_count": 15
}
],
[
{
"userId": "121321946",
"userName": "爆走狂魔",
"title": "[NoNo]ASIA-大叔深夜海猴日常,任務過起來!!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_nono7418-{width}x{height}.jpg",
"viewer_count": 7
}
],
[],
[
{
"userId": "63063333",
"userName": "survival_impact",
"title": "(ENG EU PC 25/50 Subs) The Never Ending Grinding Story + Twitch Drops",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_survival_impact-{width}x{height}.jpg",
"viewer_count": 9
}
],
[
{
"userId": "92917267",
"userName": "Datura_Inoxia",
"title": "[GR/EN] Playing World of Warships since Alpha Tester. Feel free to join, request ships, commander set up or div up!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_datura_inoxia-{width}x{height}.jpg",
"viewer_count": 3
}
],
[
{
"userId": "439229146",
"userName": "maxwell_van_smart",
"title": "Auf zur See mit flyingharm und Gimli..... #Activate sound for Drops! #songrequest is activated! ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_maxwell_van_smart-{width}x{height}.jpg",
"viewer_count": 7
}
],
[],
[
{
"userId": "36605905",
"userName": "SdRogerio",
"title": "GTA 5 RP bora brinca #ROXX",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_sdrogerio-{width}x{height}.jpg",
"viewer_count": 2
}
],
[],
[
{
"userId": "476910156",
"userName": "lord_stormrider",
"title": "Capitão no deque! Drop da twitch! Iniciantes avisem antes de criar conta! navio lendario e conta premium temporaria!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_lord_stormrider-{width}x{height}.jpg",
"viewer_count": 5
}
],
[],
[],
[],
[
{
"userId": "433173178",
"userName": "zex8541kcasia",
"title": "World of Warships ::: жду всех зрителей кто играет от wargaming.net",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_zex8541kcasia-{width}x{height}.jpg",
"viewer_count": 3
}
],
[
{
"userId": "188346661",
"userName": "DragoD1389",
"title": "Rank-Stufe 14 in Sicht + neue Schiffe :)",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_dragod1389-{width}x{height}.jpg",
"viewer_count": 2
}
],
[
{
"userId": "151411262",
"userName": "Abaddonmenet911",
"title": "Wet Ships",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_abaddonmenet911-{width}x{height}.jpg",
"viewer_count": 5
}
],
[
{
"userId": "70815624",
"userName": "EzBreezy750",
"title": "World of Warships - Happy Friday Everyone ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_ezbreezy750-{width}x{height}.jpg",
"viewer_count": 3
}
],
[],
[
{
"userId": "22665928",
"userName": "FCNone",
"title": "Boots and Doots",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_fcnone-{width}x{height}.jpg",
"viewer_count": 5
}
],
[],
[],
[
{
"userId": "149071905",
"userName": "MADEbyFRITZ",
"title": "Wir dampfen über die Meere | WOWS | Drops | GER",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_madebyfritz-{width}x{height}.jpg",
"viewer_count": 3
}
],
[
{
"userId": "82041621",
"userName": "TommyboyPDX",
"title": "(NA)Time for the SHIPS and things!!!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_tommyboypdx-{width}x{height}.jpg",
"viewer_count": 3
}
],
[
{
"userId": "118210135",
"userName": "TheBeardedLord",
"title": "Help I'm hooked again... || Drops Enabled",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_thebeardedlord-{width}x{height}.jpg",
"viewer_count": 2
}
],
[
{
"userId": "182449796",
"userName": "Bismark762",
"title": "World of war ships [PT/BR] Drops On \nCola ai na live!Bora pra rankeada. ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_bismark762-{width}x{height}.jpg",
"viewer_count": 5
}
],
[],
[],
[
{
"userId": "167747089",
"userName": "alyce_wonderlandgaming",
"title": "Friday chill and build. #Satisfactory",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_alyce_wonderlandgaming-{width}x{height}.jpg",
"viewer_count": 3
}
],
[
{
"userId": "38843566",
"userName": "DokterBeefcake",
"title": "Sprinting through toxicity!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_dokterbeefcake-{width}x{height}.jpg",
"viewer_count": 3
}
],
[
{
"userId": "126558150",
"userName": "CaalicoJack",
"title": "Hoy vamos a alta mar!!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_caalicojack-{width}x{height}.jpg",
"viewer_count": 3
}
],
[],
[],
[],
[],
[
{
"userId": "543190124",
"userName": "Vinkkey",
"title": "World of Warships- les torpilles ça me connaît",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_vinkkey-{width}x{height}.jpg",
"viewer_count": 1
}
],
[
{
"userId": "59079895",
"userName": "Dalirio10",
"title": "[PT/BR][Twitch Drops]Porquinho nos mares! Fazendo missão Tokens de Verão!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_dalirio10-{width}x{height}.jpg",
"viewer_count": 2
}
],
[
{
"userId": "182672282",
"userName": "rebirth1012",
"title": "pewpew for wife",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_rebirth1012-{width}x{height}.jpg",
"viewer_count": 2
}
],
[
{
"userId": "517544882",
"userName": "CommanderJohannessen",
"title": "Test strømming, morgen kaffe/prat og world of warships! Velkommen :D",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_commanderjohannessen-{width}x{height}.jpg",
"viewer_count": 1
}
],
[],
[],
[
{
"userId": "97353596",
"userName": "SarroGaming",
"title": "Ranked Sprint - World of Warships",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_sarrogaming-{width}x{height}.jpg",
"viewer_count": 2
}
],
[
{
"userId": "88326212",
"userName": "Tetra_OwO",
"title": "[22/25 Subs] Bismarck and FDG #TransPride [18+]",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_tetra_owo-{width}x{height}.jpg",
"viewer_count": 3
}
],
[],
[
{
"userId": "107480519",
"userName": "SUNTZU_Mistrzu",
"title": "SUNTZU clan is recruiting on !discord Total War: Arena rerun | SUNTZU's 10th anniversary megamarathon - Journey through last 10 years",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_suntzu_mistrzu-{width}x{height}.jpg",
"viewer_count": 1
}
],
[],
[
{
"userId": "175610583",
"userName": "Camoredstone105",
"title": "[NA] Drops Enabled Chilling just grinding some ships",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_camoredstone105-{width}x{height}.jpg",
"viewer_count": 6
}
],
[
{
"userId": "102978097",
"userName": "TT4nn3baum",
"title": "[GER] || TT4nn3baum ON || New !commands (Für Follower) ||",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_tt4nn3baum-{width}x{height}.jpg",
"viewer_count": 2
}
],
[
{
"userId": "529697081",
"userName": "TresSombrass",
"title": "[Es] Rumbo a plata, Ahora a por los 100 seguidores Y otro especial de 12H",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_tressombrass-{width}x{height}.jpg",
"viewer_count": 2
}
],
[],
[
{
"userId": "12144128",
"userName": "dirt813",
"title": "dirt813My bad Rank sprint was too easy I finished it already. ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_dirt813-{width}x{height}.jpg",
"viewer_count": 11
}
],
[],
[
{
"userId": "84717232",
"userName": "NorthmanTV",
"title": "Bissschen Shpen",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_northmantv-{width}x{height}.jpg",
"viewer_count": 1
}
],
[
{
"userId": "91176629",
"userName": "enzalk",
"title": "[+18] au calme !popup ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_enzalk-{width}x{height}.jpg",
"viewer_count": 1
}
],
[],
[],
[],
[],
[
{
"userId": "36404193",
"userName": "N3K0_S3MP41",
"title": "[Es] A hundir barcosss - HABLA Y DOY COFRES DE STREAMLOOT A LOS DEL CHAT",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_n3k0_s3mp41-{width}x{height}.jpg",
"viewer_count": 1
}
],
[]
],
"Don't Starve Together",
[
[
{
"userId": "35768443",
"userName": "MoCbka34",
"title": "24\\7 New!!! !drops Ура !watchtime !myuptime 20 day ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_mocbka34-{width}x{height}.jpg",
"viewer_count": 1777
}
],
[
{
"userId": "182059286",
"userName": "akamiya",
"title": "[NOVO !drop] !sr Ligado Só vem que hoje a gente quer matar Fuel Weaver.",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_akamiya-{width}x{height}.jpg",
"viewer_count": 295
}
],
[
{
"userId": "101302022",
"userName": "Fly_Diiqqiidy",
"title": "NEW [!Drops] New Update 4k+ Megabase !Merch !Onyx !Social !Tunes !DSTUpdate !DSTmods !Spools",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_fly_diiqqiidy-{width}x{height}.jpg",
"viewer_count": 257
}
],
[
{
"userId": "176087771",
"userName": "eymiih",
"title": "[novo !DROP] Nova Megabase | farm de merm !pa !linhas !loja",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_eymiih-{width}x{height}.jpg",
"viewer_count": 224
}
],
[
{
"userId": "186336605",
"userName": "단포도",
"title": "New [!Drops] 24hours 켜놓고 새로운드롭스 받아가세요~",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_dangrape-{width}x{height}.jpg",
"viewer_count": 108
}
],
[
{
"userId": "519837992",
"userName": "RedBabies",
"title": "Novo !drop do Cajado do Feiticeiro! \nDon't Starve Together\n!mods !emoji !sorteio",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_redbabies-{width}x{height}.jpg",
"viewer_count": 88
}
],
[],
[
{
"userId": "154610794",
"userName": "KyleDempsterStudios",
"title": "DROPS | Haven't played in years 👻 !paranormal podcast!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_kyledempsterstudios-{width}x{height}.jpg",
"viewer_count": 69
}
],
[
{
"userId": "137858867",
"userName": "Shyffy",
"title": "[New !drop] 5º dia mundo !architect !join !discord || Don't Starve Together",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_shyffy-{width}x{height}.jpg",
"viewer_count": 42
}
],
[
{
"userId": "171037517",
"userName": "ChecoChillday",
"title": "ESP - ENG / Día 2100+ Es hoy un buen día para jugar don ester? uwu !arquitecto !discord !drops",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_checochillday-{width}x{height}.jpg",
"viewer_count": 53
}
],
[
{
"userId": "275522947",
"userName": "Miauzita",
"title": "[DROPS ON] QUANDO A CHUVA PASSAR E O TEMPO ABRIR, ABRA A JANELA E VEJA EU SOU O SOL !sorteio",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_miauzita-{width}x{height}.jpg",
"viewer_count": 40
}
],
[
{
"userId": "96564789",
"userName": "Hopinhos",
"title": "Game Night⭐️Trying to not starve with viewers <3⭐️ ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_hopinhos-{width}x{height}.jpg",
"viewer_count": 16
}
],
[],
[
{
"userId": "75966094",
"userName": "pardow",
"title": "[!drops] Jogando don't Starve together com lets play! hoje não para!novo drop!!!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_pardow-{width}x{height}.jpg",
"viewer_count": 8
}
],
[
{
"userId": "253878821",
"userName": "Mei_Otonashi",
"title": "Nuevos drops activos 7u7 vamos a seguir con el Zoo UwU te nos unes? !grupo2 !sorteo !discord",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_mei_otonashi-{width}x{height}.jpg",
"viewer_count": 9
}
],
[
{
"userId": "150646325",
"userName": "erumaren1",
"title": "Don't Starve with The Gang! First Playthrough EVER!! 6 Follows from 300!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_erumaren1-{width}x{height}.jpg",
"viewer_count": 11
}
],
[
{
"userId": "105953517",
"userName": "Phyrexxian",
"title": "!drops - Und das göttliche DST mit Streamer vs. Chat 8.8",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_phyrexxian-{width}x{height}.jpg",
"viewer_count": 14
}
],
[
{
"userId": "179189803",
"userName": "돈다발쓰",
"title": "[돈다발] 8월22일.....말없음주의",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_dondabals-{width}x{height}.jpg",
"viewer_count": 9
}
],
[
{
"userId": "424955509",
"userName": "DarkELFish",
"title": "[DROPS ON] dst e depois..? !sorteio",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_darkelfish-{width}x{height}.jpg",
"viewer_count": 7
}
],
[
{
"userId": "51713166",
"userName": "ThaDemais",
"title": "[NOVO DROP] Noob avançada, bora trocar ideia =] - SORTEIO DO RC DOMINGO!! | !sorteio !sub !social",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_thademais-{width}x{height}.jpg",
"viewer_count": 16
}
],
[],
[
{
"userId": "159026180",
"userName": "gutooss",
"title": "|Drops on| Novos drops | Don't Starve, a gente tenta ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_gutooss-{width}x{height}.jpg",
"viewer_count": 8
}
],
[],
[
{
"userId": "141523369",
"userName": "Minyugal",
"title": "Ahora sí que sí! Muerte al rey cangrejo!! Vente conmigo a la nueva actualización DST+nuevos DROPS!!! ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_minyugal-{width}x{height}.jpg",
"viewer_count": 9
}
],
[
{
"userId": "266174927",
"userName": "Eloh98",
"title": "GERAL NA SAGA MORTE!! DROPS ON!!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_eloh98-{width}x{height}.jpg",
"viewer_count": 7
}
],
[
{
"userId": "173325991",
"userName": "ThePandinhaH",
"title": "Posso Fazer amanhã, o que deixei de fazer Ontem !!! [+18] [ Drop Novo ] ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_thepandinhah-{width}x{height}.jpg",
"viewer_count": 7
}
],
[],
[],
[],
[
{
"userId": "98424973",
"userName": "coldwooparty1",
"title": "Don't starve time yaya",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_coldwooparty1-{width}x{height}.jpg",
"viewer_count": 6
}
],
[
{
"userId": "409862612",
"userName": "DramatikFool",
"title": "!drops !giveaway !sr | Friday Night Chillaxing! Been a while, how's your weekend going? <3",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_dramatikfool-{width}x{height}.jpg",
"viewer_count": 3
}
],
[
{
"userId": "79915657",
"userName": "VBolanho",
"title": "[18+] primeira vez no jogo Don't Starve Together - DEIXA FOLLOW HUMILDEMENTE",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_vbolanho-{width}x{height}.jpg",
"viewer_count": 1
}
],
[
{
"userId": "58660806",
"userName": "DioDeiMari",
"title": "[Xbox] [Eng] How not to survive!",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_diodeimari-{width}x{height}.jpg",
"viewer_count": 3
}
],
[
{
"userId": "531759469",
"userName": "LowMemore",
"title": "[Drops ON] [New Drops] Gameplay hoje ate eu não aguentar mais! Shoots alcoolicos e recompensas personalizadas! ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_lowmemore-{width}x{height}.jpg",
"viewer_count": 3
}
],
[
{
"userId": "123349790",
"userName": "inception7",
"title": "[Pt-Eng| New !drops - New Update! | !freesub !discord",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_inception7-{width}x{height}.jpg",
"viewer_count": 32
}
],
[
{
"userId": "108743552",
"userName": "NitriDDa",
"title": "Выживаем с @MoCbka34",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_nitridda-{width}x{height}.jpg",
"viewer_count": 3
}
],
[
{
"userId": "232529393",
"userName": "biatando",
"title": "SORTEIO DOS SUBS ♥ [meta subs: 0/20] (+18 pt/br) !comandos",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_biatando-{width}x{height}.jpg",
"viewer_count": 4
}
],
[
{
"userId": "102167951",
"userName": "GamerGuest_",
"title": "Se travar me avisa ",
"thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_gamerguest_-{width}x{height}.jpg",
"viewer_count": 1
}
],
[],
[
{
"userId": "36078679",
"userName": "Fabrixxx",
"title": "Tentando ver qual que é do joguinho!!!",