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 v3 songinfo
TheSnowfield edited this page Jan 21, 2021
·
2 revisions
| arguments | description | optional |
|---|---|---|
| songname | any song name for fuzzy querying | NO |
format follows the songlist file
-
title_localized.jamaybe null, buttitle_localized.enalways exist - append
ratingRealin the difficulties contains the real song rating - append
ratingPlusto specific the song level which has+suffix, like 9+, 10+ - replace
audioPreviewandaudioPreviewEndintoaudioTimeSec - append
totalNotes
{
"status": 0,
"content": {
"id": "ifi",
"title_localized": {
"en": "#1f1e33"
},
"artist": "かめりあ(EDP)",
"bpm": "181",
"bpm_base": 181,
"set": "vs",
"audioTimeSec": 163,
"side": 1,
"remote_dl": true,
"world_unlock": false,
"date": 1590537604,
"difficulties": [
{
"ratingClass": 0,
"chartDesigner": "夜浪",
"jacketDesigner": "望月けい",
"rating": 5,
"ratingReal": 5.5,
"totalNotes": 765
},
{
"ratingClass": 1,
"chartDesigner": "夜浪",
"jacketDesigner": "望月けい",
"rating": 9,
"ratingReal": 9.2,
"totalNotes": 1144
},
{
"ratingClass": 2,
"chartDesigner": "夜浪 VS 東星 \"Convergence\"",
"jacketDesigner": "望月けい",
"rating": 10,
"ratingReal": 10.9,
"ratingPlus": true,
"totalNotes": 1576
}
]
}
}| status | description |
|---|---|
| 0 | everything is OK |
| -1 | invalid songname |
| -2 | this song is not recorded in the database |
| -3 | too many records |
| -233 | unknown error occurred |