Back to catalog
Cortexa research tool·genomics·monarch_v3
MonarchV3 Get Mappings
Get cross-ontology mappings for a biomedical entity from the Monarch Initiative. Returns equivalence mappings between ontology identifiers, such as MONDO to OMIM, ICD10, SNOMED CT, NCIT, MESH, DOID, and Orphanet. Useful for translating disease identifiers across coding systems (e.g., for clinical data integration, ICD-10 billing codes, or linking to OMIM entries). Example: MONDO:0005148 (type 2 diabetes) maps to ICD10CM:E11, DOID:9352, OMIM:125853, MESH:D003924.
Livelast probed 2026-04-30 23:07Z· 110msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 110ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"entity_id": {
"description": "Entity CURIE identifier to find mappings for. Examples: 'MONDO:0005148' (type 2 diabetes), 'MONDO:0007947' (Marfan syndrome), 'HP:0001250' (seizure).",
"type": "string"
},
"limit": {
"description": "Maximum number of mappings to return (default: 20, max: 100).",
"type": "integer"
}
},
"required": [
"entity_id"
],
"type": "object"
}Examples (1)
Default MonarchV3 Get Mappings call
public-safeinput
{
"entity_id": "",
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MonarchV3_get_mappings
- Tool name
- MonarchV3_get_mappings
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse