Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

feilongproject/netease-music-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netease-music-api

网易云音乐api基础增强版

造呀造呀造轮子

实现功能

  • 获取歌词

    • 接口地址: /lyric
    • 请求参数:
      参数 是否必要 介绍
      id 音乐id
      conver 见下方详细介绍
    conver参数 返回参数 格式
    1 原始歌词 lrc
    2 翻译歌词 lrc
    3 原始歌词与翻译合并后结果 lrc
    其他值或为空 原始数据 json
  • 获取音乐播放链接

    • 接口地址: /play
    • 请求参数:
      参数 是否必要 介绍
      id 音乐id