{ "opencollection": "1.0.0", "info": { "name": "Recreation Information Database (RIDB) Activities Organizations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://ridb.recreation.gov/api/v1/organizations", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of records to return (max 50)" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Federal organizations that manage recreation resources (NPS, USFS, BLM, USACE, etc.)." }, { "info": { "name": "Get organization", "type": "http" }, "http": { "method": "GET", "url": "https://ridb.recreation.gov/api/v1/organizations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get organization" } ] } ], "bundled": true }