HAPI Server

This server supports the HAPI 3.1 specification for delivery of time series data. The server consists of the following 4 REST-like endpoints that will respond to HTTP GET requests.

  1. capabilities describe the capabilities of the server; this lists the output formats the server can emit (CSV and binary)
  2. catalog list the datasets that are available; each dataset is associated with a unique id
  3. info obtain a description for dataset of a given id; the description defines the parameters in every dataset record
  4. data stream data content for a dataset of a given id; the streaming request must have time bounds (specified by request parameters time.min and time.max) and may indicate a subset of parameters (default is all parameters)
Search:
to view all enter * or *.*

For more information, see this HAPI description at the Github