{ "opencollection": "1.0.0", "info": { "name": "Warner Music Group Licensing Artists Catalog API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.wmg.com/oauth/authorize", "accessTokenUrl": "https://auth.wmg.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Search Music Catalog", "type": "http" }, "http": { "method": "GET", "url": "https://api.wmg.com/v1/catalog/search", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search query (artist name, track title, or keyword)" }, { "name": "type", "value": "", "type": "query", "description": "Type of music asset to search" }, { "name": "label", "value": "", "type": "query", "description": "Filter by record label" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Search the WMG music catalog for recordings and compositions. Supports searching by artist name, track title, ISRC, ISWC, or keyword." } ] } ], "bundled": true }