All Projects → javaSwing → Musicapi

javaSwing / Musicapi

网易云音乐网页版API接口

Labels

Projects that are alternatives of or similar to Musicapi

Whatsapp Bot
BOT - WhatsApp Web in TypeScript
Stars: ✭ 170 (-2.86%)
Mutual labels:  api
Csgofloat Inspect
Source Code that Powers the CSGOFloat Inspect Link API
Stars: ✭ 172 (-1.71%)
Mutual labels:  api
Blinkpy
A Python library for the Blink Camera system
Stars: ✭ 174 (-0.57%)
Mutual labels:  api
Api
Api for the customer's site
Stars: ✭ 166 (-5.14%)
Mutual labels:  api
Github.swift
Unofficial GitHub API client in Swift
Stars: ✭ 171 (-2.29%)
Mutual labels:  api
Axios Actions
Bundle endpoints as callable, reusable services
Stars: ✭ 172 (-1.71%)
Mutual labels:  api
Whatsapp Web.js
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
Stars: ✭ 4,103 (+2244.57%)
Mutual labels:  api
Ncov2019 data crawler
疫情数据爬虫,2019新型冠状病毒数据仓库,轨迹数据,同乘数据,报道
Stars: ✭ 175 (+0%)
Mutual labels:  api
Spider Less
Web spider as a service, spider on serverless
Stars: ✭ 172 (-1.71%)
Mutual labels:  api
Apimanager
CRAP - 开源API接口管理平台 | 完全开源、免费使用的API接口管理系统、BUG管理系统:API接口管理、文档管理、数据库表管理、接口调试、浏览器调试插件、导出word&pdf接口…..,采用SpringMVC + MyBatis + Lucene + Bootstrap + Angularjs + Iconfont + Guava Cache ,线上使用地址:http://api.crap.cn
Stars: ✭ 2,143 (+1124.57%)
Mutual labels:  api
Js Client
A Open-API derived JS + Node.js API client for Netlify
Stars: ✭ 170 (-2.86%)
Mutual labels:  api
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+1106.86%)
Mutual labels:  api
Graphene Django Subscriptions
This package adds support to Subscription's requests and its integration with websockets using Channels package.
Stars: ✭ 173 (-1.14%)
Mutual labels:  api
Python Ctpapi
Python CTP API
Stars: ✭ 170 (-2.86%)
Mutual labels:  api
Rails api base
API boilerplate project for Ruby On Rails 6
Stars: ✭ 172 (-1.71%)
Mutual labels:  api
Humblebundle
API for managing Humble Bundle games library
Stars: ✭ 169 (-3.43%)
Mutual labels:  api
Shiny geoip
IP to location API service
Stars: ✭ 172 (-1.71%)
Mutual labels:  api
Of Watchdog
Reverse proxy for STDIO and HTTP microservices
Stars: ✭ 175 (+0%)
Mutual labels:  api
Go Reddit
Go library for accessing the Reddit API.
Stars: ✭ 175 (+0%)
Mutual labels:  api
Dnsimple Ruby
The DNSimple API client for Ruby.
Stars: ✭ 173 (-1.14%)
Mutual labels:  api

musicAPI

这是一个用.net做的获取网易云音乐后台API的项目,采用VS2013开发

目前提供的API有:

  1. 搜索功能

    • 请求地址: /api/music/search?s={0}&limit={1}&offset={2}&type={3}
    • 请求参数:
      • s: 搜索词
      • limit: 分页所用, 返回的条数(默认30)
      • offset: 偏移量,用于分页(默认0)
      • type: 搜索的种类,(默认1) [1 单曲] [10 专辑] [100 歌手] [1000 歌单] [1002 用户]
  2. 歌单(网友精选碟) hot

    • 请求地址:api/music/topPlaylist?cat=全部&order=hot&offset=0&total=true&limit=3
    • 请求参数:
  3. 歌曲详情

    • 请求地址: api/music/detail?ids=29775505,300587
    • 请求参数:
      • ids: 歌曲对应的ID也可以是多个
  4. 获取歌词

    • 请求地址:api/music/lyric?id=29775505
    • 请求参数:
      • id: 获取歌词对应的歌曲ID
  5. 获取歌单详情

    • 请求地址:api/music/playlist?id=374755836
    • 请求参数:
      • id: 歌单对应的ID
  6. 获取MV详情

    • 请求地址: api/music/mv?id=333042
    • 请求参数:
      • id: 对应的MVID

鸣谢

https://github.com/u3u/NeteaseCloudMusicApi

https://github.com/darknessomi/musicbox

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].