Get Service Metadata

This endpoint provides metadata for the search service itself.

HTTP Request

GET http://example.com/

There are no URL or query parameters.

Response

{
  "servname": "Gene Homology Search",
  "version": "0.1",
  "servertime": 7957644721
}

Examples

curl http://example.com/namespace/

The above command returns a JSON object containing metadata for the given search service.