{ "opencollection": "1.0.0", "info": { "name": "Chartmetric Albums Search API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search entities", "type": "http" }, "http": { "method": "GET", "url": "https://api.chartmetric.com/api/search", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search query string." }, { "name": "type", "value": "", "type": "query", "description": "Comma-separated entity types to restrict the search to (for example artists, tracks, albums, playlists, curators)." }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Free-text search across artists, tracks, albums, playlists, curators, and other entity types, returning Chartmetric IDs for follow-on lookups." } ] } ], "bundled": true }