{ "opencollection": "1.0.0", "info": { "name": "USACE Corps Water Management System Data Catalog Levels API", "version": "latest" }, "items": [ { "info": { "name": "Levels", "type": "folder" }, "items": [ { "info": { "name": "Get Location Levels", "type": "http" }, "http": { "method": "GET", "url": "https://cwms-data.usace.army.mil/cwms-data/api/latest/levels", "params": [ { "name": "office", "value": "", "type": "query", "description": "USACE district office ID" }, { "name": "location-id", "value": "", "type": "query", "description": "CWMS location identifier" }, { "name": "parameter-id", "value": "", "type": "query", "description": "Parameter identifier (e.g., Stage, Elev)" }, { "name": "unit", "value": "", "type": "query", "description": "Unit system for output values" }, { "name": "begin", "value": "", "type": "query", "description": "Start of time window" }, { "name": "end", "value": "", "type": "query", "description": "End of time window" } ] }, "docs": "Returns location level data including pool elevations, flood stages, and operational thresholds for CWMS monitoring locations." }, { "info": { "name": "Get Reservoir Pools", "type": "http" }, "http": { "method": "GET", "url": "https://cwms-data.usace.army.mil/cwms-data/api/latest/pools", "params": [ { "name": "office", "value": "", "type": "query", "description": "USACE district office ID" }, { "name": "project-id-mask", "value": "", "type": "query", "description": "Pattern mask to filter project IDs" }, { "name": "name-mask", "value": "", "type": "query", "description": "Pattern mask to filter pool names" }, { "name": "unit", "value": "", "type": "query", "description": "Unit system for output values" } ] }, "docs": "Returns reservoir pool definitions including storage zones, flood control pools, and conservation pools for USACE projects." } ] } ], "bundled": true }