This endpoint allows you to retrieve available values of each lyrics attribute (e.g., themes, moods, brands, etc.) for the Get songs endpoint. You can for example query the list of all possible song themes.

These values are identified from song lyrics through large language models (LLMs). More details about the attributes in the Get lyrics analysis endpoint.

Request

GET /api/v2/referential/lyrics-attributes

Query string parameters

Parameter name Value Description Additional
attribute string

themes, moods, culturalReferencePeople, culturalReferenceNonPeople, brands, locations

Required
term string

Term to search item which contains term

offset integer

Get results starting from position

limit integer

Number of results (max. 100)

Response

Status code Description Resource
200 OK

A lyrics attributes collection

LyricsAttributesCollectionResponse

Explore this api

attribute

themes, moods, culturalReferencePeople, culturalReferenceNonPeople, brands, locations

term

Term to search item which contains term

offset

Get results starting from position

limit

Number of results (max. 100)

Try it out!