{ "opencollection": "1.0.0", "info": { "name": "Open Library Authors Lists API", "version": "1.0.0" }, "items": [ { "info": { "name": "Lists", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a reading list", "type": "http" }, "http": { "method": "GET", "url": "https://openlibrary.org/lists/:listId.json", "params": [ { "name": "listId", "value": "", "type": "path" } ] }, "docs": "Retrieve a reading list" } ] } ], "bundled": true }