Skip to content
/ trumpet Public

根据网易云音乐api改版的音乐网站

Notifications You must be signed in to change notification settings

obaw/trumpet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trumpet

根据网易云音乐api改版的音乐网站

演示网址

http://music.helloxw.com

网易云API

搜索

POST http://music.163.com/api/search/get/

参数:
s: 搜索的内容
offset: 页码
limit: 页大小
type: 搜索类型
      1=歌曲,10=专辑,100=歌手,1000=歌单,1002=用户,1004=mv,1006=歌词,1009=主播电台

歌曲详情

GET http://music.163.com/api/song/detail

参数: 
ids: [歌曲ID],多首歌用逗号隔开

歌词详情

  • GET http://music.163.com/api/song/lyric
参数: 
id: 歌曲ID
lv: -1,搜索lrc歌词,一般需要这个就好了
kv: -1,搜索klyric歌词
tv: -1,搜索tlyric歌词
  • GET http://music.163.com/api/song/media
参数:
id: 歌曲ID

用户歌单

POST http://music.163.com/api/user/playlist

参数:
uid:用户ID
offset:页码
limit:页大小

歌单详情

GET http://music.163.com/api/playlist/detail

参数:
id: 歌单ID

MV

GET http://music.163.com/api/mv/detail

id: MVID
type: 格式,MP4

歌曲下载

GET http://music.163.com/api/song/enhance/download/url

参数:
br: 码率
id: 歌曲ID

About

根据网易云音乐api改版的音乐网站

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published