{ "opencollection": "1.0.0", "info": { "name": "Spotify Web Albums Categories API", "version": "1.0.0" }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "Get Several Browse Categories\n", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotify.com/v1/browse/categories", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.spotify.com/authorize", "accessTokenUrl": "https://accounts.spotify.com/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a list of categories used to tag items in Spotify (on, for example, the Spotify player’s “Browse” tab).\n" }, { "info": { "name": "Get Single Browse Category\n", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotify.com/v1/browse/categories/:category_id", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "locale", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.spotify.com/authorize", "accessTokenUrl": "https://accounts.spotify.com/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a single category used to tag items in Spotify (on, for example, the Spotify player’s “Browse” tab).\n" }, { "info": { "name": "Get Category's Playlists\n", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotify.com/v1/browse/categories/:category_id/playlists", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.spotify.com/authorize", "accessTokenUrl": "https://accounts.spotify.com/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a list of Spotify playlists tagged with a particular category.\n" } ] } ], "bundled": true }