Cwms Data Api Timeseries Structure
Structure documentation for USACE CWMS Time Series objects
Type: object
Properties: 0
EngineeringFederal-GovernmentWater ResourcesHydrologyCivil Engineering
Cwms Data Api Timeseries Structure is a JSON Structure definition published by United States Army Corps of Engineers.
{
"title": "CWMS Time Series Structure",
"description": "Structure documentation for USACE CWMS Time Series objects",
"type": "object",
"fields": [
{ "name": "name", "type": "string", "required": true, "description": "Time series identifier (Location.Parameter.Type.Interval.Duration.Version)" },
{ "name": "office-id", "type": "string", "required": true, "description": "Three-character district office code" },
{ "name": "units", "type": "string", "required": true, "description": "Measurement units (ft, m, cfs, etc.)" },
{ "name": "interval", "type": "integer", "required": false, "description": "Data interval in minutes (0=irregular)" },
{ "name": "interval-offset", "type": "integer", "required": false, "description": "Interval offset in minutes" },
{ "name": "time-zone", "type": "string", "required": false, "description": "IANA timezone for timestamps" },
{ "name": "total", "type": "integer", "required": false, "description": "Total values available" },
{ "name": "page", "type": "string", "required": false, "description": "Current page cursor" },
{ "name": "next-page", "type": "string", "required": false, "description": "Next page cursor (null if last page)" },
{
"name": "values",
"type": "array",
"required": false,
"description": "Array of [timestamp_ms, value, quality_code] tuples",
"items": {
"type": "array",
"description": "Single value tuple",
"fields": [
{ "name": "[0]", "type": "integer", "description": "Unix timestamp in milliseconds" },
{ "name": "[1]", "type": "number", "description": "Measured value (null = missing)" },
{ "name": "[2]", "type": "integer", "description": "CWMS quality code (0=Unscreened, 1=Good, 3=Questionable, 5=Rejected)" }
]
}
}
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/cwms-data-api-timeseries-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.