Skip to content
Guillaume Douceron edited this page Apr 21, 2018 · 1 revision

Get the tags for a music using the artist name.

ENDPOINT DEFINITION

GET http://localhost/api/tags.php?artist=ARTISTNAME

RESPONSE HEADER
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
RESPONSE BODY
{
  "tags": [
    "Hip-Hop",
    "electro"
  ]
}

Clone this wiki locally