{ "opencollection": "1.0.0", "info": { "name": "NCI Genomic Data Commons (GDC) Download Status API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get API status", "type": "http" }, "http": { "method": "GET", "url": "https://api.gdc.cancer.gov/status" }, "docs": "Returns API status and version information." } ] } ], "bundled": true }