Fetch most used tags in a user's tracks
GET/users/:id/tags
Gets the most used track tags by a user.
Request
Path Parameters
id stringrequired
A User ID
Query Parameters
limit integer
The number of items to fetch
user_id string
The user ID of the user making the request
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example
Schema
data string[]
{
"data": [
"riddim",
"bass",
"new",
"dallas",
"tearout",
"remix",
"melodic",
"wonky",
"texas",
"space",
"real",
"rap",
"ognixin",
"og",
"misphitz",
"laces",
"hukae",
"hours",
"heavy",
"future",
"filthy",
"edit",
"dubstep",
"discipleremixcomp2",
"disciple",
"dark",
"dallasaudius",
"bootleg",
"akeos"
]
}
Bad request
Server error
Loading...