-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
98 lines (98 loc) · 2.91 KB
/
Copy pathdb.json
File metadata and controls
98 lines (98 loc) · 2.91 KB
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
{
"posts": [
{
"id": 1,
"username": "harshit",
"user_dp": "https://ui-avatars.com/api/?name=harshit&size=128&background=random&color=fff",
"content": ["p1", "p2"],
"timestamp": "2026-02-01T10:15:00",
"song": {
"id": "song1",
"title": "Blinding Lights",
"author": "The Weeknd",
"url": "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3",
"startTime": 30,
"endTime": 45
}
},
{
"id": 2,
"username": "raj",
"user_dp": "https://ui-avatars.com/api/?name=raj&size=128&background=random&color=fff",
"content": ["p2", "p3"],
"timestamp": "2026-02-01T12:30:00",
"song": {
"id": "song3",
"title": "As It Was",
"author": "Harry Styles",
"url": "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-3.mp3",
"startTime": 18,
"endTime": 34
}
},
{
"id": 3,
"username": "kiki",
"user_dp": "https://ui-avatars.com/api/?name=kiki&size=128&background=random&color=fff",
"content": ["p3", "v1"],
"timestamp": "2026-02-02T09:10:00"
},
{
"id": 4,
"username": "ananya",
"user_dp": "https://ui-avatars.com/api/?name=ananya&size=128&background=random&color=fff",
"content": ["v1", "v2"],
"timestamp": "2026-02-02T14:45:00"
},
{
"id": 5,
"username": "rohit",
"user_dp": "https://ui-avatars.com/api/?name=rohit&size=128&background=random&color=fff",
"content": ["v2", "p1"],
"timestamp": "2026-02-03T08:20:00"
},
{
"id": 6,
"username": "megha",
"user_dp": "https://ui-avatars.com/api/?name=megha&size=128&background=random&color=fff",
"content": ["p1", "p3", "v1"],
"timestamp": "2026-02-03T18:50:00"
},
{
"id": 7,
"username": "arjun",
"user_dp": "https://ui-avatars.com/api/?name=arjun&size=128&background=random&color=fff",
"content": ["v2", "p2"],
"timestamp": "2026-02-04T11:05:00"
},
{
"id": 8,
"username": "sara",
"user_dp": "https://ui-avatars.com/api/?name=sara&size=128&background=random&color=fff",
"content": ["p3", "p1"],
"timestamp": "2026-02-04T20:40:00",
"song": {
"id": "song4",
"title": "Perfect",
"author": "Ed Sheeran",
"url": "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-4.mp3",
"startTime": 40,
"endTime": 60
}
},
{
"id": 9,
"username": "dev",
"user_dp": "https://ui-avatars.com/api/?name=dev&size=128&background=random&color=fff",
"content": ["p2", "v2", "v1"],
"timestamp": "2026-02-05T07:30:00"
},
{
"id": 10,
"username": "neha",
"user_dp": "https://ui-avatars.com/api/?name=neha&size=128&background=random&color=fff",
"content": ["p1", "p2", "v1"],
"timestamp": "2026-02-05T19:00:00"
}
]
}