Lyrics Book

API 文档

歌词本提供的API接口

获取歌词

GET
/api/lyrics

Query Parameters

pathRequiredstring

歌词路径

Response Body

请求成功

TypeScript Definitions

Use the response body type in TypeScript.

dataobject
curl -X GET "//api/lyrics?path=%2Flizhi%2Fforbidden-game%2F1"
{
  "data": {
    "song": "",
    "lyrics": ""
  }
}

On this page