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
// Get topics listing
use Result;
use OsynicOsuApiV2Client;
use IForum;
use OToken;
async
/*
ReqwestForum get_topics_listing
TopicListing {
topics: [Topic {
created_at: "2025-04-22T19:53:27+00:00",
deleted_at: None,
first_post_id: 9877838,
forum_id: 10,
id: 2070055,
is_locked: true,
last_post_id: 9877838,
poll: None,
post_count: 1,
title: "Various Artists - Songs Compilation",
topic_type: "normal",
updated_at: "2025-05-12T13:16:50+00:00",
user_id: 13317401
}, Topic {
created_at: "2022-04-22T14:31:00+00:00",
deleted_at: None,
first_post_id: 8608095,
forum_id: 6,
id: 1563225,
is_locked: true,
last_post_id: 8608095,
poll: None,
post_count: 1,
title: "Memme - Avalanche [OsuMania]",
topic_type: "normal",
updated_at: "2025-05-12T13:16:02+00:00",
user_id: 7222699
}, Topic {
created_at: "2024-03-07T17:25:20+00:00",
deleted_at: None,
first_post_id: 9462815,
forum_id: 6,
id: 1893760,
is_locked: true,
last_post_id: 9462815,
poll: None,
post_count: 1,
title: "Roselia - THRONE OF ROSE",
topic_type: "normal",
updated_at: "2025-05-12T13:15:49+00:00",
user_id: 9863870
}, Topic {
created_at: "2025-05-12T13:14:20+00:00",
deleted_at: None,
first_post_id: 9896906,
forum_id: 10,
id: 2078275,
is_locked: true,
last_post_id: 9896906,
poll: None,
post_count: 1,
title: "Rin - Daishibyo set 08 ~ Furuki Yuanxian",
topic_type: "normal",
updated_at: "2025-05-12T13:15:40+00:00",
user_id: 16465883
}, Topic {
created_at: "2023-11-06T12:58:23+00:00",
deleted_at: None,
first_post_id: 9325759,
forum_id: 6,
id: 1842038,
is_locked: true,
last_post_id: 9325759,
poll: None,
post_count: 1,
title: "AISHA - The Disaster of Passion",
topic_type: "normal",
updated_at: "2025-05-12T13:13:51+00:00",
user_id: 7936305
}],
cursor_string: "eyJ0b3BpY19sYXN0X3Bvc3RfdGltZSI6IjIwMjUtMDUtMTJUMTM6MTM6NTEuMDAwMDAwWiJ9"
}
*/