{ "opencollection": "1.0.0", "info": { "name": "Genius Account Search API", "version": "1.0.0" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search Genius", "type": "http" }, "http": { "method": "GET", "url": "https://api.genius.com/search", "params": [ { "name": "q", "value": "", "type": "query", "description": "The search query." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page (max 5 for search)." }, { "name": "page", "value": "", "type": "query", "description": "Page of results to return (1-indexed)." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.genius.com/oauth/authorize", "accessTokenUrl": "https://api.genius.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Search across songs, artists, and lyrics. Returns hit objects keyed by\ntype, currently only `song` results are surfaced by the public API.\n" } ] } ], "bundled": true }