Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 847 Bytes

alias.md

File metadata and controls

28 lines (20 loc) · 847 Bytes

song/alias

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
Tag
  • Enable Cors

Example

  • {apiurl}/arcapi/song/alias?song_id=ifi
Return data
{
  "status": 0,
  "content": [
    "色号",
    "对立色"
  ]
}