歌词SDK获取歌词方法
GET
/sdk/display请求参数
Query 参数
trackid
string
可选
track field lfid
amgid
string
AMG id
isrc
string
isrc
示例值:
USGF19925401
trackname
string
歌名
artistname
string
艺人名
useragent
string
可选
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
totalresults
integer
必需
totalpages
integer
必需
tracks
array [object {15}]
必需
lfid
string
必需
instrumental
boolean
必需
viewable
boolean
必需
has_lrc
boolean
必需
lrc_verified
boolean
必需
title
string
必需
duration
string
必需
artists
array [object {2}]
必需
artist
object
必需
last_update
string
必需
lyrics
string
必需
lrc_version
string
必需
lrc
array [object {4}]
必需
copyright
string
必需
writer
string
必需
示例
{
"totalresults": 50,
"totalpages": 25,
"tracks": [
{
"lfid": "002-169182",
"instrumental": false,
"viewable": true,
"has_lrc": true,
"lrc_verified": true,
"title": "BlitzkriegBop",
"duration": "2:12",
"artists": [
{
"name": "TheRamones",
"is_primary": true
}
],
"artist": {
"name": "TheRamones"
},
"last_update": "2018-07-1814:31:55",
"lyrics": "Heyho,let'sgo!heyho,let'sgo!Heyho,let'sgo!heyho,let'sgo!They'reforminginstraightlineThey'regoingthroughatightwindThekidsarelosingtheirmindsTheblitzkriegbop",
"lrc_version": "1.1",
"lrc": [
{
"lrc_timestamp": "[00:21.63]",
"milliseconds": "21630",
"duration": "5340",
"line": "Heyho,let'sgo!heyho,let'sgo!"
},
{
"lrc_timestamp": "[00:26.97]",
"milliseconds": "26970",
"duration": "5250",
"line": "Heyho,let'sgo!heyho,let'sgo!"
},
{
"line": ""
},
{
"lrc_timestamp": "[00:32.22]",
"milliseconds": "32220",
"duration": "1940",
"line": "They'reforminginstraightline"
},
{
"lrc_timestamp": "[00:34.16]",
"milliseconds": "34160",
"duration": "3390",
"line": "They'regoingthroughatightwind"
},
{
"lrc_timestamp": "[00:37.55]",
"milliseconds": "37550",
"duration": "2370",
"line": "Thekidsarelosingtheirminds"
},
{
"lrc_timestamp": "[00:39.92]",
"milliseconds": "39920",
"duration": "2830",
"line": "Theblitzkriegbop"
}
],
"copyright": "Lyrics©BMGRightsManagement",
"writer": "TommyRamone,DeeDeeRamone,JohnnyRamone,JoeyRamone"
},
{
"lfid": "002-169182",
"instrumental": false,
"viewable": true,
"has_lrc": true,
"lrc_verified": true,
"title": "BlitzkriegBop",
"duration": "2:12",
"artists": [
{
"name": "TheRamones",
"is_primary": true
}
],
"artist": {
"name": "TheRamones"
},
"last_update": "2018-07-1814:31:55",
"lyrics": "Heyho,let'sgo!heyho,let'sgo!Heyho,let'sgo!heyho,let'sgo!They'reforminginstraightlineThey'regoingthroughatightwindThekidsarelosingtheirmindsTheblitzkriegbop",
"lrc_version": "1.1",
"lrc": [
{
"lrc_timestamp": "[00:21.63]",
"milliseconds": "21630",
"duration": "5340",
"line": "Heyho,let'sgo!heyho,let'sgo!"
},
{
"lrc_timestamp": "[00:26.97]",
"milliseconds": "26970",
"duration": "5250",
"line": "Heyho,let'sgo!heyho,let'sgo!"
},
{
"line": ""
},
{
"lrc_timestamp": "[00:32.22]",
"milliseconds": "32220",
"duration": "1940",
"line": "They'reforminginstraightline"
},
{
"lrc_timestamp": "[00:34.16]",
"milliseconds": "34160",
"duration": "3390",
"line": "They'regoingthroughatightwind"
},
{
"lrc_timestamp": "[00:37.55]",
"milliseconds": "37550",
"duration": "2370",
"line": "Thekidsarelosingtheirminds"
},
{
"lrc_timestamp": "[00:39.92]",
"milliseconds": "39920",
"duration": "2830",
"line": "Theblitzkriegbop"
}
],
"copyright": "Lyrics©BMGRightsManagement",
"writer": "TommyRamone,DeeDeeRamone,JohnnyRamone,JoeyRamone"
}
]
}
最后修改时间: 2 个月前