Back to catalog
Cortexa research tool·structure·go_api
GOAPI Get Term
Get detailed information about a Gene Ontology (GO) term by its GO ID. Returns the term label, full definition, synonyms, cross-references, and alternative IDs. GO terms describe gene product attributes across three domains: Biological Process (BP), Molecular Function (MF), and Cellular Component (CC). Example: GO:0006915 returns 'apoptotic process' with its definition and related terms.
Livelast probed 2026-04-30 23:07Z· 101msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 101ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"go_id": {
"description": "Gene Ontology term ID. Format: GO:NNNNNNN. Examples: 'GO:0006915' (apoptotic process), 'GO:0008285' (negative regulation of cell population proliferation), 'GO:0005634' (nucleus), 'GO:0003677' (DNA binding).",
"type": "string"
}
},
"required": [
"go_id"
],
"type": "object"
}Examples (1)
Default GOAPI Get Term call
public-safeinput
{
"go_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GOAPI_get_term
- Tool name
- GOAPI_get_term
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse