{ "opencollection": "1.0.0", "info": { "name": "USACE Corps Water Management System Data Catalog API", "version": "latest" }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Get Time Series Catalog", "type": "http" }, "http": { "method": "GET", "url": "https://cwms-data.usace.army.mil/cwms-data/api/latest/timeseries/catalog", "params": [ { "name": "office", "value": "", "type": "query", "description": "Filter by USACE district office ID" }, { "name": "timeseries-id-regex", "value": "", "type": "query", "description": "Regular expression pattern to filter time series IDs" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor from previous response" }, { "name": "page-size", "value": "", "type": "query", "description": "Number of entries per page" } ] }, "docs": "Returns a catalog of available time series identifiers." }, { "info": { "name": "Get Location Catalog", "type": "http" }, "http": { "method": "GET", "url": "https://cwms-data.usace.army.mil/cwms-data/api/latest/locations/catalog", "params": [ { "name": "office", "value": "", "type": "query", "description": "Filter by USACE district office ID" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor" }, { "name": "page-size", "value": "", "type": "query", "description": "Number of entries per page" } ] }, "docs": "Returns a searchable catalog of all available CWMS locations." }, { "info": { "name": "Get Parameters", "type": "http" }, "http": { "method": "GET", "url": "https://cwms-data.usace.army.mil/cwms-data/api/latest/parameters" }, "docs": "Returns the list of CWMS parameters available for time series and location level queries (e.g., Stage, Flow, Elev, Temp-Water)." }, { "info": { "name": "Get Units", "type": "http" }, "http": { "method": "GET", "url": "https://cwms-data.usace.army.mil/cwms-data/api/latest/units" }, "docs": "Returns the list of measurement units available in the CWMS system." }, { "info": { "name": "Get States", "type": "http" }, "http": { "method": "GET", "url": "https://cwms-data.usace.army.mil/cwms-data/api/latest/states" }, "docs": "Returns the list of US states recognized in the CWMS system." }, { "info": { "name": "Get Counties", "type": "http" }, "http": { "method": "GET", "url": "https://cwms-data.usace.army.mil/cwms-data/api/latest/counties" }, "docs": "Returns the list of US counties with CWMS location data." } ] } ], "bundled": true }