https://github.com/nshib00/jademusic-api
API for downloading music from site Hitmo.
https://github.com/nshib00/jademusic-api
django-rest-framework music-download music-downloader python
Last synced: 3 months ago
JSON representation
API for downloading music from site Hitmo.
- Host: GitHub
- URL: https://github.com/nshib00/jademusic-api
- Owner: nshib00
- Created: 2023-08-28T13:38:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T07:51:35.000Z (about 2 years ago)
- Last Synced: 2025-05-21T07:47:33.872Z (5 months ago)
- Topics: django-rest-framework, music-download, music-downloader, python
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# JadeMusic API



---
## Description
API for __searching__ and __downloading__ music from site [Hitmo](https://rur.hitmotop.com/) 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.---
## Also about the project
JadeMusic API written in _Python_ using _Django REST Framework_.
This API is used by another my project - [JadeMusic](https://github.com/nshib00/jademusic-bot) Telegram bot.
---
## With JadeMusic API you can download:
- Tracks:
- By specific artist or track name
- Popular tracks
- New tracks
- Popular albums
- Playlists - tracks collected by genres, artists, time periods.---
## API docs
Root API URL: (your host)/api/v1
API methods for searching and downloading tracks, albums and playlists described here.
- [Tracks](docs/tracks.md)
- [Albums](docs/albums.md)
- [Playlists](docs/playlists.md)