Back to catalog
Cortexa research tool·genomics·proteins_api
Proteins API Search
Search proteins in Proteins API by gene name, protein name, or accession. Defaults to human proteins (taxid=9606) for gene/name searches; use organism param to override. Gene names (e.g., 'BRCA1') search by gene parameter, accessions (e.g., 'P05067') search by accession parameter, and longer queries (e.g., 'insulin') search by protein parameter. Returns list of matching proteins with full annotations.
Livelast probed 2026-04-30 23:07Z· 1474msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1474ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"format": {
"default": "json",
"description": "Response format. JSON is recommended for most use cases.",
"enum": [
"json",
"xml"
],
"type": "string"
},
"gene": {
"description": "Alias for query. Gene name to search.",
"type": "string"
},
"gene_symbol": {
"description": "Alias for query. Gene symbol to search (e.g., TP53, BRCA1).",
"type": "string"
},
"offset": {
"default": 0,
"description": "Offset for pagination (default: 0)",
"type": "integer"
},
"query": {
"description": "Search query. Can be: gene name (e.g., 'BRCA1', 'TP53'), protein name (e.g., 'insulin', 'hemoglobin'), or UniProt accession (e.g., 'P05067'). The tool automatically determines the appropriate search parameter.",
"type": "string"
},
"reviewed": {
"description": "If true, return only reviewed Swiss-Prot entries. If false or omitted, includes unreviewed TrEMBL entries.",
"type": "boolean"
},
"size": {
"default": 25,
"description": "Maximum number of results to return (default: 25, max: 100)",
"maximum": 100,
"type": "integer"
}
},
"required": [],
"type": "object"
}Examples (1)
Default Proteins API Search call
public-safeinput
{
"gene": "BRCA1",
"gene_symbol": "BRCA1",
"offset": 1,
"query": "BRCA1",
"reviewed": false,
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_proteins_api_search
- Tool name
- proteins_api_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse