Парсер музыкального сайта eu.hitmoz.com — отдаёт треки в чистом JSON. Топ-чарт и поиск по запросу.
Исходники на GitHubbakha.me/?top-today
bakha.me/?search={запрос}
{
"success": true,
"count": 192,
"songs": [
{
"rank": 1,
"title": "Камин",
"artist": "EMIN, JONY",
"duration": "03:08",
"cover": "https://eu.hitmoz.com/...",
"download": "https://eu.hitmoz.com/get/music/....mp3",
"link": "https://eu.hitmoz.com/song/..."
}
]
}