Back to catalog
Cortexa research tool·genomics·iptmnet
IPTMnet Get Ptm Sites
Get all post-translational modification (PTM) sites for a protein from iPTMnet. Returns residue, position, PTM type, confidence score, source databases, catalytic enzymes, and PubMed references for each site. Data aggregated from PhosphoSitePlus, UniProt, and text mining. Covers phosphorylation, acetylation, ubiquitination, methylation, glycosylation, sumoylation, and more. Results organized by protein isoform. Use with UniProt accession (e.g., P04637 for TP53).
Livelast probed 2026-05-01 01:00Z· 132msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 132ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"get_ptm_sites"
],
"type": "string"
},
"ptm_type": {
"description": "Filter by PTM type: Phosphorylation, Acetylation, Ubiquitination, Methylation, Sumoylation, N-Glycosylation, O-Glycosylation, S-Nitrosylation. Case-insensitive. Omit to return all types.",
"type": [
"string",
"null"
]
},
"uniprot_id": {
"description": "UniProt accession, e.g., P04637 (TP53), P00533 (EGFR), P31749 (AKT1), Q16539 (MAPK14/p38)",
"type": "string"
}
},
"required": [
"operation",
"uniprot_id"
],
"type": "object"
}Examples (1)
Default IPTMnet Get Ptm Sites call
public-safeinput
{
"operation": "",
"uniprot_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_iPTMnet_get_ptm_sites
- Tool name
- iPTMnet_get_ptm_sites
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse