Note: It is recommended to use
song/list
API as the local cache data source.
arguments | description | optional |
---|---|---|
song_name | any song name for fuzzy querying | true when songid is not null, otherwise false |
song_id | sid in Arcaea songlist | true when songname is not null, otherwise false |
- Enable Cors
{apiurl}/arcapi/song/alias?song_id=ifi
{
"status": 0,
"content": [
"色号",
"对立色"
]
}