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.
-
capabilities describe the capabilities of the
server; this lists the output formats the server can emit (CSV and
binary)
-
catalog list the datasets that are available; each
dataset is associated with a unique id
-
info obtain a description for dataset of a given id;
the description defines the parameters in every dataset record
-
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)
-
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.