{
"song_name": "七里香",
"singer_name": "周杰伦"
}
curl --location --request POST 'https://api.kg.qq.com/karaoke/base/v2/search_match' \
--header 'X-Open-Access-Token;' \
--header 'X-Open-ID;' \
--header 'X-Open-App-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"song_name": "七里香",
"singer_name": "周杰伦"
}'
版权状态,1:有版权, [-99,0]无版权,可播, <-300,无版权,不可播
{
"song_info": {
"1080_mv_cover_size": 0,
"1080_mv_size": 0,
"480_mv_cover_size": 0,
"480_mv_size": 0,
"720_mv_cover_size": 0,
"720_mv_size": 0,
"album_img": "string",
"cp_status": 0,
"has_hq": true,
"has_lyric": 0,
"has_midi": true,
"has_mv": true,
"has_ori_song": true,
"language": 0,
"mv_cover": "string",
"mv_has_lyric": true,
"mv_height": 0,
"mv_width": 0,
"need_vip": true,
"play_count": 0,
"play_duration": 0,
"qqmusic_id": 0,
"singer_id": "string",
"singer_name": "string",
"song_desc": "string",
"song_id": "string",
"song_lyric_mask": 0,
"song_name": "string",
"song_type": 0,
"status": 0,
"tag_id_list": [
0
]
}
}