This repository was archived by the owner on Jul 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Reference of v1 userbest
TheSnowfield edited this page Apr 22, 2020
·
1 revision
| arguments | description | optional |
|---|---|---|
| usercode | 9-digit user code | NO |
| songname | any song name for fuzzy querying | NO |
| difficulty | accept format are 0/1/2 or pst/prs/ftr or past/present/future | NO |
format follows the original arcapi
- automatically calculate score rating and placed in
rating
{
"status": 0,
"content": {
"song_id": "grievouslady",
"difficulty": 2,
"score": 0,
"shiny_perfect_count": 0,
"perfect_count": 0,
"near_count": 0,
"miss_count": 0,
"health": 0,
"modifier": 0,
"time_played": 1145141145141,
"best_clear_type": 0,
"clear_type": 0,
"character": 0,
"is_skill_sealed": false,
"is_char_uncapped": false,
"rating": 0.0000
}
}| status | description |
|---|---|
| 0 | everything is OK |
| -1 | invalid usercode |
| -2 | invalid songname |
| -3 | invalid difficulty |
| -4 | invalid difficulty (map format failed) |
| -5 | this song is not recorded in the database |
| -6 | too many records |
| -7 | internal error |
| -8 | allocate an arc account failed |
| -9 | clear friend list failed |
| -10 | add friend failed |
| -11 | internal error occurred |
| -12 | internal error occurred |
| -13 | not played yet |
| -233 | unknown error occurred |