IdentifiersOrg Resolve
Resolve a biological identifier to its resource URLs using Identifiers.org. Given a namespace (e.g., 'uniprot') and local ID (e.g., 'P04637'), returns all resolved URLs across different providers (NCBI, EBI, UniProt, etc.). Identifiers.org is an ELIXIR service that provides persistent identifiers for life science data. Supports 800+ namespaces including uniprot, pdb, ensembl, go, reactome, kegg, ncbigene, taxonomy, and many more. Use this to find where a biological entity can be accessed across…
Overview
Resolve a biological identifier to its resource URLs using Identifiers.org. Given a namespace (e.g., 'uniprot') and local ID (e.g., 'P04637'), returns all resolved URLs across different providers (NCBI, EBI, UniProt, etc.). Identifiers.org is an ELIXIR service that provides persistent identifiers for life science data. Supports 800+ namespaces including uniprot, pdb, ensembl, go, reactome, kegg, ncbigene, taxonomy, and many more. Use this to find where a biological entity can be accessed across databases.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 92ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"local_id": {
"description": "The local identifier within the namespace. Examples: 'P04637' (for uniprot), '4HHB' (for pdb), '7157' (for ncbigene), '0006915' (for go), '9606' (for taxonomy), 'R-HSA-73857' (for reactome), 'ENSG00000141510' (for ensembl).",
"type": "string"
},
"namespace": {
"description": "Database namespace prefix. Examples: 'uniprot', 'pdb', 'ncbigene', 'go', 'taxonomy', 'reactome', 'ensembl', 'kegg.compound', 'interpro', 'pfam'. Find available namespaces using IdentifiersOrg_search_namespaces.",
"type": "string"
}
},
"required": [
"namespace",
"local_id"
],
"type": "object"
}Examples (1)
Default IdentifiersOrg Resolve call
{
"local_id": "",
"namespace": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_IdentifiersOrg_resolve
- Tool name
- IdentifiersOrg_resolve
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse