Back to catalog
Cortexa research tool·genomics·bioregistry
Bioregistry Resolve Reference
Resolve a compact identifier (prefix:id) to provider URLs across 2600+ biological databases. Given a database prefix (e.g., 'uniprot', 'chebi', 'go', 'pubmed') and an identifier, returns URLs from all known providers. Useful for cross-database linking and identifier resolution.
Livelast probed 2026-05-01 01:00Z· 96msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 96ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"identifier": {
"description": "Database identifier (e.g., 'P04637' for UniProt, '17234' for ChEBI, '0006915' for GO)",
"type": "string"
},
"operation": {
"const": "resolve_reference",
"description": "Operation type (fixed: resolve_reference)",
"type": "string"
},
"prefix": {
"description": "Database prefix (e.g., 'uniprot', 'chebi', 'go', 'pubmed', 'ensembl', 'hgnc')",
"type": "string"
}
},
"required": [
"prefix",
"identifier"
],
"type": "object"
}Examples (1)
Default Bioregistry Resolve Reference call
public-safeinput
{
"identifier": "",
"prefix": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Bioregistry_resolve_reference
- Tool name
- Bioregistry_resolve_reference
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse