This commit is contained in:
2026-02-20 17:38:15 +03:00
commit 7e988ef870
7 changed files with 392 additions and 0 deletions

36
readme.md Normal file
View File

@@ -0,0 +1,36 @@
# 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}