Paxsenix0 / Spotify-Canvas-API

get spotify canvas video url from spotify trackid!

Home Page:https://paxsenixofc.my.id/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify-Canvas-API

Easily get canvas video url from trackid!

Warning

This project is probably against Spotify TOS. Use at your own risks.

Examples GET

https://localhost:3000/spotify?id=spotify:track:3OHfY25tqY28d16oZczHc8

Response:

{
  "data": {
    "canvasesList": [
      {
        "id": "32b57cbf354b453a95eee32bb04d4e42",
        "canvasUrl": "https://canvaz.scdn.co/upload/licensor/5bSw7fRotCnRCcO9br14W5/video/32b57cbf354b453a95eee32bb04d4e42.cnvs.mp4",
        "trackUri": "spotify:track:3OHfY25tqY28d16oZczHc8",
        "artist": {
          "artistUri": "spotify:artist:7tYKF4w9nC0nq9CsPZTHyP",
          "artistName": "SZA",
          "artistImgUrl": "https://i.scdn.co/image/ab6761610000f1780895066d172e1f51f520bc65"
        },
        "otherId": "2c441fceb502eaa25f26bcd5b1ccfc0d",
        "canvasUri": "spotify:canvas:1xGyujDyxbx4eTPD4nKLw6"
      }
    ]
  }
}

Deployment

Vercel

Deploy with Vercel

Information

i'm sorry if the code is too weird, because i'm only using Phone (i don't have PC/Laptop) and i'm still beginner:)

Reference

i'm doing searching about spotify canvas API but i cant find it, so i made it from help this repo: https://github.com/bartleyg/my-spotify-canvas

About

get spotify canvas video url from spotify trackid!

https://paxsenixofc.my.id/

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.5%Language:Dockerfile 0.5%