Get All Namespaces

This endpoint retrieves all namespaces provided by the service.

HTTP Request

GET http://example.com/namespace

The query has no parameters.

Response

The above command returns a list of JSON objects containing metadata for each namespace provided by the service:

[
  {
    "id":"human",
    "desc":"The LAST example human database",
    "datasource":"LAST",
    "database":"humdb",
    "lastmod":1537919196,
    "seqcount":1
  },
  {
    "id":"fugu",
    "desc":"The LAST example fugu database",
    "datasource":"LAST",
    "database":"fugdb",
    "lastmod":1537919196,
    "seqcount":1
  },
]

Examples

curl http://example.com/namespace