{ "opencollection": "1.0.0", "info": { "name": "National Park Service Data Activities Topics API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Topics", "type": "folder" }, "items": [ { "info": { "name": "List topics covered by NPS", "type": "http" }, "http": { "method": "GET", "url": "https://developer.nps.gov/api/v1/topics" }, "docs": "List topics covered by NPS" } ] } ], "bundled": true }