PDBe Get Uniprot Structure Coverage
Get all PDB structures mapped to a UniProt protein, ranked by quality and coverage, from the PDBe Graph API. For each structure, shows residue coverage on the UniProt sequence, resolution, experimental method, mutations present, and ligands bound. Returns the best chain per PDB entry. Essential for finding the best structural coverage for a protein of interest and identifying which regions have experimental structures vs predicted models. Example: P04637 (TP53) returns 100+ structures covering…
Overview
Get all PDB structures mapped to a UniProt protein, ranked by quality and coverage, from the PDBe Graph API. For each structure, shows residue coverage on the UniProt sequence, resolution, experimental method, mutations present, and ligands bound. Returns the best chain per PDB entry. Essential for finding the best structural coverage for a protein of interest and identifying which regions have experimental structures vs predicted models. Example: P04637 (TP53) returns 100+ structures covering different domains (DNA-binding domain 93-292, tetramerization domain 319-360, etc.).
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 87ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"uniprot_id": {
"description": "UniProt accession. Examples: 'P04637' (TP53, many structures), 'P00533' (EGFR), 'P69905' (hemoglobin alpha), 'P01308' (insulin).",
"type": "string"
}
},
"required": [
"uniprot_id"
],
"type": "object"
}Examples (1)
Default PDBe Get Uniprot Structure Coverage call
{
"uniprot_id": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PDBe_get_uniprot_structure_coverage
- Tool name
- PDBe_get_uniprot_structure_coverage
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse