{"success":true,"data":[{"lyrics":"Sugar\nYes, please\nWon't you come and put it down on me?\nI'm right here, 'cause I need\nLittle love and little sympathy\n\nYeah, you show me good loving\nMake it alright\nNeed a little sweetness in my life\nSugar\nYes, please\nWon't you come and put it down on me?\n\nMy heart is racing, tonight\nI need you more than ever\n\n(Yeah) Sugar\nYes, please\nWon't you come and put it down on me?\nI'm right here, 'cause I need\nLittle love and little sympathy\n\nYeah, you show me good loving\nMake it alright\nNeed a little sweetness in my life\nSugar\nYes, please\nWon't you come and put it down on me?\n\n(Yeah) I want that red velvet\nI want that sugar sweet\nDon't let nobody stop you\nWhen you see me\nI want that red velvet\nI want that sugar sweet\nDon't let nobody stop you\nWhen you see me\n\n(Yeah) I want that red velvet\nI want that sugar sweet\nDon't let nobody stop you\nWhen you see me\nI want that red velvet\nI want that sugar sweet\nDon't let nobody stop you\nWhen you see me\n\n(Yeah) Sugar\nYes, please\nWon't you come and put it down on me?\nI'm right here, 'cause I need\nLittle love and little sympathy\n\nYeah, you show me good loving\nMake it alright\nNeed a little sweetness in my life\nSugar\nYes, please\nWon't you come and put it down on me?\n\n(Yeah) I want that red velvet\nI want that sugar sweet\nDon't let nobody stop you\nWhen you see me\nI want that red velvet\nI want that sugar sweet\nDon't let nobody stop you\nWhen you see me\n\n(Yeah) Sugar\nYes, please\nWon't you come and put it down on me?\nI'm right here, 'cause I need\nLittle love and little sympathy\n\nYeah, you show me good loving\nMake it alright\nNeed a little sweetness in my life\nSugar\nYes, please\nWon't you come and put it down on me?","song":"Sugar","artist":"Maroon Five"}]}
curl --location --request GET 'https://zylalabs.com/api/6397/music+lyrics+finder+api/9175/lyrics?artist=Maroon Five&song=Sugar' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 音乐歌词查找器 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
GET歌词接口返回指定歌曲的完整歌词,以及元数据如艺术家的名字、歌曲标题和可能的额外信息如专辑详情
响应数据中的关键字段通常包括“艺术家”“标题”“歌词”和“专辑”。这些字段提供有关歌曲及其歌词的重要信息
GET歌词端点需要两个参数:"artist"(艺术家名称)和"title"(歌曲名称)必须提供这两个参数才能获取正确的歌词
响应数据采用 JSON 格式组织,每个键对应特定的信息,如“艺术家”、“标题”和“歌词”,方便在应用程序中解析和使用
音乐歌词查找器API从各种授权的音乐数据库和歌词库中获取数据,确保了歌曲歌词的全面性和可靠性
数据准确性通过定期更新和质量检查得以维持,这涉及将歌词与多个来源进行交叉参考以确保正确性和完整性
典型的用例包括将歌词集成到音乐流媒体应用中 为网站创建互动歌词显示 以及增强与音乐相关的教育工具或游戏
如果API返回部分或空的结果,用户应该检查输入参数的准确性在应用程序中实现错误处理也可以帮助优雅地管理这种情况