{ "opencollection": "1.0.0", "info": { "name": "Zenodo REST Access Statistics API", "version": "12.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Statistics", "type": "folder" }, "items": [ { "info": { "name": "Get record statistics", "type": "http" }, "http": { "method": "POST", "url": "https://zenodo.org/api/stats", "body": { "type": "json", "data": "{}" } }, "docs": "Get record statistics" } ] } ], "bundled": true }