Docs
APILabels

List labels

GET
/v1/labels

Query Parameters

q?string

Keyword search across label names.

sort?string
order?string

Value in

  • "asc"
  • "desc"
limit?integer
Range1 <= value <= 80
Default20
offset?integer
Range0 <= value
Default0

Response 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  }}