Docs
APIMeta

List credit roles

Every credit role in the taxonomy — vocals, guitar, composer, lyricist and the rest. The list is small and is returned whole rather than paginated.

GET
/v1/roles

Response Body

application/json

curl -X GET "https://example.com/v1/roles"
{  "data": [    {      "id": -9007199254740991,      "slug": "string",      "title": "string",      "order": -9007199254740991    }  ],  "meta": {    "total": -9007199254740991,    "limit": -9007199254740991,    "offset": -9007199254740991  }}