Intact Get Interactions By Organism
Get all interactions for a specific organism by taxonomy ID. Uses EBI Search API (IntAct domain) to find interactions involving proteins from the specified organism. Returns list of interactions with interaction IDs in the 'interaction_ids' field. These IDs can be used with intact_get_interaction_details to get detailed information. Common taxonomy IDs: 9606 (Homo sapiens), 10090 (Mus musculus), 10116 (Rattus norvegicus), 7227 (Drosophila melanogaster), 6239 (Caenorhabditis elegans), 7955 (Dani…
Overview
Get all interactions for a specific organism by taxonomy ID. Uses EBI Search API (IntAct domain) to find interactions involving proteins from the specified organism. Returns list of interactions with interaction IDs in the 'interaction_ids' field. These IDs can be used with intact_get_interaction_details to get detailed information. Common taxonomy IDs: 9606 (Homo sapiens), 10090 (Mus musculus), 10116 (Rattus norvegicus), 7227 (Drosophila melanogaster), 6239 (Caenorhabditis elegans), 7955 (Danio rerio).
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 561ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"format": {
"default": "json",
"enum": [
"json",
"xml"
],
"type": "string"
},
"size": {
"default": 25,
"description": "Maximum number of results to return (default: 25, max: 100)",
"maximum": 100,
"type": "integer"
},
"taxid": {
"description": "NCBI taxonomy ID (e.g., '9606' for human, '10090' for mouse). Find taxonomy IDs at https://www.ncbi.nlm.nih.gov/taxonomy",
"type": "string"
}
},
"required": [
"taxid"
],
"type": "object"
}Examples (1)
Default Intact Get Interactions By Organism call
{
"size": 1,
"taxid": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_intact_get_interactions_by_organism
- Tool name
- intact_get_interactions_by_organism
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse