APILabels
List labels
Query Parameters
q?string
Keyword search across label names.
sort?string
order?string
Value in
- "asc"
- "desc"
limit?integer
Range
1 <= value <= 80Default
20offset?integer
Range
0 <= valueDefault
0Response Body
application/json
application/json
curl -X GET "https://example.com/v1/labels"{ "data": [ { "id": -9007199254740991, "name": "string", "slug": "string", "song_count": -9007199254740991 } ], "meta": { "total": -9007199254740991, "limit": -9007199254740991, "offset": -9007199254740991 }}