{ "opencollection": "1.0.0", "info": { "name": "SoundStat Genres API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Genres", "type": "folder" }, "items": [ { "info": { "name": "Get Available Genres", "type": "http" }, "http": { "method": "GET", "url": "https://soundstat.info/api/v1/genres", "headers": [ { "name": "x-api-key", "value": "" } ] }, "docs": "Get list of all available genres in the database.\n\nParameters:\n----------\nx_api_key : str (API key for authentication)
\n\nReturns:\n-------\nDict
\n genres: List[str] (List of unique genre names)
\n\nNotes:\n-----\nOnly returns genres that have at least one analyzed track." } ] } ], "bundled": true }