{ "opencollection": "1.0.0", "info": { "name": "Unpaywall DOI Lookup API", "version": "2.0.0" }, "items": [ { "info": { "name": "DOI Lookup", "type": "folder" }, "items": [ { "info": { "name": "Get Open Access Status by DOI", "type": "http" }, "http": { "method": "GET", "url": "https://api.unpaywall.org/v2/:doi", "params": [ { "name": "doi", "value": "10.1038/nature12373", "type": "path", "description": "The DOI of the article (e.g., 10.1038/nature12373)" }, { "name": "email", "value": "you@example.com", "type": "query", "description": "Your email address — required for all API calls to identify usage" } ] }, "docs": "Retrieve open access information for a scholarly article identified by its DOI. Returns the OA status, best open access location, all available OA locations, journal metadata, and author information." } ] } ], "bundled": true }