# 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 ```json { "detail": "Upstream rate limited" } ``` ## search ``` /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}