Back to catalog
Cortexa research tool·structure·interpro_domain_arch
InterPro Get Structures For Domain
Find all PDB structures containing a specific Pfam domain using the InterPro API. Returns experimental structures (X-ray, cryo-EM, NMR) that contain the specified domain, with resolution and experiment type. Useful for finding structural templates for a domain of interest. Example: PF00870 (P53 DNA-binding domain) has 215 PDB structures; PF00069 (Protein kinase) has 5,238 structures. Results sorted by most recent.
Livelast probed 2026-04-30 23:07Z· 106msCortexa
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": {
"max_results": {
"default": 20,
"description": "Maximum number of PDB structures to return (default 20, max 200).",
"type": "integer"
},
"pfam_accession": {
"description": "Pfam domain accession. Examples: 'PF00870' (P53 DNA-binding, 215 structures), 'PF00069' (Protein kinase, 5238 structures), 'PF07710' (P53 tetramerisation), 'PF00046' (Homeodomain).",
"type": "string"
}
},
"required": [
"pfam_accession"
],
"type": "object"
}Examples (1)
Default InterPro Get Structures For Domain call
public-safeinput
{
"max_results": 1,
"pfam_accession": "P38398"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_InterPro_get_structures_for_domain
- Tool name
- InterPro_get_structures_for_domain
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse