{ "opencollection": "1.0.0", "info": { "name": "National Park Service Data Activities People API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "People", "type": "folder" }, "items": [ { "info": { "name": "Retrieve historical people", "type": "http" }, "http": { "method": "GET", "url": "https://developer.nps.gov/api/v1/people", "params": [ { "name": "parkCode", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" } ] }, "docs": "Retrieve historical people" } ] } ], "bundled": true }