UniParc Get Entry
Get a UniProt UniParc entry by its stable UPI identifier. UniParc is the most comprehensive, non-redundant protein sequence archive, storing every unique sequence ever seen across all major databases (UniProtKB, RefSeq, Ensembl, PDB, EMBL/GenBank, EPO patents, etc.). Each unique sequence gets a permanent UPI ID. Returns all active database cross-references (with gene name, protein name, organism), InterPro domain annotations, and full sequence with length/weight/checksums. Essential for trackin…
Overview
Get a UniProt UniParc entry by its stable UPI identifier. UniParc is the most comprehensive, non-redundant protein sequence archive, storing every unique sequence ever seen across all major databases (UniProtKB, RefSeq, Ensembl, PDB, EMBL/GenBank, EPO patents, etc.). Each unique sequence gets a permanent UPI ID. Returns all active database cross-references (with gene name, protein name, organism), InterPro domain annotations, and full sequence with length/weight/checksums. Essential for tracking a protein sequence across databases and finding all records with an identical sequence. Example: UPI000002ED67 is TP53 (p53), active in Swiss-Prot (P04637), TrEMBL, RefSeq, Ensembl, PDB with 551 total cross-references.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 106ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"upi": {
"description": "UniParc identifier (e.g., 'UPI000002ED67' for TP53/P04637). Find UPIs via UniParc_search or from UniProt protein pages.",
"type": "string"
}
},
"required": [
"upi"
],
"type": "object"
}Examples (1)
Default UniParc Get Entry call
{
"upi": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_UniParc_get_entry
- Tool name
- UniParc_get_entry
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse