API for searching and downloading music from site Hitmo and its mirrors.
It allows you to parse the site and download many tracks in one request instead of manually downloading each track and wasting a lot of time on it.
JadeMusic API written in Python using Django REST Framework.
This API is used by another my project - JadeMusic Telegram bot.
- Tracks:
- By specific artist or track name
- Popular tracks
- New tracks
- Popular albums
- Playlists - tracks collected by genres, artists, time periods.
Root API URL: (your host)/api/v1
API methods for searching and downloading tracks, albums and playlists described here.