{ "opencollection": "1.0.0", "info": { "name": "Recreation Information Database (RIDB) Activities Campsites API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Campsites", "type": "folder" }, "items": [ { "info": { "name": "List campsites", "type": "http" }, "http": { "method": "GET", "url": "https://ridb.recreation.gov/api/v1/campsites", "params": [ { "name": "query", "value": "", "type": "query", "description": "Free-text search query" }, { "name": "limit", "value": "", "type": "query", "description": "Number of records to return (max 50)" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "List campsites" }, { "info": { "name": "Get campsite", "type": "http" }, "http": { "method": "GET", "url": "https://ridb.recreation.gov/api/v1/campsites/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get campsite" } ] } ], "bundled": true }