Back to catalog
Cortexa research tool·structure·rcsb_data
RCSBData Get Entry
Get comprehensive structure metadata for a PDB entry from the RCSB Data API. Returns experimental method, resolution, deposition/release dates, polymer/nonpolymer entity counts, molecular weight, assembly count, space group, and unit cell dimensions. This is the direct REST endpoint for PDB entry details, complementing GraphQL-based tools. Example: '4HHB' returns hemoglobin at 1.74A by X-ray diffraction, deposited 1984-03-07, 2 polymer entities.
Livelast probed 2026-05-01 01:00Z· 308msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 308ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"pdb_id": {
"description": "PDB entry ID (4 characters). Examples: '4HHB' (hemoglobin), '1TUP' (p53-DNA complex), '1M17' (EGFR kinase), '6LU7' (SARS-CoV-2 main protease).",
"type": "string"
}
},
"required": [
"pdb_id"
],
"type": "object"
}Examples (1)
Default RCSBData Get Entry call
public-safeinput
{
"pdb_id": "1AKI"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_RCSBData_get_entry
- Tool name
- RCSBData_get_entry
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse