Skip to content
Announcement:We are updating the criteria to be granted extended access to the Web API.
Please note that starting May 15, 2025 we’re introducing some changes to the way we provide Web API extended quota mode access. For more information, read here.
Web APIReferences / Genres / Get Available Genre Seeds

Get Available Genre Seeds

Deprecated

Retrieve a list of available genres seed parameter values for recommendations.

Request

GET
/recommendations/available-genre-seeds

Response

A set of genres

  • genres
    array of strings
    Required
    Example: ["alternative","samba"]

Response sample

{  "genres": ["alternative", "samba"]}