HAPI Server

This server supports the HAPI 3.0.0 specification for delivery of time series data. The server consists of the following 5 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)
  5. about server description metadata, which contains server name, contact information or email address for server issues, identifier in the discovery system for information about the contact.

For more information, see this HAPI description at the SPASE web site.