forked from xeonarno/IIM_GIT
-
Notifications
You must be signed in to change notification settings - Fork 1
Tags
Guillaume Douceron edited this page Apr 21, 2018
·
1 revision
Get the tags for a music using the artist name.
GET http://localhost/api/tags.php?artist=ARTISTNAME
Cache-Control: no-store, no-cache, must-revalidate
Connection: close
Content-Type: application/json
Date: Fri, 20 Apr 2018 11:39:35 +0000
Expires: Fri, 20 Apr 2018 12:28:49 +0000
Host: localhost
Pragma: no-cache
X-Powered-By: PHP/7.2.4
{
"tags": [
"Hip-Hop",
"electro"
]
}