TikHub V5.1.5 Changelog

TikHub V5.1.5 更新日志

  • 本次更新了网易云音乐APP端的接口,支持获取音乐信息、歌词、播放地址等多种功能。通过这些新接口,用户可以获取高质量音频文件,甚至是只有会员才能使用的音频资源。

提示

不要忘记在调用API前在我们的用户后台更新你的API Token的Scopes值,否则你的Token将会因为权限不足被拒绝请求。

TikHub V5.1.5 Changelog

  • This update includes an interface for the NetEase Cloud Music App, supporting multiple functions such as fetching music information, lyrics, playback URLs, and more. Through these new interfaces, users can access high-quality audio files, including resources available only to VIP members.

Reminder

Don't forget to update the Scopes value of your API Token in our user backend before calling the API. Otherwise, your token will be rejected due to insufficient permissions.

Add URIs

  • URI:/api/v1/net_ease_cloud_music/app/fetch_one_music_v1
    • Cost: $0.001
    • Usage: Fetch detailed information about a single music track.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_one_music_v2
    • Cost: $0.001
    • Usage: Fetch basic information about a single music track.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_one_music_lyric
    • Cost: $0.001
    • Usage: Retrieve the lyrics of a music track.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_one_music_url_v1
    • Cost: $0.001
    • Usage: Get the URL for streaming a music track in MP3 format.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_one_music_url_v2
    • Cost: $0.001
    • Usage: Get the URL for streaming a music track with additional parameters.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_music_log_video_url
    • Cost: $0.001
    • Usage: Fetch the URL for Mlog (music video) playback.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_music_comment
    • Cost: $0.001
    • Usage: Retrieve comments on a music track.
  • URI:/api/v1/net_ease_cloud_music/app/search_v1
    • Cost: $0.001
    • Usage: Perform a search for music tracks.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_user_playlist
    • Cost: $0.001
    • Usage: Get the playlist of a user.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_user_info
    • Cost: $0.001
    • Usage: Retrieve information about a user.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_user_event
    • Cost: $0.001
    • Usage: Fetch events related to a user.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_user_followers
    • Cost: $0.001
    • Usage: Get the followers of a user.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_user_follows
    • Cost: $0.001
    • Usage: Fetch the users followed by a user.
  • URI:/api/v1/net_ease_cloud_music/app/fetch_artist_detail
    • Cost: $0.001
    • Usage: Retrieve detailed information about an artist.
  • URI:/api/v1/net_ease_cloud_music/app/decrypt_post_payload
    • Cost: $0.001
    • Usage: Decrypt the 16-bit payload in the POST request.
  • URI:/api/v1/net_ease_cloud_music/app/encrypt_post_payload
    • Cost: $0.001
    • Usage: Encrypt the payload in the POST request and return 16 hexadecimal values.

Link

https://api.tikhub.io/#/NetEase-Cloud-Music-API