This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
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.ja
maybe null, buttitle_localized.en
always exist - append
ratingReal
in the difficulties contains the real song rating - append
ratingPlus
to specific the song level which has+
suffix, like 9+, 10+ - replace
audioPreview
andaudioPreviewEnd
intoaudioTimeSec
- 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 |