Overview

The Docs are work-in-progress except API References!

yutify is a simple RESTful API for retrieving music info from various streaming platforms. Using the artist and song name, you can get various information/metadata about the song, including streaming link for multiple music platforms. If you sign up for an account, you can get music information about your currently listening music as well.

The following music streaming platforms are available to get music information/metadata from:

The following music streaming platforms are available to get currently listening music information:

Quick Start

Can't wait to make your first API call? Well, you don't have to! The following steps will show you how to make an API call to search endpoint from your web browser:

  1. The endpoint to search for music is: /api/search/<artist>:<song>
    • Notice a colon (:) in between artist and song name? We are not using query parameters to search for music.
  2. Suppose you want to search for "Song" by "Artist". The endpoint will look like this:
    • /api/search/Artist:Song
  3. So, here's what the complete URL will look like. Open it in a new tab (or just click on it):
✨ Congratulations, you just retrieved music information using yutify!

And with that opens endless possibilities for what you can do with it.. If not sure, you may check tutorials for some inspirations and step-by-step guides. Or already got something in mind? Check the API Reference for search endpoint!