{ "opencollection": "1.0.0", "info": { "name": "Genius Account Songs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Songs", "type": "folder" }, "items": [ { "info": { "name": "Get Song", "type": "http" }, "http": { "method": "GET", "url": "https://api.genius.com/songs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Genius numeric song ID." }, { "name": "text_format", "value": "", "type": "query", "description": "Format for textual fields in the response." } ], "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": "Returns full song metadata including artist, album, release date, media, and song relationships." }, { "info": { "name": "Get Song Comments", "type": "http" }, "http": { "method": "GET", "url": "https://api.genius.com/songs/:id/comments", "params": [ { "name": "id", "value": "", "type": "path", "description": "Genius numeric song ID." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page (max 50)." }, { "name": "page", "value": "", "type": "query", "description": "Page index (1-indexed)." }, { "name": "text_format", "value": "", "type": "query", "description": "Format for textual fields in the response." } ], "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": "Lists comments left on a song page." }, { "info": { "name": "Get Song Activity", "type": "http" }, "http": { "method": "GET", "url": "https://api.genius.com/songs/:id/activity", "params": [ { "name": "id", "value": "", "type": "path", "description": "Genius numeric song ID." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page (max 50)." }, { "name": "page", "value": "", "type": "query", "description": "Page index (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": "Activity stream for a song (annotations created, comments posted, edits, etc.)." }, { "info": { "name": "Get Song Contributors", "type": "http" }, "http": { "method": "GET", "url": "https://api.genius.com/songs/:id/contributors", "params": [ { "name": "id", "value": "", "type": "path", "description": "Genius numeric song ID." } ], "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": "List of users who have contributed to the song (transcribers, annotators, editors)." } ] } ], "bundled": true }