File size: 61,491 Bytes
90e15c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
artist,track,danceability,energy,bpm,key,loudness,mode,speechiness,acousticness,instrumentalness,liveness,valence,duration_ms,genre
SCXR SOUL,DEMONS IN MY SOUL,0.765,0.428,100.006,2,-2.789,1,0.0492,0.0249,0.92,0.297,0.422,120594,['drift phonk']
PLAYAMANE,MIDNIGHT,0.633,0.433,122.088,1,-8.833,1,0.229,0.0053,0.28,0.145,0.373,121972,['drift phonk']
DJ GUDOG,BEAT MÁGICO QUE MEXE COM A SUA MENTE,0.784,0.673,130.17,4,-7.421,0,0.261,0.691,0.0769,0.108,0.627,155003,['phonk brasileiro']
DJPH01,MONTAGEM CHAPADÃO DE CRACK - BEAT MATA NOIA,0.496,0.755,130.15,5,-5.263,0,0.116,0.0198,0.0,0.302,0.446,153417,['phonk brasileiro']
Dxrk ダーク,RAVE,0.716,0.748,119.918,8,-6.06,1,0.0356,0.235,0.849,0.114,0.338,169245,['drift phonk']
gqtis,POOR,0.717,0.46,120.018,0,-6.425,1,0.0879,0.0561,0.868,0.148,0.528,160029,['gym phonk']
MoonDeity,NEON BLADE,0.548,0.996,94.999,7,-2.169,1,0.112,0.0284,0.92,0.595,0.893,265263,[]
SHADXWBXRN,PRINCE OF DARKNESS,0.685,0.93,124.011,8,-4.65,1,0.0398,0.153,0.841,0.168,0.487,123871,"['drift phonk', 'gym phonk']"
fam0uz,Kerosene - Sped Up,0.711,0.914,125.017,8,-8.68,1,0.045,0.141,0.133,0.445,0.084,86453,['sped up']
Antonio Vercetii,BRAZILIAN FUNK,0.797,0.797,129.933,7,-4.793,1,0.182,0.225,0.429,0.273,0.432,94157,[]
MC ORSEN,WARNING,0.818,0.786,119.891,0,-5.559,1,0.0508,0.0402,0.807,0.089,0.385,130000,['drift phonk']
Freddie Dredd,Limbo,0.802,0.623,74.987,11,-5.862,0,0.459,0.0292,0.055,0.113,0.457,169947,"['aesthetic rap', 'meme rap', 'phonk']"
STXRZ,VANDAL,0.881,0.405,124.985,2,-12.784,1,0.0456,0.723,0.754,0.102,0.18,108176,['drift phonk']
Kordhell,Murder In My Mind,0.712,0.972,119.966,10,-0.514,1,0.112,0.00547,7.06e-05,0.128,0.568,145000,['drift phonk']
BADTRIP MUSIC,S.X.N.D. N.X.D.E.S.,0.476,0.81,164.977,8,-5.769,0,0.182,0.0121,0.798,0.262,0.401,114839,['drift phonk']
KSLV Noh,Disaster,0.824,0.613,117.051,0,-6.043,1,0.094,0.0158,0.348,0.159,0.511,84138,['drift phonk']
Xantesha,SUNRISE (Slowed + Reverb),0.74,0.934,119.693,10,-8.178,1,0.0384,0.063,0.831,0.198,0.261,138857,"['gym phonk', 'phonk brasileiro']"
Ghostface Playa,Why Not,0.725,0.984,119.983,9,-1.638,1,0.0351,0.000718,0.895,0.372,0.931,165000,['drift phonk']
DJ GLK,MALDIÇÃO ETERNA 1.0,0.549,0.521,130.343,11,-11.831,1,0.0978,0.605,0.432,0.288,0.069,137509,['phonk brasileiro']
DJ GLK,MTG MALDIÇÃO ETERNA 1.0 (Slowed),0.496,0.593,95.059,1,-9.294,1,0.0495,0.784,0.643,0.175,0.292,139912,['phonk brasileiro']
g3ox_em,GigaChad Theme - Phonk House Version,0.588,0.496,128.001,9,-5.947,1,0.0417,0.00166,0.936,0.186,0.582,146274,[]
VTORNIK,Money Rain - Phonk Remix,0.936,0.791,102.02,6,-3.605,1,0.235,0.355,0.00628,0.168,0.746,150942,['russian drill']
ONIMXRU,SHADOW,0.721,0.692,120.005,7,-2.927,1,0.0414,0.000166,0.275,0.104,0.531,162042,['gym phonk']
GRAVECHILL,Twilight,0.889,0.884,124.003,4,-4.323,1,0.0379,0.0111,0.804,0.0999,0.789,116129,"['chill phonk', 'drift phonk']"
MUPP,vendetta!,0.706,0.91,126.007,1,-3.527,1,0.146,0.175,2e-06,0.11,0.667,107045,"['drift phonk', 'hyperpop']"
FindMyName,Show Me Your Back,0.816,0.614,100.018,2,-9.707,1,0.0678,0.313,0.849,0.101,0.132,194400,['gym phonk']
Hensonn,Flare,0.723,0.927,150.03,4,-3.066,1,0.0766,0.168,0.957,0.29,0.0347,151971,"['drift phonk', 'ukrainian phonk']"
Hensonn,Flare - Slowed,0.808,0.812,126.391,1,-3.157,1,0.0349,0.176,0.904,0.352,0.292,161784,"['drift phonk', 'ukrainian phonk']"
S3BZS,MONTAGEM - PR FUNK,0.626,0.821,129.012,9,-3.174,1,0.0657,0.701,0.0827,0.0857,0.839,61673,[]
Kordhell,Scopin,0.809,0.972,98.013,8,-1.653,1,0.0616,0.065,0.12,0.0311,0.641,101633,['drift phonk']
INTERWORLD,METAMORPHOSIS,0.593,0.641,175.014,7,-12.727,0,0.0992,0.426,0.901,0.122,0.147,142839,['phonk brasileiro']
АДЛИН,Dead Inside,0.895,0.676,126.993,2,-7.575,1,0.0853,0.0665,0.222,0.0878,0.418,124968,"['russian drain', 'zxc']"
PlayaPhonk,Keraunos,0.838,0.59,150.02,7,-4.305,1,0.233,0.439,0.874,0.105,0.495,144980,['drift phonk']
Hensonn,Sahara,0.615,0.521,115.016,2,-9.488,1,0.0318,0.146,0.772,0.11,0.045,171385,"['drift phonk', 'ukrainian phonk']"
Hensonn,Sahara - Slowed,0.502,0.37,183.41,0,-12.129,0,0.0288,0.231,0.866,0.0699,0.0392,214894,"['drift phonk', 'ukrainian phonk']"
Kordhell,FATALITY,0.703,0.954,121.888,2,-2.32,1,0.0705,0.0017,2.7e-05,0.164,0.13,129836,['drift phonk']
Kordhell,Live Another Day,0.822,0.981,115.005,9,-1.321,1,0.109,0.000593,0.748,0.0938,0.404,133565,['drift phonk']
phonk.me,GHOST!,0.584,0.94,125.03,0,-3.262,1,0.0993,0.023,0.436,0.198,0.406,231705,['gym phonk']
Various Artists,Ele Te Bota Soca Soca,0.896,0.746,130.138,7,-5.174,1,0.072,0.108,1.19e-06,0.139,0.752,180928,[]
ZODIVK,Devil Eyes,0.73,0.757,102.378,2,-7.379,1,0.0989,0.00189,0.833,0.157,0.259,136652,['gym phonk']
Fraxo,Dead To Me - Slow + Reverb,0.682,0.543,127.526,1,-8.66,1,0.0688,0.261,0.0,0.108,0.112,267228,['bass trap']
DJ MENOR DA ZN,Beat das Trevas,0.714,0.707,129.868,7,-7.772,0,0.047,0.461,0.0323,0.237,0.67,104077,['phonk brasileiro']
DJ MENOR DA ZN,Beat das Trevas [Slowed + Reverb],0.6,0.599,102.339,5,-11.985,0,0.0516,0.352,0.156,0.266,0.418,132795,['phonk brasileiro']
MoonDeity,WAKE UP!,0.676,0.617,124.978,0,-4.626,1,0.0414,0.000816,0.636,0.227,0.718,142940,[]
INTERWORLD,RAPTURE,0.72,0.679,105.005,0,-5.385,0,0.036,0.00693,0.846,0.1,0.29,164577,['phonk brasileiro']
Fxbii,Crazy Phonk - Remix,0.775,0.915,124.757,4,-5.788,0,0.0422,0.239,0.789,0.222,0.634,130740,[]
SXMPRA,COWBELL WARRIOR!,0.747,0.801,167.077,2,-5.826,1,0.334,0.0287,2.97e-05,0.441,0.707,149461,['drift phonk']
DVRST,Close Eyes,0.784,0.572,96.181,0,-9.853,1,0.0573,0.0748,0.843,0.139,0.209,132346,"['chill phonk', 'drift phonk']"
Kordhell,Killers From The Northside,0.711,0.917,95.98,6,-3.324,0,0.0649,0.000856,0.685,0.104,0.255,187500,['drift phonk']
ONIMXRU,PSYCHO CRUISE,0.73,0.762,120.031,5,-10.501,0,0.0523,0.000953,0.858,0.0674,0.875,151214,['gym phonk']
Dxrk ダーク,DO OR DIE,0.768,0.672,150.143,1,-9.327,0,0.0809,0.152,0.838,0.0952,0.337,96000,['drift phonk']
KSLV Noh,Override,0.688,0.761,111.011,4,-4.607,0,0.163,0.00477,0.414,0.175,0.536,114625,['drift phonk']
DJ Dudah,Montagem Melodia Envolvente 5,0.827,0.603,130.034,7,-10.108,1,0.0711,0.0531,0.00688,0.246,0.802,249654,['phonk brasileiro']
Kaito Shoma,Scary Garry,0.812,0.974,153.979,8,-2.327,1,0.227,0.695,0.512,0.582,0.064,99748,['drift phonk']
0to8,classical phonk,0.677,0.973,124.999,7,-2.568,0,0.0342,0.00142,0.933,0.225,0.536,86160,"['gym phonk', 'phonk brasileiro']"
Sx1nxwy,Show Me The Will,0.773,0.571,99.983,0,-3.576,1,0.0756,0.141,0.958,0.335,0.484,187298,['gym phonk']
Sx1nxwy,Show Me The Will - Slowed + Reverb,0.696,0.487,178.455,8,-4.557,1,0.0639,0.225,0.896,0.146,0.454,209558,['gym phonk']
NUEKI,LIE DOWN!,0.774,0.915,127.96,7,-1.462,1,0.0682,0.201,0.706,0.334,0.297,60000,['phonk brasileiro']
DJ LZIN,MTG - INSURDECEDORA 3.0,0.701,0.479,129.994,10,-8.834,1,0.0937,0.309,0.0708,0.0958,0.408,122089,['phonk brasileiro']
DJ LZIN,MTG - INSURDECEDORA 3.0 (Slowed + Reverb),0.632,0.29,90.995,9,-12.554,1,0.0334,0.507,0.156,0.0881,0.312,174974,['phonk brasileiro']
DJ RAMON SP,Montagem - Conga Conga (Slowed + Reverb),0.845,0.813,113.471,2,-5.178,1,0.162,0.465,0.00548,0.137,0.403,178573,['phonk brasileiro']
Isolate.exe,Crystals,0.692,0.729,100.015,11,-10.435,1,0.0554,0.438,0.656,0.0939,0.13,139200,[]
Mc Menor Do Alvorada,Beat Trava Pulmão,0.76,0.842,130.042,10,-6.553,1,0.381,0.829,0.00108,0.0995,0.464,248337,['phonk brasileiro']
DJ NK3,Automotivo Super Mario World 2,0.845,0.754,129.947,2,-2.511,1,0.238,0.0571,1.31e-05,0.0385,0.574,138507,['phonk brasileiro']
SXID,Funk of the Damned,0.744,0.911,130.021,8,-2.113,0,0.0763,0.352,0.98,0.378,0.542,88750,['gym phonk']
SXID,Funk of the Damned - Super Slowed,0.671,0.74,180.082,5,-3.27,1,0.188,0.324,0.00838,0.465,0.224,128000,['gym phonk']
NUEKI,Mexican Phonk Eki,0.748,0.956,128.991,2,-3.827,1,0.109,0.00607,0.846,0.5,0.362,98068,['phonk brasileiro']
glichery,Sea Of Problems,0.743,0.684,127.996,7,-10.807,0,0.033,0.00335,0.945,0.0989,0.867,110625,[]
glichery,Sea Of Problems - Sped Up,0.724,0.716,137.302,8,-9.65,0,0.0359,0.00907,0.949,0.0937,0.812,103130,[]
YOUTHISENDING,RITMO DE TREINO,0.746,0.833,130.024,7,-3.9,1,0.154,0.127,0.149,0.272,0.572,102923,[]
TAKTSTÖRER,141 Schneeschieber - Slowed Version,0.834,0.495,124.097,1,-10.095,1,0.256,5.13e-05,0.836,0.079,0.362,119897,[]
staplegun,|BONKERS|,0.751,0.946,148.027,0,-6.47,1,0.393,0.0766,0.878,0.22,0.542,212335,['gym phonk']
DJ RICK 013,THE AUTOTREM 1.0,0.713,0.934,129.912,1,0.057,1,0.312,0.106,0.0,0.199,0.527,149107,[]
DJ RICK 013,THE AUTOTREM 1.0 (Slowed + Reverb),0.757,0.86,109.11,8,-0.991,1,0.333,0.0692,0.0,0.454,0.58,177691,[]
Slowboy,Life in Rio,0.726,0.971,129.081,2,-2.126,1,0.0408,0.00393,0.275,0.446,0.7,94419,['phonk brasileiro']
PRXSXNT FXTURE,Any Doe,0.595,0.511,119.983,1,-11.729,1,0.35,0.676,0.862,0.0925,0.33,132988,['drift phonk']
Rushex,PHONKGASKAR,0.824,0.697,130.069,7,-2.212,1,0.144,0.00244,0.0589,0.336,0.762,82514,['gym phonk']
Rushex,PHONKGASKAR (Slowed + Reverb),0.693,0.89,110.536,10,-5.093,1,0.106,0.0159,0.000885,0.568,0.319,97076,['gym phonk']
Lowx,Dance on the moon,0.683,0.697,106.016,5,-8.994,0,0.0614,0.323,0.939,0.116,0.415,133585,"['anime phonk', 'chill phonk']"
MoonDeity,One Chance,0.706,0.951,95.021,7,-3.509,1,0.0432,0.000964,0.819,0.105,0.279,131368,[]
Samir Saptiskar,Tik Tik Vajate Dokyaat - Duet Version,0.695,0.363,97.781,4,-8.795,1,0.0493,0.747,0.0,0.312,0.637,172000,['marathi pop']
PlayaPhonk,Phonky Town,0.805,0.816,124.966,1,-4.685,1,0.346,0.363,0.826,0.121,0.338,141343,['drift phonk']
NXVAMANE,FRESH,0.952,0.988,130.24,11,0.326,0,0.228,0.0131,1.24e-05,0.235,0.942,68688,[]
ZWE1HVNDXR,LOVELY BASTARDS,0.613,0.81,150.251,1,-6.16,1,0.488,0.832,0.899,0.137,0.686,116104,[]
LXNGVX,YUM YUM,0.769,0.904,130.059,1,-1.545,1,0.343,0.316,0.0239,0.0807,0.155,129697,[]
NUEKI,SO TIRED,0.625,0.844,122.925,7,-4.568,1,0.0346,0.000613,0.668,0.119,0.467,172549,['phonk brasileiro']
NUEKI,TIRED OF PROBLEMS,0.602,0.97,122.987,4,-4.837,0,0.0435,0.00231,0.186,0.112,0.0352,109268,['phonk brasileiro']
S3BZS,MONTAGEM - PR FUNK,0.877,0.803,130.028,9,-3.195,1,0.0507,0.734,0.056,0.087,0.795,61673,[]
Ariis,MANDA BALA,0.687,0.879,128.941,1,0.566,0,0.0659,0.153,0.000166,0.131,0.311,100465,['gym phonk']
CURSEDEVIL,TUCA DONKA,0.844,0.96,129.986,1,-2.682,1,0.0366,0.117,0.447,0.299,0.726,75692,['gym phonk']
DJ FKU,WINTER ARC FUNK,0.549,0.992,128.005,7,-1.623,1,0.0368,0.00312,0.55,0.0925,0.0376,91875,['gym phonk']
Bibi Babydoll,Automotivo Bibi Fogosa,0.726,0.873,135.052,9,-3.122,1,0.0266,0.2,1.71e-06,0.0953,0.725,129778,['latin tek']
2KE,FUNK DO BAGATATA,0.678,0.991,129.927,9,2.326,1,0.0939,0.000195,0.61,0.0959,0.63,93308,['gym phonk']
ZODIVK,CRAZY FROG BRAZIL,0.764,0.78,129.926,10,-3.4,0,0.0644,0.0337,0.0514,0.119,0.672,95385,['gym phonk']
KMJ,Mega Trepa Trepa Das Sombras,0.701,0.655,112.948,10,-6.477,1,0.286,0.525,0.281,0.099,0.218,243229,['phonk brasileiro']
Launch13,TOMA ESFREGA,0.677,0.968,129.77,0,-1.241,1,0.0646,0.00943,0.809,0.165,0.777,83928,[]
TOKYOSLEEP,REBOLA NO MEU CARALHO,0.86,0.73,129.978,10,-1.892,1,0.354,0.608,0.0502,0.149,0.747,83077,"['aggressive phonk', 'gym phonk']"
CryJaxx,SOCADÃO,0.814,0.991,129.965,0,-0.962,1,0.141,0.243,0.00228,0.258,0.486,96947,['traprun']
ARXMANE,CASA FUNK,0.691,0.967,130.045,10,1.487,0,0.278,0.000294,0.336,0.161,0.466,66462,"['aggressive phonk', 'gym phonk']"
nashi,MONTAGEM CORAL 1.5,0.83,0.912,129.981,7,-3.447,0,0.184,0.115,0.439,0.0919,0.363,96466,[]
Dj Samir,Dança do Terror,0.875,0.767,120.048,8,-8.333,0,0.0872,0.189,0.407,0.147,0.0322,97797,['remix brasileiro']
RAIZHELL,FORTE,0.931,0.891,130.082,1,0.286,1,0.125,0.065,0.0144,0.0822,0.125,98308,"['filthstep', 'gym phonk']"
DJ NK3,Automotivo Bayside,0.775,0.98,129.962,1,-1.943,1,0.22,0.39,0.387,0.257,0.76,151351,['phonk brasileiro']
ZERIUS,EXTINÇÃO,0.808,0.865,110.039,1,-2.56,1,0.0535,0.0389,0.924,0.295,0.49,98290,[]
Tiagz,Tacata,0.842,0.557,133.958,4,-3.854,0,0.0533,0.13,0.017,0.0712,0.451,114627,"['ottawa rap', 'viral rap']"
RXDXVIL,BRAZILIAN MEMPHIS MANO,0.64,0.955,130.014,5,-4.543,0,0.0678,0.0482,0.638,0.199,0.343,136615,['gym phonk']
crvvdy,COMO UM G6,0.345,0.853,167.56,7,-5.106,1,0.285,0.00239,0.827,0.11,0.598,80119,[]
ARXMANE,Dominador Melódico,0.629,0.915,130.263,0,-1.426,1,0.0463,4.39e-05,0.0,0.368,0.0671,86769,"['aggressive phonk', 'gym phonk']"
Fyex,Tuca Tuca,0.959,0.87,130.125,6,-4.309,1,0.273,0.201,0.00501,0.0654,0.507,107029,['gym phonk']
DJ FKU,FUNK PARA ACADEMIA,0.688,0.918,130.458,11,-0.625,0,0.293,0.00969,0.305,0.859,0.526,85962,['gym phonk']
Dj Samir,Ritmo Selvagem,0.845,0.666,130.022,2,-4.091,1,0.313,0.00389,2.77e-05,0.0744,0.502,111462,['remix brasileiro']
DJ FKU,MONTAGEM - TADA TADA,0.873,0.978,129.872,11,-0.22,0,0.0496,0.107,0.865,0.0692,0.466,77538,['gym phonk']
DJ GUDOG,RITMADINHA DANÇANTE,0.795,0.657,194.992,1,-4.75,1,0.411,0.788,0.728,0.107,0.661,125508,['phonk brasileiro']
RAIZHELL,VUKI VUKI,0.845,0.887,130.071,5,-1.948,1,0.0776,0.00612,0.694,0.201,0.223,91038,"['filthstep', 'gym phonk']"
CURSEDEVIL,TUCA DONKA - S3BZS Remix,0.823,0.887,130.034,1,-4.836,1,0.0442,0.0706,0.0467,0.115,0.485,75231,['gym phonk']
Ariis,ESTANHO,0.541,0.832,109.879,6,-0.184,0,0.0759,0.23,0.0138,0.135,0.237,136364,['gym phonk']
ABDUKXRIM,Ashley,0.615,0.859,137.006,0,-4.42,1,0.0466,0.00165,0.291,0.478,0.0399,73577,[]
DR MØB,AFRICAN ELE,0.826,0.819,135.08,4,-5.36,0,0.312,0.341,0.00323,0.366,0.343,101333,['gym phonk']
TOKYOSLEEP,AUTOMOTIVO DE TESTOSTERONA,0.928,0.573,129.954,0,-2.358,0,0.182,0.0671,0.619,0.114,0.594,77538,"['aggressive phonk', 'gym phonk']"
TRASHXRL,Sequência da Dz7,0.734,0.985,130.046,6,1.002,1,0.176,0.466,0.63,0.114,0.793,119185,[]
S4nri0,Dança Dança Brasilia,0.861,0.915,130.054,6,-3.794,1,0.0526,0.601,0.798,0.0767,0.382,96000,[]
TOKYOSLEEP,EXPLOSÃO DE PODER,0.779,0.886,145.065,9,-2.742,1,0.197,0.0151,0.000241,0.0578,0.453,89121,"['aggressive phonk', 'gym phonk']"
NONTHENSE,YEAH PHUNK,0.591,0.854,122.029,2,0.257,1,0.0741,0.0163,0.0914,0.477,0.365,101317,[]
2KE,PUMP,0.559,0.914,105.014,7,-2.756,1,0.183,0.0251,0.948,0.101,0.296,95299,['gym phonk']
Kobe Mane,RITMO ANABOLICO - Slowed,0.863,0.865,100.359,7,-6.608,0,0.136,0.106,0.876,0.146,0.477,117664,[]
2KE,ENVOLVEMENTE,0.871,0.74,130.056,8,-3.41,1,0.0448,0.374,0.934,0.118,0.865,85027,['gym phonk']
TRASHXRL,Orquestra Maldita,0.642,0.988,130.068,0,0.367,0,0.0614,0.237,0.345,0.0905,0.83,119737,[]
nightfxrce,ANGELICAL,0.657,0.793,140.063,6,-4.957,1,0.185,0.0168,0.924,0.578,0.417,142286,[]
Dj Samir,Louca Encubada,0.677,0.955,130.059,6,-3.697,1,0.0434,0.000738,0.273,0.123,0.722,119221,['remix brasileiro']
Tigmus,Toma Toma (Brazilian Phonk) [Slowed + Reverb],0.873,0.66,102.611,1,-7.322,1,0.179,0.253,0.883,0.269,0.181,141510,[]
2KE,INSANO AUTOMOTIVO,0.678,0.8,144.612,0,-5.927,1,0.106,0.169,0.861,0.108,0.733,116427,['gym phonk']
DJ TOPO,Phonk Bachi Bachi,0.925,0.939,130.011,1,-5.008,1,0.198,0.405,0.234,0.0856,0.848,104308,"['deboxe', 'funk mtg', 'rave funk']"
-Prey,VOLTAR!,0.871,0.727,109.893,6,-2.298,1,0.382,0.104,0.0246,0.269,0.605,85140,"['chill phonk', 'gym phonk']"
CURSEDEVIL,TUCA DONKA EKI,0.81,0.933,130.047,2,-0.305,1,0.155,0.00844,0.0761,0.808,0.573,70615,['gym phonk']
ZODIVK,AUTOMOTIVO CIDADE ORBITAL,0.721,0.861,139.898,1,-2.423,1,0.241,0.0457,0.000385,0.278,0.804,62875,['gym phonk']
RAIZHELL,TOMA TAPA,0.892,0.961,139.961,2,0.673,1,0.282,0.00754,0.444,0.273,0.501,89143,"['filthstep', 'gym phonk']"
CXSPER,AROUND BRAZIL,0.689,0.934,130.112,9,-4.749,0,0.162,0.000698,0.324,0.102,0.353,96000,[]
Purpose 115,RITMO MACABRO,0.924,0.915,134.303,1,-0.922,1,0.251,0.601,0.00497,0.177,0.701,113533,[]
Luga,PATA,0.877,0.552,97.009,7,-9.14,1,0.265,0.525,0.678,0.327,0.732,64380,['drift phonk']
TOKYOSLEEP,UNSTOPPABLE,0.751,0.884,140.014,8,-3.233,0,0.0401,0.0172,0.774,0.303,0.477,85714,"['aggressive phonk', 'gym phonk']"
DJ FKU,FORÇA,0.894,0.98,129.935,2,-0.965,1,0.0774,0.223,0.232,0.153,0.655,109832,['gym phonk']
ARXMANE,saiyan!,0.444,0.978,150.136,5,-0.157,1,0.0665,0.00078,0.885,0.562,0.827,86337,"['aggressive phonk', 'gym phonk']"
Kill AZYN,TURN UP BRAZIL,0.699,0.913,111.85,6,-1.815,0,0.156,0.128,0.769,0.31,0.234,77159,[]
nxtjvr,FLUXXELESTIAL,0.622,0.746,130.091,0,-2.666,0,0.287,0.538,0.109,0.102,0.148,81236,['aggressive phonk']
Kill AZYN,ULTRA INSTINTO FUNK,0.562,0.952,154.41,8,-0.99,1,0.232,0.148,0.696,0.683,0.881,66223,[]
S3BZS,ASCENSAO DOS GLADIADORES,0.904,0.945,129.975,9,-0.193,1,0.24,0.0688,0.89,0.0534,0.88,108928,[]
Kells,TUCA TUCA DO BAILE,0.878,0.882,130.092,11,0.21,1,0.0821,0.576,0.391,0.124,0.477,96683,[]
TRXVELER,SAKA DA BRASILIERO,0.791,0.915,125.03,7,-2.748,1,0.162,0.0501,0.39,0.203,0.435,101760,[]
Scythermane,FLUXO QUEBRADO,0.715,0.992,150.045,7,-1.821,1,0.124,0.14,9.11e-05,0.165,0.414,81432,['gym phonk']
RedRubix,Maldição Inesquecível,0.953,0.847,129.999,2,-4.453,1,0.223,0.43,0.69,0.0926,0.634,118154,[]
Nulteex,AUTOMOTIVO - PR FUNK,0.704,0.977,130.052,5,0.03,1,0.177,0.00617,0.673,0.564,0.433,64043,['gym phonk']
Nulteex,Black Charro,0.673,0.947,130.063,7,-1.274,1,0.236,0.0121,0.421,0.359,0.521,54582,['gym phonk']
DJ FKU,DEMONÍACO MANO,0.741,0.943,130.145,7,-2.459,1,0.0989,0.343,0.1,0.0583,0.259,84692,['gym phonk']
Surf Monsta,"More Passion, More Energy",0.877,0.791,131.993,2,-5.314,1,0.0541,0.0531,0.00427,0.102,0.799,60540,[]
Fyex,Tuca Tuca - TOKYOSLEEP Remix,0.935,0.931,130.025,1,-0.497,1,0.0694,0.551,0.185,0.0652,0.627,96000,['gym phonk']
ashka,STORM DE BRAZIL,0.698,0.909,130.01,1,-3.014,1,0.0417,0.000288,0.752,0.202,0.292,78019,[]
Tigmus,Womp (Brazilian Phonk),0.673,0.822,135.038,9,-6.195,0,0.106,0.251,0.929,0.325,0.569,122659,[]
DJ FKU,DESTRUIR,0.712,0.978,125.015,7,-1.468,1,0.0486,0.00584,0.151,0.213,0.747,80639,['gym phonk']
TRXVELER,FUNK RÍTMICO,0.65,0.977,129.835,2,1.563,1,0.169,0.0957,7.39e-06,0.084,0.607,111837,[]
2KE,Cristo Redentor,0.499,0.891,90.781,10,-2.951,0,0.381,0.0142,0.902,0.141,0.372,98427,['gym phonk']
S3BZS,DEMONIO DAS TREVAS,0.823,0.961,140.001,6,-2.18,1,0.233,0.144,0.687,0.085,0.791,89147,[]
DJ FKU,MTG - VINGANÇA,0.789,0.985,129.996,0,-1.568,1,0.0588,0.0583,0.888,0.281,0.898,75692,['gym phonk']
Seek,RAINHA DO BRASIL,0.714,0.962,119.998,3,-0.648,1,0.0826,0.103,0.0607,0.398,0.816,104000,[]
BOWSY,DEMONIO TOXICO,0.749,0.948,128.018,1,1.466,1,0.0435,0.574,0.852,0.138,0.813,135005,[]
6YNTHMANE,BRAZILIAN DANÇA PHONK,0.748,0.99,126.015,1,-2.39,1,0.151,0.303,0.132,0.267,0.386,118194,[]
Lorean,RITMO HORIZONTE,0.804,0.709,130.045,10,-5.075,0,0.173,0.0638,0.034,0.108,0.362,151385,[]
NCTS,Loca Mente!,0.778,0.946,118.005,5,-4.163,0,0.32,0.0222,0.282,0.283,0.849,87458,[]
2KE,MONTAGEM CONGA CONGA x ORQUESTRA SINFONICA,0.834,0.911,129.879,6,-5.717,1,0.286,0.447,0.462,0.327,0.532,105894,['gym phonk']
Kells,INVEJOSOS,0.762,0.766,130.008,1,-2.099,1,0.0793,0.201,0.569,0.0978,0.263,84409,[]
DJ Dudah,A Partir de Agora Esse Baile Fica Pequeno,0.723,0.77,130.028,1,-6.507,1,0.0712,0.0162,0.000427,0.283,0.797,254981,['phonk brasileiro']
Kill AZYN,BRAZILIAN BEAST,0.639,0.992,130.157,7,-0.668,1,0.115,0.00427,0.000821,0.353,0.439,92308,[]
brunito,Yota Brazilian,0.833,0.981,130.253,10,-5.501,0,0.422,0.0408,0.158,0.651,0.078,125623,[]
ZERIUS,MALANDRO,0.831,0.904,119.954,8,-2.607,1,0.323,0.0102,0.135,0.412,0.343,99411,[]
Dj Samir,Mtg - Coração,0.854,0.917,129.948,8,-3.751,1,0.11,0.014,0.0701,0.103,0.559,113442,['remix brasileiro']
DJ FKU,MTG - TAKA TAKA,0.708,0.947,128.025,2,-2.56,1,0.0881,0.137,0.454,0.0383,0.382,147337,['gym phonk']
howsitfeel,Malvada,0.765,0.888,125.014,9,-3.475,0,0.0653,0.00163,0.0188,0.114,0.691,126930,[]
SKYVER,DU DU DA,0.857,0.692,131.039,1,-2.17,1,0.0479,0.00712,0.301,0.294,0.62,76718,[]
2KE,BUM BUM SHAKATAKA,0.869,0.918,129.978,10,-4.484,0,0.175,0.35,0.541,0.0896,0.526,104801,['gym phonk']
RedRubix,Maldição Intenso,0.759,0.857,129.985,1,-1.85,0,0.113,0.0694,0.0983,0.33,0.645,114462,[]
ABDUKXRIM,DIABLO!,0.592,0.957,129.949,7,-4.8,1,0.109,0.0067,0.00267,0.148,0.696,110769,[]
Launch13,Carnaval,0.793,0.962,130.126,6,-0.165,0,0.393,0.0192,0.0,0.385,0.313,94885,[]
Rviden,Minha Dança,0.659,0.773,130.041,1,-4.352,1,0.235,0.0403,0.02,0.357,0.537,100236,['gym phonk']
trusteki,Automotivo Da Fúria,0.759,0.463,120.179,1,-6.35,1,0.234,0.0877,2.39e-06,0.157,0.0669,103317,[]
k2finesse,RITMO DO MASSACRE,0.583,0.941,131.104,10,-1.767,1,0.0934,0.0545,9.99e-06,0.814,0.385,109943,[]
Luga,MEDINA,0.496,0.804,104.121,4,-4.471,1,0.0379,0.162,0.00131,0.145,0.0391,95236,['drift phonk']
JVLA,No No No No,0.885,0.603,120.091,1,-5.562,1,0.0479,0.0484,0.025,0.496,0.504,124000,['viral rap']
ZODIVK,RITMO DO PEGA,0.694,0.936,125.961,6,-5.393,0,0.036,0.000317,0.819,0.25,0.368,80118,['gym phonk']
2KE,ENERGIA MÁXIMA,0.777,0.883,124.987,5,-5.398,1,0.124,0.0344,0.148,0.327,0.382,122885,['gym phonk']
Jolixwery,MISERICÓRDIA,0.524,0.968,134.375,7,0.106,1,0.249,0.0513,4.81e-05,0.177,0.341,82379,[]
CHXSE WAVE,CARACAO,0.702,0.966,126.97,0,-2.052,1,0.0344,0.031,0.0224,0.0679,0.0371,85039,['gym phonk']
Kells,MMNF 1,0.707,0.718,129.933,1,-3.126,1,0.0693,0.165,0.182,0.117,0.109,96692,[]
Surf Monsta,Brazilian Neophonk,0.829,0.931,129.976,8,-3.351,0,0.221,0.0272,0.000121,0.202,0.67,114875,[]
ZODIVK,Tokyo Drift,0.87,0.68,126.923,0,-6.54,1,0.0962,0.0391,0.6,0.15,0.297,120999,['gym phonk']
Kordhell,MURDER PLOT,0.615,0.965,140.106,11,-2.288,0,0.0903,0.000244,0.000945,0.11,0.721,126857,['drift phonk']
ZODIVK,KILL ALL,0.655,0.827,89.992,10,-3.757,0,0.043,0.0299,0.000386,0.172,0.485,108000,['gym phonk']
dashie,ultraphunk,0.713,0.988,117.049,9,1.384,1,0.202,0.0214,5.4e-05,0.169,0.589,115421,"['dariacore', 'hyperpop']"
THIRST,DANCE,0.974,0.583,110.017,1,-5.913,1,0.275,0.414,0.551,0.125,0.701,115636,['gym phonk']
HXPETRAIN,I'll Be Right Back,0.574,0.969,175.078,5,-1.317,1,0.0669,0.00574,0.837,0.376,0.543,82307,[]
PHARAØH,The Perfect Girl,0.675,0.781,95.994,8,-6.859,0,0.0536,0.0678,0.877,0.114,0.243,133068,['gym hardstyle']
Slowboy,U Bitcrushed My Heart,0.446,0.923,157.36,8,-1.575,0,0.142,0.00025,0.548,0.418,0.536,135527,['phonk brasileiro']
ATSMXN,Disco Phonk,0.754,0.945,129.984,10,0.421,0,0.276,0.0896,0.5,0.323,0.624,140308,['gym phonk']
NØCTRIS,NO FRONTIERS,0.937,0.696,128.996,11,-4.439,0,0.0995,0.0119,3.86e-06,0.175,0.247,106045,['gym phonk']
Wendeng Music,RAGE DANCE,0.643,0.966,149.98,1,-5.728,1,0.0702,0.00248,0.941,0.491,0.616,115208,[]
NECROLX,Esse Baile,0.737,0.954,150.053,9,0.431,1,0.16,0.236,0.204,0.404,0.755,92200,['phonk brasileiro']
Airfox,VU!,0.848,0.937,130.087,2,-3.952,1,0.269,0.0534,1.88e-06,0.141,0.0817,83130,[]
ZWE1HVNDXR,LOVELY BASTARDS - Remix,0.576,0.966,150.077,4,-2.267,0,0.205,0.169,0.162,0.636,0.382,96000,[]
SXNSTXRM,ADRENALINE,0.737,0.977,130.043,11,-0.98,0,0.184,0.0418,0.00605,0.276,0.758,101683,[]
Scythermane,RITMO VAZIO,0.685,0.895,140.044,2,-2.299,1,0.0766,0.0161,0.0,0.453,0.366,132500,['gym phonk']
ZODIVK,MTG - ESTO ES ESPARTA,0.73,0.996,134.143,9,-2.243,0,0.105,0.00339,0.172,0.237,0.108,101194,['gym phonk']
STRLGHT,BACK2BACK,0.641,0.976,124.015,2,-1.179,1,0.104,0.003,0.886,0.165,0.219,143226,[]
THIRST,Killstreak,0.664,0.92,130.029,2,-4.398,1,0.341,0.000324,1.76e-05,0.241,0.347,111231,['gym phonk']
Narvent,HATRED,0.701,0.951,104.994,4,-7.218,1,0.0889,0.00267,0.672,0.134,0.263,141714,[]
PHNKR,HARD DANÇA PHONK,0.722,0.963,129.982,7,-1.981,1,0.309,0.0426,1.2e-05,0.253,0.616,122683,['gym phonk']
CERAZ,INTERITUS,0.611,0.646,195.073,10,-2.249,0,0.308,0.00289,0.0924,0.249,0.768,134154,['gym phonk']
Bibi Babydoll,BIBI PHONK BR,0.803,0.983,150.032,7,0.136,1,0.271,0.208,0.0797,0.343,0.864,119617,['latin tek']
Bartmoss,BRTMZ,0.638,0.965,123.05,2,-1.47,1,0.196,0.0606,0.324,0.408,0.414,127805,[]
CLINCE,SHARINGAN,0.703,0.906,124.935,10,-3.981,1,0.0474,0.047,0.0157,0.189,0.616,132710,[]
Scythermane,MATANÇA NOTURNA NA CIDADE,0.702,0.931,129.96,0,-3.029,1,0.0709,0.0146,0.0,0.367,0.393,84069,['gym phonk']
RVNGE,Dança Dos Demônios,0.839,0.866,129.926,9,-2.718,0,0.158,0.012,0.679,0.0511,0.752,96768,['gym phonk']
ANTOSHKA,Tokyo Drift,0.752,0.981,123.982,9,-3.491,1,0.112,0.164,0.868,0.622,0.209,118080,['gym phonk']
KICKSTXP,TOCCATA,0.657,0.643,113.997,11,-3.622,1,0.0559,0.00118,0.00018,0.36,0.411,127374,['gym phonk']
CHXRON,SATISFACTION,0.75,0.79,120.063,6,-3.611,1,0.0845,0.00334,0.474,0.378,0.625,130000,['gym phonk']
Nulteex,MOVE!,0.665,0.94,140.177,3,-3.811,0,0.0629,0.131,0.000517,0.155,0.902,92571,['gym phonk']
dnvn,Fur Elise,0.595,0.648,163.818,10,-2.24,0,0.144,0.312,3.16e-05,0.166,0.376,127317,['gym phonk']
dnvn,Your Voice,0.685,0.975,134.055,2,-1.304,1,0.128,0.64,0.956,0.376,0.764,173759,['gym phonk']
wintercell,REVELATION,0.72,0.993,119.572,7,-3.27,1,0.0994,0.14,0.834,0.266,0.462,106393,[]
Nulteex,Phonk In Brazil,0.588,0.993,138.008,0,-3.811,1,0.087,0.000909,0.0559,0.377,0.488,85217,['gym phonk']
FlexMorris,PXIN,0.587,0.824,140.425,6,-3.904,1,0.322,0.153,0.0,0.171,0.705,112071,[]
wintercell,HELL RAISER,0.827,0.817,123.952,2,-3.01,1,0.0775,0.062,0.253,0.186,0.294,123871,[]
THIRST,KINGSLAYER,0.862,0.951,120.056,8,-2.34,1,0.22,0.0844,0.899,0.121,0.26,112000,['gym phonk']
Seek,REI DO BRASIL,0.91,0.879,130.006,5,1.318,1,0.239,0.143,0.271,0.0704,0.954,97846,[]
KICKSTXP,BRAZILIAN FIGHT,0.616,0.879,131.261,2,-2.284,1,0.286,0.00074,0.287,0.0685,0.921,84096,['gym phonk']
PHARAØH,Freaks,0.518,0.683,75.025,10,-7.171,0,0.0412,0.000147,1.21e-06,0.404,0.295,160040,['gym hardstyle']
R3YAN,Giga Theme,0.555,0.766,130.0,7,-8.794,1,0.0318,0.595,0.748,0.115,0.218,97889,"['covertronica', 'dark r&b']"
ATSMXN,DILATE,0.674,0.96,131.986,7,-3.63,1,0.197,0.000803,0.828,0.0953,0.539,85455,['gym phonk']
Kordhell,VUK VUK,0.693,0.988,118.063,7,-1.362,1,0.0542,0.0251,3.06e-05,0.35,0.861,136398,['drift phonk']
R3YAN,SAN ANDREAS,0.548,0.687,100.031,11,-8.996,0,0.0352,0.00345,0.722,0.126,0.216,122400,"['covertronica', 'dark r&b']"
PHARAØH,Valhalla,0.522,0.952,98.031,5,-10.593,1,0.247,1.44e-05,2.51e-05,0.384,0.603,111390,['gym hardstyle']
LXNGVX,Montagem Mysterious Game,0.537,0.64,130.051,1,-10.441,1,0.104,0.146,0.878,0.157,0.222,103495,[]
NCTS,Deriva!,0.475,0.962,133.754,11,-2.474,1,0.301,0.0152,0.949,0.258,0.678,80597,[]
Harddope,RUN,0.396,0.868,138.998,1,-1.678,1,0.0719,0.000141,0.177,0.393,0.821,129972,['covertronica']
THIRST,1 2 3,0.808,0.629,143.078,11,-6.461,0,0.185,0.0397,0.0116,0.111,0.686,94825,['gym phonk']
NEMESIS,SWITCHBLXDE,0.691,0.694,94.984,1,-10.244,1,0.119,0.00808,0.000397,0.117,0.703,93632,['covertronica']
wintercell,RED MOON,0.687,0.876,133.029,7,-4.369,1,0.0715,0.0949,0.00842,0.543,0.52,115489,[]
PHNKR,SPXCECRXFT,0.719,0.923,134.996,8,-2.379,1,0.334,0.702,0.334,0.325,0.622,145806,['gym phonk']
Riptyde,Vibe Check,0.712,0.953,115.017,10,-1.768,0,0.182,0.065,0.00025,0.121,0.534,139833,[]
svlient,HADES,0.805,0.701,117.004,1,0.149,1,0.0605,0.0206,0.87,0.125,0.43,181688,['gym phonk']
Rviden,Vibração Potente,0.795,0.91,129.993,5,0.044,0,0.0424,0.0801,0.1,0.0787,0.349,114462,['gym phonk']
PHNKR,NINJA WAY,0.744,0.739,120.004,1,-5.977,1,0.11,0.014,0.0485,0.102,0.13,130021,['gym phonk']
Alban Chela,DROGA,0.775,0.648,113.03,0,-7.965,1,0.0517,0.0046,0.182,0.145,0.42,114690,[]
Lamedy,Kefteme,0.603,0.987,129.946,10,-3.122,0,0.0573,0.000572,0.927,0.13,0.509,170769,[]
LOSTVPE,WOO YEAH,0.652,0.978,129.997,9,-2.209,1,0.0471,4.58e-05,0.765,0.14,0.0787,155082,[]
Alban Chela,Can't Stop Me,0.807,0.726,130.119,2,-6.391,1,0.0489,0.0539,1.96e-05,0.341,0.4,129268,[]
PHNKR,Pentagramma,0.782,0.976,124.967,11,-3.586,0,0.179,0.106,6.48e-05,0.147,0.508,124830,['gym phonk']
ANGELPLAYA,MISUNDERSTOOD,0.666,0.817,123.893,0,-4.017,0,0.0394,0.052,0.666,0.555,0.238,150020,[]
Hkmk,PULL UP,0.78,0.595,121.909,10,-6.458,0,0.0407,0.00128,0.816,0.7,0.64,126890,['trap beats']
YOLO KULT,Cyberphonk,0.603,0.818,126.015,8,-4.9,0,0.0572,0.000263,0.94,0.537,0.68,111185,[]
LXRY PXNK,Stay With Me,0.756,0.846,95.009,1,-4.114,1,0.0706,0.00146,0.00775,0.293,0.123,126316,['gym phonk']
CHXSE WAVE,SUPREME MATERIAL,0.373,0.958,132.875,10,-1.195,1,0.352,0.0726,0.0,0.467,0.538,108018,['gym phonk']
ANGELPLAYA,SIGMA BRAZIL,0.883,0.979,129.964,7,-2.055,1,0.215,0.432,0.00015,0.104,0.227,123716,[]
0to8,Moon Vibe,0.651,0.936,108.01,9,-3.718,0,0.106,0.0507,0.0393,0.0784,0.222,140961,"['gym phonk', 'phonk brasileiro']"
Airfox,HELLO BRAZIL!,0.799,0.779,119.954,0,-4.778,1,0.0459,0.000286,0.536,0.341,0.147,101385,[]
SLIPSIDE,FLEX,0.727,0.682,120.026,1,-1.7,1,0.211,0.0255,0.000265,0.198,0.677,177500,[]
PHNKR,IMMORTAL,0.787,0.972,126.02,1,-3.564,1,0.268,0.435,0.126,0.124,0.155,123834,['gym phonk']
KYOTOBLADE,Wig Splitter,0.942,0.461,121.048,0,-0.889,1,0.169,0.332,0.0347,0.237,0.531,97190,['gym phonk']
NØCTRIS,SUB IN THE TRUNK,0.903,0.786,125.0,1,-3.483,1,0.391,0.028,0.248,0.124,0.421,113585,['gym phonk']
ALTERNXTE,UNDERGROUND,0.73,0.86,120.001,1,0.707,1,0.104,0.00109,0.909,0.0803,0.207,100000,['gym phonk']
PHNKR,Around The World,0.746,0.964,132.98,8,-2.556,0,0.173,0.342,0.371,0.104,0.73,117321,['gym phonk']
dnvn,Calabria,0.798,0.842,128.035,0,-5.535,1,0.085,0.177,0.722,0.111,0.302,142500,['gym phonk']
Godmode,Dragon Slayer,0.764,0.949,116.985,0,-1.271,0,0.0756,0.0272,0.117,0.127,0.623,108718,[]
wintercell,Mercenary,0.771,0.84,125.019,2,-3.447,1,0.355,0.085,0.0,0.373,0.275,122880,[]
Scriptz,NIGHTFALL,0.606,0.922,124.947,7,-1.468,1,0.0393,0.000367,0.0,0.538,0.533,193971,[]
ANGELPLAYA,INSANE (GO LOCO),0.571,0.969,160.036,10,-4.243,0,0.135,0.0214,0.751,0.109,0.334,138004,[]
Alban Chela,Phonk De Favela,0.793,0.626,130.042,2,-6.744,1,0.0491,0.234,0.842,0.0663,0.145,107077,[]
Marin Hoxha,Ecuador,0.579,0.973,130.205,4,-3.026,0,0.108,0.00728,0.0315,0.734,0.252,102346,[]
dnvn,#BrooklynBloodPop!,0.575,0.957,150.024,2,-4.711,1,0.329,0.00435,0.0611,0.09,0.338,166400,['gym phonk']
Hkmk,1000X,0.629,0.843,177.967,3,-8.132,1,0.107,0.00116,0.825,0.217,0.819,120000,['trap beats']
Scythermane,Shadow Drift,0.543,0.826,180.069,8,-4.951,1,0.0525,0.000285,0.00412,0.157,0.62,96042,['gym phonk']
Trias,How We Live,0.661,0.937,116.945,0,-4.447,1,0.0513,0.00215,0.34,0.37,0.56,136923,['traprun']
PHNKR,Afterdark,0.619,0.654,104.081,3,-4.636,1,0.0795,0.032,0.000149,0.112,0.183,150030,['gym phonk']
CAIRO!,SPHERE,0.631,0.867,129.929,10,-3.286,0,0.0879,0.15,0.0,0.171,0.559,121846,['aesthetic rap']
dnvn,ALORS ON DANSE,0.729,0.91,129.96,6,-5.511,0,0.41,0.00198,0.186,0.363,0.509,110918,['gym phonk']
Quantum Dog,Сarnival Сat,0.663,0.985,120.014,9,-0.812,1,0.035,0.000295,0.873,0.23,0.543,132500,['gym phonk']
Daft Culture,Poison,0.802,0.699,127.954,11,-3.494,1,0.243,0.00141,0.0,0.306,0.877,184906,[]
Vinsmoker,Bang Bang,0.77,0.63,128.292,1,-4.235,1,0.0852,0.0594,0.56,0.485,0.414,140645,['gym phonk']
Pharmacist,URBAN DDPAT,0.703,0.978,120.041,11,-1.548,0,0.163,0.214,0.000866,0.583,0.275,170010,['drift phonk']
Vinsmoker,Sigma,0.707,0.817,100.217,0,-6.356,1,0.234,0.0902,0.698,0.349,0.471,110400,['gym phonk']
dnvn,LASER,0.919,0.57,124.953,0,-6.899,1,0.267,0.231,0.551,0.0686,0.515,155559,['gym phonk']
SAOTOMAMORE,BLOODBATH,0.513,0.902,94.815,0,-6.201,1,0.254,0.000173,0.824,0.761,0.531,121263,"['aggressive phonk', 'gym phonk']"
KUTE,TECHNO KILLA,0.73,0.892,121.022,11,-3.831,0,0.219,0.195,0.862,0.279,0.59,130041,"['aggressive phonk', 'drift phonk', 'gym phonk']"
PHARAØH,RESURRECT,0.763,0.841,121.054,11,-4.434,0,0.0516,0.101,0.601,0.0791,0.204,120992,['gym hardstyle']
KUTE,FXRGET MY NAME,0.466,0.966,149.078,10,-3.622,0,0.113,0.000114,0.859,0.0965,0.465,116101,"['aggressive phonk', 'drift phonk', 'gym phonk']"
IAMTRA$H,EVERY MINUTE,0.602,0.931,124.006,10,-4.582,0,0.0422,0.00498,0.0135,0.134,0.426,104516,['gym phonk']
Kordhell,MISS ME?,0.682,0.925,124.076,0,-1.181,0,0.05,0.00313,0.0119,0.437,0.506,133548,['drift phonk']
VISXGE,IMMACULATE,0.78,0.385,117.931,7,-7.568,1,0.358,0.00151,5.3e-06,0.661,0.34,140874,['gym phonk']
What The Phonk,Hotel Room,0.848,0.883,124.032,6,-3.234,0,0.0352,0.559,0.00099,0.137,0.536,109839,['gym phonk']
The FifthGuys,PARABELLUM,0.75,0.933,120.013,1,-3.693,1,0.0382,0.00587,0.911,0.0834,0.429,132016,[]
PHONKY KONG,BACARDI,0.656,0.905,119.026,5,-1.374,1,0.0408,0.000102,0.389,0.284,0.229,116975,['gym phonk']
DVRKMANE,Demonrave,0.825,0.48,135.927,11,-2.71,1,0.495,0.0226,0.0485,0.697,0.372,134118,['gym phonk']
KUTE,DARK LADY,0.613,0.975,124.071,1,-2.704,1,0.0871,0.00173,0.0294,0.101,0.424,143468,"['aggressive phonk', 'drift phonk', 'gym phonk']"
BOOTY LEAK,Carbonize,0.789,0.619,105.12,11,-5.464,1,0.166,0.0289,0.595,0.129,0.714,148571,[]
dnvn,BETTER OFF ALONE,0.678,0.827,128.137,2,-4.393,1,0.314,0.334,0.0702,0.133,0.216,150469,['gym phonk']
Kordhell,LAND OF FIRE,0.686,0.952,149.968,4,-2.524,0,0.0529,0.00545,0.00713,0.111,0.269,153600,['drift phonk']
Kordhell,9 In My Hand - Fast & Furious: Drift Tape/Phonk Vol 1,0.712,0.96,120.056,2,-2.181,1,0.321,0.159,0.752,0.707,0.807,86461,['drift phonk']
SAOTOMAMORE,ANTHEM,0.745,0.65,104.949,2,-4.751,1,0.367,0.000429,0.0165,0.902,0.785,146339,"['aggressive phonk', 'gym phonk']"
Red Death Grave,Psycho Devil,0.714,0.894,99.988,10,-4.868,0,0.114,0.00835,0.726,0.0982,0.673,198412,[]
Phonkha,FANGZ,0.593,0.869,100.003,7,-3.19,1,0.0792,0.0279,0.00197,0.439,0.616,144112,[]
Alban Chela,Renegade,0.734,0.759,108.017,2,-7.253,1,0.0523,0.000989,0.0164,0.258,0.232,126667,[]
dnvn,MOVE YOUR BODY,0.656,0.885,125.01,9,-3.689,1,0.0338,0.000706,0.799,0.122,0.139,128824,['gym phonk']
Alban Chela,Low,0.723,0.878,130.136,5,-5.715,1,0.27,0.0274,3.66e-06,0.399,0.209,110769,[]
Vinsmoker,Resonance,0.671,0.646,150.005,1,-5.297,0,0.0484,0.23,0.222,0.144,0.733,107200,['gym phonk']
Narvent,SYNDROME,0.737,0.768,123.995,11,-2.611,0,0.0498,0.00947,0.837,0.183,0.503,189677,[]
Low Detail,LETHAL DOSE,0.667,0.895,100.048,7,-8.109,1,0.27,0.0109,0.0145,0.327,0.383,196962,['gym phonk']
MØRFI,SACRIFICE,0.73,0.869,124.022,0,-5.879,1,0.0635,0.00308,0.935,0.126,0.233,110323,['covertronica']
VISXGE,Vengeance,0.629,0.834,128.026,11,-6.638,1,0.0476,0.000266,0.277,0.51,0.19,116489,['gym phonk']
SAOTOMAMORE,Beast,0.555,0.776,94.896,1,-6.853,1,0.361,0.0188,0.000469,0.115,0.511,121942,"['aggressive phonk', 'gym phonk']"
Alban Chela,Violent Memphis,0.813,0.943,130.062,2,-4.517,1,0.0504,0.000168,0.0232,0.276,0.124,121962,[]
MoonDeity,CURSED,0.688,0.708,123.921,0,-4.961,1,0.246,0.339,0.909,0.584,0.39,155542,[]
FORGOTTENAGE,DOWNING ME,0.782,0.977,119.978,10,-1.108,0,0.0548,0.0677,0.495,0.111,0.46,132500,['drift phonk']
4WHEEL,KERAUNOS KILLER - Speed Up,0.574,0.96,137.326,0,-3.714,1,0.0489,0.111,0.783,0.358,0.961,80604,"['drift phonk', 'gym phonk']"
MUPP,vendetta! - sped up,0.654,0.944,147.308,1,-3.207,1,0.223,0.207,2.01e-06,0.126,0.632,91582,"['drift phonk', 'hyperpop']"
The FifthGuys,Perseus,0.714,0.896,97.524,6,-5.182,1,0.11,0.0939,0.104,0.858,0.331,125848,[]
MC ORSEN,WARNING - Sped Up,0.768,0.858,143.56,8,-4.629,1,0.0767,0.0144,0.861,0.0829,0.522,108672,['drift phonk']
Xllie!,RITMO BRUTALISMO,0.798,0.971,120.042,4,2.187,0,0.0491,3.91e-05,0.946,0.214,0.131,136005,[]
SAOTOMAMORE,KILLING SPREE,0.707,0.717,115.175,2,-1.946,0,0.432,0.113,1.04e-05,0.326,0.439,133565,"['aggressive phonk', 'gym phonk']"
TRA$HCVNDY,SIREN,0.673,0.92,122.061,7,-4.236,1,0.0466,0.00625,0.00144,0.145,0.652,145574,['gym phonk']
The FifthGuys,100 Grand (The FifthGuys Remix),0.829,0.712,97.51,0,-5.128,1,0.163,0.0649,0.0154,0.156,0.399,197538,[]
Fyex,GTR,0.818,0.948,122.009,7,-2.576,1,0.138,0.00352,0.792,0.291,0.555,130005,['gym phonk']
DR MØB,KAMI,0.673,0.78,154.942,5,-2.899,1,0.0586,0.0104,0.73,0.109,0.34,87677,['gym phonk']
MUPP,medusa!,0.755,0.772,125.037,6,-8.042,1,0.161,0.143,8.45e-05,0.112,0.524,101500,"['drift phonk', 'hyperpop']"
DAZI,Machiavelli,0.737,0.689,122.99,4,-7.257,0,0.036,0.00196,0.774,0.111,0.384,121230,[]
MC ORSEN,INSTINCT,0.821,0.772,114.997,5,-4.098,1,0.13,0.00712,0.0562,0.297,0.823,137739,['drift phonk']
blueberry,Silence,0.812,0.375,122.069,10,-5.203,1,0.115,0.0908,0.000145,0.446,0.605,129836,['gym phonk']
Brvski,DOMINATE,0.82,0.872,134.974,5,-5.724,0,0.0351,0.0433,0.908,0.672,0.409,123102,[]
UMBASA,FALLING,0.58,0.985,123.004,1,-2.877,1,0.032,0.00663,0.253,0.117,0.668,208781,['drift phonk']
SHADXWBXRN,DYNAMIC,0.6,0.973,120.046,11,-0.479,0,0.0746,0.00199,0.307,0.114,0.621,120000,"['drift phonk', 'gym phonk']"
yatashigang,Demons Around,0.448,0.673,181.127,5,-6.851,0,0.34,0.017,0.000156,0.176,0.187,165559,['gym phonk']
What The Phonk,MISS YOU,0.663,0.913,139.922,6,-1.694,0,0.0484,0.0492,0.00495,0.0784,0.355,97714,['gym phonk']
KUTE,AVOID ME,0.656,0.964,114.007,6,-2.087,0,0.0964,0.123,0.813,0.78,0.965,105789,"['aggressive phonk', 'drift phonk', 'gym phonk']"
4WHEEL,END LINE,0.817,0.942,125.014,1,-0.578,1,0.0838,0.00108,0.63,0.14,0.466,120462,"['drift phonk', 'gym phonk']"
MC ORSEN,INCOMING,0.905,0.876,124.976,2,-5.467,1,0.0422,0.00391,0.841,0.058,0.31,140160,['drift phonk']
KSLV Noh,Override,0.688,0.761,111.014,4,-4.607,0,0.163,0.00477,0.41,0.175,0.536,114625,['drift phonk']
4WHEEL,GODMODE,0.789,0.897,130.015,5,-1.375,0,0.0778,0.659,0.00013,0.629,0.105,164000,"['drift phonk', 'gym phonk']"
THIRST,THIS IS HOW WE DO IT,0.635,0.97,139.926,11,-2.269,1,0.0518,0.021,0.834,0.175,0.68,123429,['gym phonk']
SHADXWBXRN,COURAGE,0.732,0.994,186.026,7,-4.159,1,0.351,0.00414,0.38,0.0851,0.648,129032,"['drift phonk', 'gym phonk']"
KUTE,AVOID ME 3,0.706,0.933,114.042,10,-0.096,1,0.0721,0.11,0.878,0.058,0.761,120000,"['aggressive phonk', 'drift phonk', 'gym phonk']"
IGARASHI KANTA,In a Hood Near You,0.658,0.828,100.011,0,-3.815,1,0.0351,0.00138,0.39,0.113,0.723,100101,['drift phonk']
Pharmacist,North Memphis,0.716,0.942,167.371,1,-6.116,1,0.0565,0.000136,0.836,0.0663,0.899,135827,['drift phonk']
PRXSXNT FXTURE,TOKYO DRIFT,0.718,0.87,118.937,2,-6.227,1,0.0447,0.000178,0.234,0.0869,0.129,124034,['drift phonk']
MoonDeity,NEON BLADE 2,0.521,0.863,105.001,8,-5.054,1,0.0401,0.00122,0.943,0.113,0.0916,187780,[]
Phonkha,RAVEN,0.709,0.819,125.29,11,-6.047,0,0.131,0.632,0.736,0.17,0.656,146030,[]
Hikki Gaya,AMNESIA,0.605,0.887,99.998,1,-2.298,1,0.0448,0.000974,0.919,0.352,0.0759,131253,[]
Snoblack,1998,0.701,0.516,135.057,9,-13.22,0,0.0525,0.00126,0.567,0.105,0.337,117500,[]
Ya$h,SLAYER,0.609,0.962,90.026,10,-4.172,0,0.0968,0.000736,0.251,0.247,0.706,173170,['drift phonk']
HIDEOUS MORBID,JUDGMENT NIGHT,0.56,0.869,195.03,1,-2.133,1,0.356,0.00456,0.586,0.301,0.746,90462,"['drift phonk', 'gym phonk']"
MUPP,BROKEN SPIRIT,0.681,0.827,122.024,1,-4.891,0,0.0498,0.296,0.637,0.117,0.204,121122,"['drift phonk', 'hyperpop']"
Ctrlgang,WHATDOYOUNEED!,0.702,0.961,160.026,1,-1.095,1,0.0775,0.0923,0.0,0.048,0.758,96750,[]
Sensi Sye,BLADES,0.837,0.614,121.981,7,-9.68,1,0.0818,0.000559,0.706,0.138,0.275,135839,[]
Sadfriendd,bad!,0.727,0.96,99.999,1,-4.642,1,0.0909,0.0158,1.17e-06,0.318,0.452,134400,"['aesthetic rap', 'gym phonk', 'hyperpop']"
Dxrk ダーク,BONES,0.643,0.799,123.944,6,-5.777,0,0.253,0.593,0.00235,0.219,0.149,154849,['drift phonk']
V3CNA,Merry Phonkmas,0.639,0.803,130.002,0,-5.128,1,0.0324,0.000524,0.00556,0.358,0.446,158308,['gym phonk']
Eyez Hate U,DECIMATION,0.7,0.975,126.011,4,-2.659,0,0.0356,0.00382,0.427,0.328,0.43,137148,['drift phonk']
MoonDeity,GO!,0.708,0.912,118.013,7,-3.189,1,0.0838,0.487,0.0177,0.79,0.571,150466,[]
SHADXWBXRN,DAMAGE,0.666,0.958,121.993,0,-3.602,1,0.0455,0.273,0.931,0.0993,0.909,141639,"['drift phonk', 'gym phonk']"
Low Detail,RED DOT,0.735,0.925,109.018,10,-5.222,1,0.224,0.131,0.971,0.138,0.55,127731,['gym phonk']
MC ORSEN,TAKE OFF,0.694,0.924,124.933,0,-2.218,1,0.0557,0.00117,0.917,0.259,0.349,118172,['drift phonk']
Moldavite,Drip,0.519,0.983,148.041,0,0.63,0,0.168,0.0336,0.42,0.0772,0.492,162162,['melbourne bounce international']
MVDNES,REQUIEM,0.741,0.824,120.028,1,-4.855,1,0.0348,0.0111,0.78,0.325,0.554,114000,['g-house']
Phonk Killer,DEVIL SOUL,0.88,0.712,131.983,7,-4.27,1,0.0795,0.145,0.936,0.162,0.615,113187,[]
Phon-Kbron,Are You Ready,0.68,0.897,136.006,9,-8.038,1,0.0356,0.0135,0.907,0.111,0.527,144746,['gym phonk']
PHNKR,CXTXCLYSM,0.656,0.969,112.043,7,-1.842,1,0.294,0.438,5.9e-06,0.179,0.617,175748,['gym phonk']
Willburd,THE LAST BULLET,0.526,0.618,199.925,4,-8.221,0,0.0906,0.189,0.91,0.119,0.507,125509,[]
Oriux,PHANTOM,0.785,0.668,120.04,3,-4.022,0,0.136,0.15,3.75e-05,0.179,0.538,144010,[]
LXNGVX,YUMMI,0.752,0.81,130.109,5,-2.684,1,0.0497,0.653,0.472,0.167,0.553,96279,[]
Anar,AREAMATE MIZ,0.877,0.905,120.008,1,-5.379,1,0.156,0.066,0.0257,0.241,0.625,76199,[]
Lil Ugly Mane,Twistin,0.677,0.89,117.143,1,-5.721,0,0.344,0.012,0.0,0.0979,0.548,261276,"['psychedelic hip hop', 'underground hip hop', 'virginia hip hop']"
NxxxxxS,Playa Shit,0.698,0.655,130.004,11,-7.636,0,0.0376,0.00142,0.788,0.224,0.275,216000,"['phonk', 'trap beats', 'vaporwave']"
Purple Posse,Caramel,0.781,0.781,134.969,10,-9.255,0,0.0424,0.0183,0.000189,0.0706,0.23,144505,['phonk']
Hymbeats,Money N Choppas,0.648,0.757,135.002,3,-8.011,0,0.0304,0.00879,0.337,0.0708,0.443,156473,['phonk']
Ponsuda.,Desire,0.56,0.601,130.095,8,-6.755,1,0.139,0.0229,0.805,0.0751,0.236,149417,['phonk']
Holy Mob,Break out da Glock,0.793,0.887,128.029,10,-5.716,0,0.0744,0.00196,0.665,0.125,0.623,202979,['phonk']
Freddie Dredd,Doomset,0.843,0.859,125.05,0,-2.604,0,0.0564,0.0562,0.000715,0.473,0.847,153600,"['aesthetic rap', 'meme rap', 'phonk']"
DJ Screw,My Mind Went Blank,0.8,0.556,120.821,1,-11.881,1,0.462,0.119,0.0,0.295,0.637,397467,"['chopped and screwed', 'crunk', 'dirty south rap', 'gangster rap', 'houston rap', 'trap']"
Drae Da Skimask,Coogi Sweater,0.932,0.393,122.004,7,-10.168,1,0.282,0.0424,0.67,0.175,0.541,141938,['phonk']
NxxxxxS,Evil Thoughts Be On My Mind,0.673,0.834,120.022,5,-4.906,0,0.0285,0.0188,0.786,0.126,0.605,176000,"['phonk', 'trap beats', 'vaporwave']"
GRXGVR,Scholar,0.701,0.507,124.375,1,-10.794,0,0.0466,0.368,0.836,0.105,0.0919,187791,"['cloud rap', 'phonk', 'wave']"
Nell,.Blood.Spill,0.782,0.745,133.899,1,-8.297,1,0.08,0.000205,0.0,0.495,0.214,86040,"['cloud rap', 'underground hip hop']"
Purple Posse,On The Grind,0.768,0.643,139.974,11,-9.271,0,0.076,0.0444,0.15,0.138,0.38,233268,['phonk']
Mr. Sisco,No Handouts,0.748,0.736,140.038,5,-8.27,0,0.219,0.00441,0.0,0.137,0.635,274254,['phonk']
Soudiere,I Be That Mf,0.454,0.544,160.012,10,-7.188,0,0.0401,0.00658,0.522,0.184,0.239,299305,"['phonk', 'wave']"
Ghostemane,"Kast Out (feat. Sorta Human, Mr Sisco, Lil Woofy Woof, Wavy Jone$ & Dj Killa C)",0.865,0.647,155.466,1,-8.118,1,0.352,0.0259,0.00183,0.142,0.325,192170,"['cloud rap', 'dark trap', 'florida rap']"
Three 6 Mafia,Sippin On Some Syrup (feat. UGK (Underground Kingz) & Project Pat),0.944,0.84,136.019,11,-4.141,1,0.108,0.00922,0.0,0.0921,0.89,261973,"['crunk', 'dirty south rap', 'gangster rap', 'memphis hip hop', 'southern hip hop', 'tennessee hip hop', 'trap']"
Roland Jones,STRICTLY ROBB,0.79,0.586,137.725,0,-14.973,1,0.297,0.146,0.6,0.413,0.842,139571,['phonk']
Dj Smokey,Ridin Thru (Red Eyez),0.691,0.628,130.016,11,-10.721,1,0.038,0.0085,0.46,0.132,0.222,257109,"['cloud rap', 'phonk']"
Robscire,Shotgun Smoke (feat. Mr. Sisco),0.701,0.981,130.016,7,-5.272,1,0.156,0.000223,0.697,0.371,0.72,225259,['phonk']
Soudiere,Highed Up,0.825,0.732,130.025,0,-7.951,0,0.0758,0.0127,0.0154,0.177,0.681,206817,"['phonk', 'wave']"
Holy Mob,Android 18,0.764,0.719,128.002,6,-8.472,0,0.034,0.166,0.642,0.0722,0.889,180000,['phonk']
Hymbeats,Trappin' Stupid Hard,0.466,0.59,119.968,1,-7.015,1,0.065,0.00228,0.329,0.102,0.101,174028,['phonk']
Three 6 Mafia,Neighborhood Hoe,0.875,0.658,120.557,11,-9.436,0,0.178,0.0219,0.0143,0.337,0.655,115744,"['crunk', 'dirty south rap', 'gangster rap', 'memphis hip hop', 'southern hip hop', 'tennessee hip hop', 'trap']"
Jak3 / Trashman,Body on the Floor,0.836,0.777,120.313,8,-7.494,1,0.11,0.276,0.00695,0.178,0.559,159615,['phonk']
Lil Kaine,Exterminate,0.735,0.825,126.022,2,-6.205,1,0.0481,0.000245,0.728,0.381,0.324,121719,['phonk']
Ponsuda.,By Myself,0.725,0.555,129.999,7,-9.465,1,0.0616,0.00399,0.0274,0.672,0.351,177308,['phonk']
Kold-Blooded,BATMAN,0.69,0.366,130.03,0,-13.24,1,0.0638,0.0112,0.0,0.159,0.134,354795,"['cloud rap', 'dark trap']"
Koopsta Knicca,Stash Pot,0.91,0.82,130.696,1,-6.853,0,0.119,0.0269,0.000119,0.332,0.716,296533,"['crunk', 'memphis hip hop']"
Soudiere,Weak,0.738,0.724,140.01,5,-7.319,0,0.0359,0.0468,0.156,0.147,0.518,233143,"['phonk', 'wave']"
Lord Lorenz,I Shall Remain,0.726,0.743,148.163,7,-6.156,1,0.066,0.0325,0.0245,0.116,0.253,145685,"['dark trap', 'phonk']"
Von Storm,Mac Attack,0.863,0.62,149.937,8,-10.487,1,0.238,0.0709,0.396,0.13,0.701,181179,['phonk']
Dj Smokey,Kill Everybody,0.784,0.568,146.461,6,-11.518,0,0.391,0.012,1.38e-05,0.656,0.694,155141,"['cloud rap', 'phonk']"
Roland Jones,Margiela,0.816,0.699,140.133,5,-7.759,0,0.0529,0.00151,0.823,0.102,0.163,96131,['phonk']
Von Storm,Late Night Bound,0.687,0.754,139.981,5,-4.726,1,0.0272,0.000853,0.805,0.342,0.476,199161,['phonk']
Three 6 Mafia,Stay Fly,0.789,0.881,133.299,11,-5.758,1,0.0331,0.109,0.0,0.355,0.647,236600,"['crunk', 'dirty south rap', 'gangster rap', 'memphis hip hop', 'southern hip hop', 'tennessee hip hop', 'trap']"
SpaceGhostPurrp,Grind On Me,0.751,0.498,130.048,10,-10.0,1,0.0473,0.0748,1.28e-05,0.341,0.337,137240,"['cloud rap', 'miami hip hop', 'phonk', 'underground hip hop']"
Ponsuda.,Burglary,0.926,0.675,128.014,8,-8.612,1,0.0746,0.0226,0.00846,0.0767,0.252,212022,['phonk']
Holy Mob,Yo Bitch a Fiend,0.715,0.71,122.983,1,-5.725,0,0.0284,0.0502,0.188,0.139,0.196,269817,['phonk']
DJ Yung Vamp,Blessing,0.842,0.368,119.999,5,-7.45,0,0.0473,0.106,0.557,0.155,0.204,184000,['phonk']
Drae Da Skimask,Velour Suits,0.779,0.692,113.98,1,-9.265,0,0.0394,0.0998,0.0186,0.0951,0.152,202127,['phonk']
Chill Children,Pounds,0.829,0.853,110.007,2,-10.153,1,0.0385,0.0697,0.626,0.124,0.387,144102,['lo-fi beats']
JASON RICH,PSTLGRP.,0.735,0.727,109.991,10,-7.069,0,0.0742,0.00062,0.000459,0.177,0.223,226233,['phonk']
Purple Posse,Drugz,0.741,0.4,114.998,8,-10.907,1,0.0405,0.0482,0.581,0.136,0.14,217179,['phonk']
Tre Flip,Afterlife,0.853,0.324,122.005,5,-10.985,0,0.122,0.556,0.464,0.0934,0.13,157500,['phonk']
Occvlt,Alizay,0.851,0.774,126.995,1,-3.937,1,0.0413,0.0213,0.82,0.104,0.155,168124,['phonk']
Inteus,Fire on Me,0.854,0.645,115.006,1,-7.225,1,0.0878,0.00497,0.00014,0.0982,0.385,179484,['phonk']
SpaceGhostPurrp,Friday (Strip Club),0.653,0.826,183.834,6,-6.611,0,0.153,0.027,5.12e-06,0.0866,0.458,178258,"['cloud rap', 'miami hip hop', 'phonk', 'underground hip hop']"
MOTAT,Those Days,0.654,0.546,120.014,10,-10.685,1,0.0461,0.00111,0.0143,0.139,0.182,160000,['phonk']
DJ Zirk,2 Thick,0.852,0.37,130.23,11,-13.111,0,0.142,0.0314,0.00837,0.113,0.635,438400,['memphis hip hop']
Creeds,Push Up - Main Edit,0.767,0.83,75.023,7,-8.78,1,0.206,0.209,0.836,0.0582,0.187,139300,[]
Tiagz,Tacata (Remix),0.922,0.678,134.012,9,-6.016,1,0.146,0.377,0.00279,0.412,0.58,156716,"['ottawa rap', 'viral rap']"
Mason,Perfect (Exceeder),0.667,0.845,127.879,6,-6.845,1,0.0812,0.0248,0.065,0.466,0.681,161250,[]
Clovis Reyes,Fluxxwave,0.512,0.468,75.304,5,-9.144,0,0.0643,0.0303,0.0121,0.26,0.188,150442,['sped up']
MC K.K,Agudo Mágico 4,0.879,0.651,130.066,0,-2.6,0,0.0529,0.0948,0.0,0.124,0.505,190101,['funk mandelao']
TRASHXRL,Orquestra Maldita,0.641,0.988,130.073,10,0.427,1,0.0615,0.243,0.327,0.0893,0.849,119778,[]
Fred again..,leavemealone,0.68,0.881,174.062,0,-4.503,1,0.0553,0.00499,0.0253,0.574,0.105,222784,"['edm', 'house', 'stutter house']"
Fast & Furious: The Fast Saga,WORTH NOTHING (feat. Oliver Tree) - Fast & Furious: Drift Tape/Phonk Vol 1,0.604,0.601,139.88,2,-7.887,0,0.0628,0.15,0.000579,0.168,0.156,164629,['soundtrack']
1nonly,Step Back!,0.783,0.89,127.996,1,-5.995,1,0.2,0.185,0.00417,0.0969,0.437,150675,['aesthetic rap']
Slowboy,Brazilian Phonk Mano,0.875,0.883,130.044,1,-2.958,0,0.124,0.00462,0.538,0.107,0.807,84577,['phonk brasileiro']
BONES,HDMI,0.713,0.29,124.941,7,-16.365,1,0.0647,0.686,0.807,0.318,0.121,139440,"['cloud rap', 'dark trap']"
KSLV Noh,Disaster,0.825,0.613,117.052,0,-6.043,1,0.0941,0.0158,0.391,0.159,0.511,84138,['drift phonk']
Ghostemane,Mercury: Retrograde,0.826,0.816,156.995,2,-7.345,1,0.345,0.0581,0.00938,0.0593,0.43,124539,"['cloud rap', 'dark trap', 'florida rap']"
DJ FLG,DILATAÇÃO HIPNÓTICA 6.0,0.794,0.831,139.252,1,0.218,1,0.0587,0.0264,0.0,0.421,0.506,150525,[]
Eternxlkz,BRODYAGA FUNK,0.593,0.738,130.0,11,-2.956,0,0.0351,0.269,0.968,0.292,0.591,134785,[]
SAY3AM,Broken Trust,0.556,0.856,114.998,6,-6.816,1,0.0733,5.66e-05,0.00647,0.258,0.223,137739,[]
MUPP,infinite universe,0.471,0.912,167.008,8,-6.284,1,0.0471,0.000133,0.795,0.138,0.109,125030,"['drift phonk', 'hyperpop']"
Wels,NXSTY BLOOD,0.784,0.556,74.979,9,-9.045,1,0.0883,0.652,0.864,0.139,0.731,114105,['memphis phonk']
LXRY PXNK,Rain,0.677,0.905,109.985,4,-3.632,0,0.036,0.0124,0.895,0.131,0.0395,139636,['gym phonk']
akiaura,Sleepwalker,0.595,0.8,119.988,3,-5.262,0,0.0285,0.00341,0.0397,0.608,0.151,212000,['dreampunk']
VØJ,Memory Reboot,0.469,0.894,81.377,8,-6.341,1,0.0428,0.00024,0.000194,0.125,0.456,209416,['traprun']
barnacle boi,Surrender.,0.514,0.919,127.967,11,-5.715,1,0.0482,0.00238,0.0871,0.106,0.227,168750,['wave']
Lowx,Excused,0.635,0.626,126.982,5,-12.031,0,0.209,0.172,0.543,0.0885,0.144,143622,"['anime phonk', 'chill phonk']"
Lastfragment,Eyes Don't Lie,0.699,0.81,99.038,8,-6.057,1,0.177,0.0224,0.0339,0.558,0.551,136585,[]
danjerr,Moments,0.635,0.331,79.093,2,-10.315,1,0.0605,0.572,0.849,0.0993,0.22,252736,[]
glichery,Heavenly Key,0.657,0.721,125.98,8,-9.7,1,0.03,0.000429,0.655,0.0795,0.536,125714,[]
FORGOTTENAGE,End of the World,0.605,0.911,120.016,10,-4.635,1,0.0288,0.0635,0.0,0.643,0.275,164000,['drift phonk']
SHADXWBXRN,OBLIVION,0.622,0.867,121.915,1,-4.499,1,0.0476,0.0109,0.323,0.0833,0.0541,137705,"['drift phonk', 'gym phonk']"
DVRST,Dream Space,0.781,0.696,107.996,2,-6.069,1,0.113,0.137,0.00424,0.573,0.293,171466,"['chill phonk', 'drift phonk']"
Fyex,Teardrops,0.5,0.658,139.973,5,-5.647,0,0.104,0.279,3.2e-05,0.11,0.134,180076,['gym phonk']
CYPARISS,BLESSED BY THE FALLEN,0.59,0.849,144.981,11,-6.014,0,0.283,0.124,2.29e-05,0.515,0.377,185384,"['anime phonk', 'chill phonk']"
phonk.me,ENDLESS UNIVERSE,0.657,0.63,155.978,2,-9.94,1,0.123,0.527,0.898,0.0697,0.128,172456,['gym phonk']
Lorean,The Perfect Phonk,0.743,0.791,128.992,0,-8.093,1,0.0627,0.182,0.816,0.512,0.0391,186279,[]
LXST CXNTURY,ODIUM,0.708,0.781,74.997,11,-8.267,0,0.0638,0.163,0.885,0.392,0.345,166579,"['chill phonk', 'drift phonk']"
Monkid,The Lost Soul Down,0.741,0.446,112.175,10,-5.442,0,0.137,0.585,0.24,0.121,0.402,124775,[]
bxkq,Aria Math,0.484,0.878,160.005,4,-6.221,0,0.0445,0.256,0.842,0.0932,0.123,245484,[]
ROMANTICA,EASY PEAZY,0.835,0.492,114.999,11,-8.004,0,0.138,0.0465,0.915,0.392,0.335,169043,[]
HXPETRAIN,Miracle,0.598,0.868,100.091,8,-2.679,0,0.0439,0.00618,0.925,0.637,0.117,132000,[]
COWBELL DYNASTY,NIGHT PHONK,0.655,0.5,116.418,1,-10.726,0,0.0938,0.126,0.897,0.236,0.162,82865,[]
MXRGX,GET AWAY II,0.587,0.857,160.023,5,-4.891,0,0.0346,0.0629,0.739,0.113,0.29,192000,['drift phonk']
zetuv,See U,0.555,0.645,144.998,1,-5.728,0,0.178,0.47,0.28,0.112,0.429,170888,['drift phonk']
Atomic Heart,Komarovo (DVRST Phonk Remix),0.676,0.724,115.018,9,-7.087,0,0.0444,0.0751,0.000194,0.296,0.253,146087,[]
STRLGHT,RATHER BE ALONE,0.613,0.695,109.996,10,-10.695,1,0.0315,0.712,0.827,0.0939,0.0638,178909,[]
Digma,Night Drive,0.606,0.969,74.951,1,-2.751,1,0.115,0.0385,0.622,0.0675,0.337,167607,[]
EDWXRDX,ZEMLYA,0.556,0.818,109.768,2,-7.048,1,0.206,0.238,0.251,0.336,0.349,144632,[]
skyfall beats,nightmares,0.642,0.615,110.004,11,-4.56,1,0.207,0.0261,0.301,0.0945,0.195,165818,['chill phonk']
TTM,Lunar,0.411,0.678,125.983,5,-12.724,0,0.0661,0.116,0.732,0.0958,0.188,161143,['gym phonk']
ROMANTICA,ERROR,0.896,0.767,115.037,10,-6.208,0,0.0319,0.0441,0.557,0.124,0.709,162783,[]
Øneheart,nightriders,0.872,0.739,119.994,9,-6.832,0,0.106,0.172,0.643,0.0695,0.27,122021,['hardwave']
5l33p,Dark Mercer,0.64,0.525,154.97,1,-10.215,1,0.169,0.598,0.971,0.154,0.464,158420,['drift phonk']
Hensonn,Omega,0.728,0.771,115.03,6,-6.498,0,0.0347,0.328,0.868,0.0728,0.0925,173399,"['drift phonk', 'ukrainian phonk']"
$atori Zoom,Still Breathing - Original Mix,0.726,0.773,125.02,1,-8.331,0,0.0529,0.046,0.91,0.139,0.191,188160,['aesthetic rap']
plenka,Call Me,0.699,0.684,120.016,11,-10.139,1,0.0344,0.00716,0.856,0.0748,0.266,164068,['drift phonk']
zetuv,Space,0.684,0.832,150.004,0,-4.321,1,0.0914,0.00555,0.269,0.0743,0.58,145050,['drift phonk']
Antent,night drive,0.705,0.549,93.894,6,-11.967,0,0.178,0.698,0.869,0.1,0.323,146695,['hardwave']
phonk.me,In the mountains,0.755,0.529,143.058,6,-9.802,0,0.0444,0.12,0.375,0.0811,0.421,109091,['gym phonk']
7vvch,Born To Fly,0.748,0.666,125.035,9,-7.024,1,0.0594,0.0885,0.719,0.349,0.323,172800,[]
Wilee,Cold Blood,0.735,0.817,115.138,5,-5.087,0,0.0438,0.00297,3.63e-05,0.0936,0.157,186683,"['anime phonk', 'chill phonk']"
Sx1nxwy,Frontier,0.627,0.494,101.542,11,-10.829,0,0.0648,0.103,0.656,0.111,0.151,227004,['gym phonk']
Dxrk ダーク,CLOUD,0.76,0.833,121.021,9,-8.353,0,0.0345,0.696,0.835,0.0952,0.837,174613,['drift phonk']
KIIXSHI,MY LIFE,0.76,0.905,120.02,1,-7.62,1,0.0512,0.573,0.871,0.176,0.611,112692,['gym phonk']
DVRST,This Place is Near You,0.715,0.834,114.967,8,-8.064,1,0.074,0.0108,0.64,0.136,0.357,130435,"['chill phonk', 'drift phonk']"
SOULIFY,Void,0.732,0.656,100.065,9,-7.708,0,0.169,0.687,0.0452,0.152,0.214,158400,['chill phonk']
CYREX,FIREFLIES,0.828,0.828,120.017,8,-6.041,1,0.161,0.334,0.0,0.0994,0.603,163156,[]
Elisabeth Brownlow,Rinse Repeat,0.86,0.491,109.992,1,-0.629,1,0.226,0.0385,0.819,0.109,0.648,139687,[]
KEDELA,OCCUPATION,0.712,0.796,139.964,8,-8.046,1,0.0477,0.0673,0.000151,0.221,0.473,210301,['drift phonk']
Project 98,MY WORLD,0.798,0.897,110.98,8,-4.643,0,0.0627,0.148,0.729,0.248,0.504,123243,[]
Sibewest,Silence 2,0.662,0.692,77.555,8,-8.106,0,0.139,0.0661,0.809,0.118,0.55,168808,"['chill phonk', 'drift phonk', 'wave']"
L19U1D,TEARDROP,0.661,0.591,175.963,2,-6.13,0,0.0339,0.0286,0.832,0.32,0.204,180000,['drift phonk']
OBLXKQ,Lxve,0.531,0.628,159.991,0,-8.298,1,0.0539,0.00516,0.703,0.238,0.117,126000,['drift phonk']
LXST CXNTURY,UTOPIA,0.498,0.833,75.035,1,-7.338,0,0.0613,0.00898,3.16e-06,0.499,0.38,137600,"['chill phonk', 'drift phonk']"
SPVRROW,Glass,0.741,0.669,134.013,1,-10.366,1,0.0715,0.0708,0.654,0.111,0.663,143293,['drift phonk']
Kim,nightexpress,0.676,0.867,100.002,5,-7.204,1,0.146,0.153,0.92,0.137,0.222,160870,"['drift phonk', 'hardwave']"
Sx1nxwy,WITHOUT LIMITS,0.476,0.681,185.01,9,-15.587,0,0.0485,0.014,0.934,0.0666,0.0394,192649,['gym phonk']
HIDEOUS MORBID,HOLOGRAM,0.47,0.869,180.0,7,-4.434,1,0.0448,0.00287,0.904,0.122,0.158,133004,"['drift phonk', 'gym phonk']"
PhonkDog,Chill Phonk,0.744,0.589,130.983,1,-9.828,1,0.0642,0.0112,0.628,0.11,0.168,107562,[]
АДЛИН,Перестал мечтать,0.836,0.722,95.016,8,-7.324,1,0.0525,0.16,0.527,0.0602,0.332,168669,"['russian drain', 'zxc']"
OBLXKQ,DIFFERENT NOISE,0.71,0.498,118.028,11,-6.985,0,0.176,4.69e-05,0.000909,0.612,0.504,163220,['drift phonk']
CREEPYMANE,Desolation 2,0.527,0.977,145.005,10,-5.056,0,0.362,0.0351,0.0112,0.161,0.282,92763,['drift phonk']
Wilee,Night Drive (Slowed + Reverb),0.635,0.968,103.564,2,-5.444,1,0.0334,0.128,0.879,0.0865,0.155,137143,"['anime phonk', 'chill phonk']"
KSLV Noh,Memento,0.439,0.671,184.934,4,-8.552,0,0.0961,0.144,0.867,0.136,0.134,176578,['drift phonk']
dxprxsslve,Ridge Crest,0.787,0.707,162.922,11,-8.503,0,0.142,0.106,0.909,0.091,0.14,172487,[]
KSLV Noh,Ascension,0.525,0.932,136.045,1,-2.032,1,0.0735,0.0634,0.906,0.249,0.639,120000,['drift phonk']
LXST CXNTURY,MUSIC DEALER,0.618,0.768,130.094,8,-7.31,1,0.0535,0.279,0.0,0.129,0.104,169846,"['chill phonk', 'drift phonk']"
FORGOTTENAGE,UNREQUITED LOVE,0.848,0.799,120.025,1,-7.393,1,0.0448,0.181,0.276,0.274,0.363,150036,['drift phonk']
CYPARISS,LXVE TXWN,0.688,0.686,84.951,7,-6.309,1,0.0665,0.0147,0.91,0.109,0.212,158118,"['anime phonk', 'chill phonk']"
LXST CXNTURY,NO HOPE,0.366,0.874,77.299,11,-6.276,1,0.0713,0.226,0.876,0.125,0.288,91173,"['chill phonk', 'drift phonk']"
Tele.phonk,Eyez On The Prize,0.816,0.859,123.987,2,-7.442,1,0.0664,0.00117,0.623,0.0762,0.317,111290,[]
Øneheart,OBLIVION,0.619,0.876,150.061,9,-5.828,0,0.0714,0.402,0.717,0.0929,0.238,192012,['hardwave']
KSLV Noh,Club Racer,0.464,0.878,179.96,10,-5.167,0,0.0445,3.63e-05,0.152,0.127,0.467,128000,['drift phonk']
STXRZ,Faith,0.636,0.765,164.96,7,-6.105,0,0.0512,0.00568,0.956,0.117,0.168,125716,['drift phonk']
vvpskvd.,Hallucination,0.552,0.87,150.009,9,-6.225,0,0.381,0.105,0.445,0.115,0.399,153683,['drift phonk']
CYREX,AFTERLIFE,0.692,0.735,110.007,1,-8.691,1,0.0348,0.314,0.959,0.117,0.415,196673,[]
PRXSXNT FXTURE,Rainy Night Drive,0.734,0.541,99.988,1,-9.867,1,0.0469,0.00639,0.51,0.343,0.0715,159812,['drift phonk']
Øneheart,seaside,0.748,0.879,122.006,9,-7.05,0,0.119,0.0264,0.0402,0.133,0.112,159344,['hardwave']
plenka,Next Day Was Yesterday,0.741,0.74,99.988,1,-4.322,0,0.0836,0.164,0.00156,0.128,0.248,172800,['drift phonk']
BLESSED MANE,Lost Orion,0.657,0.736,144.956,7,-3.946,1,0.0372,0.066,0.883,0.122,0.382,186371,['drift phonk']
GRAVECHILL,Shiver,0.535,0.847,145.998,9,-6.146,1,0.101,0.00342,0.513,0.143,0.141,145522,"['chill phonk', 'drift phonk']"
ZODIVK,DREAM ABOUT YOU,0.591,0.716,101.46,9,-8.479,0,0.0942,0.102,0.0914,0.0888,0.218,168205,['gym phonk']
Hensonn,Galaxy,0.626,0.688,137.979,7,-8.416,1,0.0427,0.488,0.877,0.0637,0.263,176111,"['drift phonk', 'ukrainian phonk']"
DVRKLXGHT,EUPHORIA,0.755,0.723,109.985,2,-2.892,1,0.0329,0.00288,0.532,0.137,0.2,183273,['chill phonk']
Hensonn,Frequency,0.746,0.66,160.076,7,-7.752,0,0.0578,0.845,0.835,0.0742,0.662,150024,"['drift phonk', 'ukrainian phonk']"
WEEDMANE,SUICIDE YEAR,0.788,0.871,128.195,6,-5.782,0,0.043,0.172,0.00164,0.115,0.401,91820,['drift phonk']
BLESSED MANE,Black Road,0.621,0.75,140.054,6,-7.296,0,0.0328,0.0323,0.805,0.148,0.552,185143,['drift phonk']
GRAVECHILL,ENDLESS VOID,0.677,0.698,101.997,10,-6.375,0,0.0321,0.000958,0.203,0.0687,0.175,142218,"['chill phonk', 'drift phonk']"
HXVRMXN,South,0.866,0.667,139.939,6,-6.68,0,0.0558,0.399,0.00242,0.156,0.583,192000,['drift phonk']
Falxce,Chill Phonk,0.72,0.861,159.952,2,-5.141,1,0.0489,0.0766,0.976,0.409,0.667,85809,['drift phonk']
Øneheart,look around,0.8,0.528,136.033,0,-13.795,1,0.0915,0.723,0.739,0.179,0.551,127114,['hardwave']
Confirmbackup,Spacewave,0.738,0.425,171.78,7,-18.125,1,0.156,0.146,0.85,0.0904,0.436,206890,['ukrainian phonk']
my!lane,This Feeling,0.491,0.908,125.997,7,-4.659,0,0.172,6.89e-05,0.0,0.101,0.207,163829,['drift phonk']
Memphis Cult,9mm,0.737,0.915,154.964,0,-2.749,1,0.0412,0.00322,2.58e-05,0.084,0.304,86710,['memphis phonk']
xxanteria,BAIXO,0.672,0.867,132.977,8,-7.102,1,0.036,0.0268,0.959,0.117,0.702,104013,[]
DJ Dudah,MONTAGEM - MELODIA ENVOLVENTE 4,0.693,0.719,130.04,11,-8.782,0,0.0462,0.0611,0.125,0.143,0.763,250861,['phonk brasileiro']
$werve,krushed!,0.705,0.954,109.993,2,-2.221,1,0.0413,0.00333,0.938,0.173,0.349,98182,"['aggressive phonk', 'drift phonk', 'gym phonk']"
MRL,The Automotivo Infernal 1.0 - Purple,0.765,0.913,140.008,9,-1.957,1,0.209,0.0441,0.000471,0.208,0.615,114594,[]
6YNTHMANE,Ashi Ashi,0.741,0.992,126.052,11,-2.483,0,0.365,0.365,0.0,0.487,0.489,110476,[]
DJ Paulinho Mondi Da Baixa Baviera,Robot Rock (Funk),0.942,0.548,136.009,0,-3.367,1,0.249,0.00175,0.03,0.0939,0.832,153529,[]
seyhqnsert,Montagem Coral,0.651,0.932,133.004,0,-2.21,1,0.227,0.488,0.000153,0.477,0.577,145125,[]
TRXVELER,TREINAMENTO DE FORÇA,0.527,0.956,130.05,2,-0.678,1,0.0531,0.000861,0.472,0.795,0.547,125538,[]
NUEKI,BREEZY,0.47,0.97,194.974,11,0.141,1,0.284,0.0335,0.0697,0.248,0.389,90500,['phonk brasileiro']
DRAGONMANE,COWBELL GOTH,0.893,0.965,143.042,5,-11.993,1,0.441,0.728,0.00274,0.407,0.343,141040,['memphis phonk']
msht,OneShot,0.581,0.997,112.998,7,-3.076,1,0.0695,0.000239,0.441,0.317,0.0381,152926,[]
Anar,AREAMATE MIZ,0.883,0.909,120.025,1,-4.849,1,0.146,0.0721,0.0685,0.191,0.697,76281,[]
Eternxlkz,ENOUGH!,0.736,0.584,130.005,3,-4.521,0,0.0323,0.038,0.834,0.217,0.842,90692,[]
LXNGVX,OM NOM NOM,0.713,0.855,129.9,10,-1.134,0,0.0584,0.108,0.175,0.167,0.493,110837,[]
SXID,Funk of Suffering,0.708,0.826,124.243,9,-2.112,1,0.0443,0.297,1.68e-05,0.31,0.61,77424,['gym phonk']
John Bis.T,CHIPI CHAPA BRAZIL,0.69,0.948,125.935,9,2.015,0,0.136,0.275,1.11e-06,0.338,0.608,100476,[]
core5k,DODGE THIS,0.704,0.728,150.126,7,-3.308,1,0.423,0.0854,0.316,0.34,0.43,83210,[]
NECROLX,Oppa,0.954,0.957,129.969,5,-2.782,1,0.257,0.513,0.348,0.131,0.493,87000,['phonk brasileiro']
ICHIRO,PSYCHO FUNK,0.948,0.842,129.979,8,-3.287,0,0.185,0.616,0.101,0.253,0.607,120938,[]
$pidxrs?808,DEUS DA GUERRA,0.646,0.861,135.993,10,-5.721,0,0.0314,0.0128,0.104,0.0767,0.373,106763,['phonk brasileiro']
DJ Blakes,Montagem Game 196 e Nem Começou o Filme (feat. MC Morena de SP),0.674,0.679,130.38,7,-5.404,1,0.432,0.652,0.000561,0.311,0.804,225692,"['funk mandelao', 'funk mtg']"
Gatito Malo,Twilight - Remix,0.881,0.618,124.011,4,-13.519,1,0.045,0.0112,0.851,0.0964,0.82,116129,['sped up']
DJ AG O GRINGO,HOJE EU VOU COMER NOVINHA 02,0.913,0.39,130.05,9,-4.538,1,0.12,0.707,3.32e-05,0.11,0.175,107128,['funk mtg']
KUTE,ANUBIS,0.627,0.993,109.975,1,-1.304,1,0.0714,0.00142,0.254,0.239,0.58,131455,"['aggressive phonk', 'drift phonk', 'gym phonk']"
LXAES,Own Paradise,0.815,0.857,119.983,7,-8.218,1,0.0612,0.000688,0.666,0.32,0.79,128026,[]
FR3ST,Mtg Ensurdecência Estelar 1.0,0.715,0.816,135.4,7,-6.642,1,0.0715,0.153,1.14e-06,0.123,0.905,159842,[]
Jesse Qooin,Phonk,0.689,0.95,175.911,10,-12.58,0,0.0792,0.0662,0.962,0.0929,0.2,58792,[]
DJ MOIGUS,PHONK BRASILEIRO FRESCO,0.836,0.935,130.061,1,-1.552,1,0.22,0.288,0.0154,0.129,0.276,76303,[]
DJ MOIGUS,PHONK BRASILEIRO FRESCO (Slowed + Reverb),0.852,0.964,115.918,1,-2.206,1,0.123,0.24,0.00292,0.127,0.247,85649,[]
DJ MOIGUS,PHONK BRASILEIRO FRESCO (Ultra Slowed + Reverb),0.809,0.934,97.394,1,-3.235,1,0.113,0.27,0.387,0.155,0.513,101851,[]