Get a Specific Namespace
This endpoint fetches metadata for a a namespace with a specific ID.
HTTP Request
GET http://example.com/namespace/<ID>
URL Parameters
| Parameter | Description |
|---|---|
| ID | The desired namespace's unique identifier |
Response
{
"id":"human",
"desc":"The LAST example human database",
"datasource":"LAST",
"database":"humdb",
"lastmod":1537919196,
"seqcount":1
}
Examples
curl http://example.com/namespace/<ID>
The above command returns a JSON object containing metadata for the given namespace.