Giter Club home page Giter Club logo

neteasemusicapi's Introduction

前言

学习Python快一年半时间,做过需对基于django的管理平台后端的开发,比如存储管理平台、监控类管理平台。 最近爬虫基本没有接触,先做一个小小爬虫,爬虫网易云音乐,制作成api接口方便调用。

项目计划

  • 阶段一:制作API接口
  • 阶段二:使用vue做前段页面,制作一个vue的音乐平台
  • 阶段三:学习并编写手机app,调用平台API接口

音乐API接口

搜索歌曲API

  • **简要描述:**搜索歌曲API接口

  • 请求GET/api/music/search_music?keyword=因为爱上你&page=10

  • **请求阐述示例:**无

  • **请求参数示例:**无

  • **请求参数说明:**无

  • 返回数据示例:

{
    "status": 0,
    "msg": "搜索成功",
    "data": [
        {
            "al_name": "美丽心境",
         	"author": "孙思怡",
         	"id": 291875,
         	"img": "http://p2.music.126.net/MiRh-nMg3AADgllxeXGDVw==/918092209225224.jpg",
         	"song_name": "因为爱上你"
        }
    ]
}
  • 返回参数示例:
类型 说明
status int 0:成功、1:失败
msg str 描述信息
al_name str 专辑
author str 作者
id int 歌曲id
img str 歌曲图片
song_name str 歌曲名称

neteasemusicapi's People

Contributors

hangda1992 avatar ktdynamic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.