Back to catalog
Cortexa research tool·genomics·synbiohub
SynBioHub Get Part
Get detailed SBOL (Synthetic Biology Open Language) information for a specific genetic part from SynBioHub. Returns the part's title, description, DNA sequence, sequence length, functional roles, creation date, and provenance. Can look up by full URI or by iGEM BioBrick display ID (e.g., BBa_E0040 for GFP). Example: get details for BBa_E0040 (GFP coding sequence, 720bp) including its full DNA sequence.
Livelast probed 2026-04-30 23:07Z· 99msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 99ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"display_id": {
"description": "BioBrick/part display ID from the iGEM collection. Examples: 'BBa_E0040' (GFP), 'BBa_R0010' (lac promoter), 'BBa_B0034' (RBS). If not from iGEM, use part_uri instead.",
"type": [
"string",
"null"
]
},
"part_uri": {
"description": "Full SynBioHub URI for the part (from search results). Example: 'https://synbiohub.org/public/igem/BBa_E0040/1'. Use this for parts not in iGEM collection.",
"type": [
"string",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default SynBioHub Get Part call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_SynBioHub_get_part
- Tool name
- SynBioHub_get_part
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse