← Back to Dashboard

Openwhyd

MusicActiveCORS ReadyFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Download curated playlists of streaming tracks (YouTube, SoundCloud, etc...)

✨ AI Summary

Openwhyd is a free and open-source API for downloading curated music playlists and user track data from various streaming platforms.

Code Example

import requests

url = "https://openwhyd.org/adrien"
params = {
    "format": "json",
    "limit": 5
}

response = requests.get(url, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)