Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Reference of v2 songalias

TheSnowfield edited this page May 28, 2020 · 2 revisions
arguments description optional
songname any song name for fuzzy querying NO

Return data

return songid only
you could using songinfo to obtain full song information

{
    "status": 0,
    "content": {
        "id": "grievouslady"
    }
}

Error status

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
Clone this wiki locally