{ "opencollection": "1.0.0", "info": { "name": "setlist.fm /1.0/artist/{mbid} /1.0/artist/{mbid} /1.0/user/{userId} API", "version": "1.0" }, "items": [ { "info": { "name": "/1.0/user/{userId}", "type": "folder" }, "items": [ { "info": { "name": "Get a user by userId.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/1.0/user/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "the user's userId" } ] }, "docs": "Get a user by userId. (deprecated)\n\nNote: This endpoint always returns a result, even if the user doesn't exist" } ] } ], "bundled": true }