{ "opencollection": "1.0.0", "info": { "name": "Audius challenges explore API", "version": "1.0" }, "items": [ { "info": { "name": "explore", "type": "folder" }, "items": [ { "info": { "name": "Get best selling tracks and playlists with related entities", "type": "http" }, "http": { "method": "GET", "url": "https://api.audius.co/v1/explore/best-selling", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip. Useful for pagination (page number * limit)" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items to fetch" }, { "name": "user_id", "value": "", "type": "query", "description": "The user ID of the user making the request" }, { "name": "type", "value": "", "type": "query", "description": "The type of content to filter by" } ] }, "docs": "Get best selling tracks and/or albums with related entities" } ] } ], "bundled": true }