GET /entry/{entry_id}
Summary: Get entry by ID
Operation ID: getEntry
Auth: none
Operation ID: getEntry
Auth: none
Description
Retrieve detailed NMR-STAR data for a specific BMRB entry.
Parameters (2)
entry_id
(string, path, required)
BMRB entry ID (e.g., 15000)
Constraints: {'pattern': '^\\d+$'}
format
(string, query, optional, default: json)
Response format
Constraints: {'enum': ['json', 'rawnmrstar', 'zlib']}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get entry 15000 in JSON format | curl |
https://bmrb.io/api/entry/15000?format=json |
|
| Get entry 1000 (minimal valid ID) | curl |
https://bmrb.io/api/entry/1000 |
|
| Get entry 20000 in JSON format | curl |
https://bmrb.io/api/entry/20000?format=json |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:49:26.999992 | 404 | 314ms | |
| 2026-03-23 10:25:00.711186 | 404 | 432ms | |
| 2026-03-23 09:06:27.425102 | 404 | 327ms |