v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBRegistry
List registry
Returns every ontology available for codification, the versions of each ontology, and the active indexes backing them. Use this to discover the exact ontology and version values to send to the linking endpoints.
get/med-link/registry/
Response
The ontologies currently available for codification.
Example response
{
"ontologies": [
{
"name": "snomed",
"versions": [
"20250401_extended"
]
}
]
}