Announcements

Help Wizard

Step 1

NEXT STEP

API integration for song codes in Shopify

API integration for song codes in Shopify

Hello community,

 

I would need the API code to have a functionality like in https://transparentgift.com/ 

That you search for a song and displays the spotify code in an image.

 

Reply
4 Replies

Hey @shaluproject, thanks for reaching out!

You can use the Search-endpoint of the Web API to Search in the Spotify catalogue: https://developer.spotify.com/documentation/web-api/reference/#category-search.

 

You can then use the Track URI to generate a Spotify Code:

https://scannables.scdn.co/uri/plain/[format]/[background-color-in-hex]/[code-color-in-text]/[size]/[spotify-URI]

(Source and credits to https://github.com/spotify/web-api/issues/519#issuecomment-618114678)

 

Be sure to replace the variables to your choosing, example:

https://scannables.scdn.co/uri/plain/png/000000/white/640/spotify:track:0auo2hJe6Rer3y3U2nbow2

 

Let me know if you have any questions!

 

Have a great day,

Hubo

HuboSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

Hey can you contact me pls? I cannot message you on here

Please, can you contact me regarding this topic ? 


@shaluproject wrote:

Hello community,

 

I would need the API code to have a functionality like in https://transparentgift.com/ 

That you search for a song and displays the spotify code in an image.

 


i also faced the problems when i was working on certain APIs for the swishtag Website

Suggested posts