Cwms Data Api Getcatalog Example

EngineeringFederal GovernmentWater ResourcesHydrologyCivil Engineering

Cwms Data Api Getcatalog 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/catalog/TIMESERIES",
    "query": {
      "office": "SWT",
      "like": "*.Stage.*",
      "page-size": 10
    }
  },
  "response": {
    "status": 200,
    "body": {
      "page": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa",
      "next-page": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb",
      "total": 1247,
      "page-size": 10,
      "entries": [
        {
          "name": "BIGE2.Stage.Inst.15Minutes.0.raw",
          "office": "SWT",
          "units": "ft"
        },
        {
          "name": "DALT2.Stage.Inst.15Minutes.0.raw",
          "office": "SWT",
          "units": "ft"
        },
        {
          "name": "EATK2.Stage.Inst.15Minutes.0.raw",
          "office": "SWT",
          "units": "ft"
        }
      ]
    }
  }
}