Cwms Data Api Gettimeseries Example

EngineeringFederal-GovernmentWater ResourcesHydrologyCivil Engineering

Cwms Data Api Gettimeseries Example is an example object payload from United States Army Corps of Engineers, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://cwms-data.usace.army.mil/cwms-data/timeseries",
    "query": {
      "name": "DALT2.Stage.Inst.15Minutes.0.raw",
      "office": "SWT",
      "begin": "2026-04-01T00:00:00-05:00",
      "end": "2026-04-02T00:00:00-05:00",
      "unit": "ft",
      "datum": "NAVD88",
      "timezone": "US/Central"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "name": "DALT2.Stage.Inst.15Minutes.0.raw",
      "office-id": "SWT",
      "units": "ft",
      "interval": 15,
      "interval-offset": 0,
      "time-zone": "US/Central",
      "total": 96,
      "page": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa",
      "next-page": null,
      "values": [
        [1743462000000, 482.35, 0],
        [1743462900000, 482.37, 0],
        [1743463800000, 482.38, 0],
        [1743464700000, 482.40, 0],
        [1743465600000, 482.41, 0]
      ]
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/cwms-data-api-getTimeSeries-example"
All examples
curl "https://apis.io/api/v1/examples?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.