v1
latestOpenAPI 3.0.02026-07-17101229.1 KBGA4GH
List one specific tool, acts as an anchor for self references
This endpoint returns one specific tool (which has ToolVersions nested inside it).
get/tools/{id}
Path parameters
idstring required
A unique identifier of the tool, scoped to this registry, for example 123456.
Response
A tool.
Example response
{
"url": "http://agora.broadinstitute.org/tools/123456",
"versions": [
{
"url": "http://agora.broadinstitute.org/tools/123456/versions/1",
"id": "v1",
"images": [
{
"checksum": [
{
"checksum": "77af4d6b9913e693e8d0b4b294fa62ade6054e6b2f1ffb617ac955dd63fb0182",
"type": "sha256"
}
]
}
],
"included_apps": [
"https://bio.tools/tool/mytum.de/SNAP2/1",
"https://bio.tools/bioexcel_seqqc"
]
}
]
}