1
1
## Score
2
2
3
+ The following is the format returned when API v2 version header is 20220705 or higher. Exceptions apply (f.ex. doesn't apply for legacy match score).
4
+
5
+ Field | Type | Description
6
+ ------------------ | ------------------------ | -----------
7
+ accuracy | float | |
8
+ beatmap_id | integer | |
9
+ best_id | integer? | |
10
+ build_id | integer? | |
11
+ ended_at | [ Timestamp] ( #timestamp ) | |
12
+ has_replay | boolean | |
13
+ id | integer | |
14
+ is_perfect_combo | boolean | |
15
+ legacy_perfect | boolean | |
16
+ legacy_score_id | integer? | |
17
+ legacy_total_score | integer | |
18
+ max_combo | integer | |
19
+ maximum_statistics | ScoreStatistics? | |
20
+ mods | Mod[ ] | |
21
+ passed | boolean | |
22
+ playlist_item_id | integer | Only for multiplayer score
23
+ pp | float? | |
24
+ preserve | boolean | Whether or not the score may eventually be deleted. Only for ` solo_score ` type
25
+ rank | string | |
26
+ ranked | boolean | Whether or not the score can have pp. Only for ` solo_score ` type
27
+ room_id | integer | Only for multiplayer score
28
+ ruleset_id | integer | |
29
+ started_at | [ Timestamp] ( #timestamp ) ? | |
30
+ statistics | ScoreStatistics | |
31
+ total_score | integer | |
32
+ type | string | |
33
+ user_id | integer | |
34
+
35
+ ### Initial version
36
+
3
37
The following is the format returned when API v2 version header is 20220704 or lower.
4
38
5
39
Field | Type | Description
@@ -26,14 +60,17 @@ mode | | |
26
60
mode_int | | |
27
61
replay | | |
28
62
29
- Optional attributes:
63
+ ### Optional attributes
30
64
31
- Field | Type | Description
32
- ------------ | ---- | -----------
33
- beatmap | | |
34
- beatmapset | | |
35
- rank_country | | |
36
- rank_global | | |
37
- weight | | |
38
- user | | |
39
- match | | |
65
+ Field | Type | Description
66
+ ----------------------- | ---------------------------------------------------- | -----------
67
+ beatmap | | |
68
+ beatmapset | | |
69
+ current_user_attributes | integer? | |
70
+ match | | Only for legacy match score
71
+ position | integer? | Only for multiplayer score
72
+ rank_country | | |
73
+ rank_global | | |
74
+ scores_around | [ MultiplayerScoresAround] ( #multiplayerscoresaround ) ? | Scores around the specified score. Only for multiplayer score
75
+ user | | |
76
+ weight | | |
0 commit comments