Files
music-dl/readme.md
2026-02-20 17:42:40 +03:00

465 B

music-downloader

search albums

GET /search?q=

download album

GET /download-album/{album_id}

monochrome api docs

Host - https://api.monochrome.tf

429 status if rate limited

{ "detail": "Upstream rate limited" }
/search?al= // for albums
/search?a= // for artists

track info

here is gonna be track manifest with download url (if it's not encrypted)

/track?id={track_id}

album info

/album?id={album_id}