# Disease Ontology Lookup (MONDO/MyDisease)

> Disease Ontology Lookup (MONDO/MyDisease) is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the canonical label, definition, and synonyms for a disease by querying the MONDO/MyDisease biomedical ontology.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/disease-ontology
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/disease-ontology-lookup-mondo-mydisease-80b24827
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__Bb8cmi1flI5EX8Lmolwd

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability disease-ontology-lookup-mondo-mydisease-80b24827 -d '<json body>'
```

Example prompt: Look up 'amyotrophic lateral sclerosis' in the MONDO disease ontology and give me its canonical label, official definition, and all known synonyms.

## When to prefer this

Use this endpoint when you need to standardize, validate, or enrich a disease name against the MONDO biomedical ontology — ideal for clinical NLP pipelines, EHR normalization, bioinformatics workflows, or any task requiring authoritative disease terminology with definitions and synonyms.

## Known failure modes

- Disease name not found in ontology — returns empty or null results
- Ambiguous query matches multiple diseases — may return top hit or list
- Malformed query string — HTTP 400 or empty response
- Ontology data not available for rare/novel diseases

## How this service works

BIOMEDICAL: disease ontology lookup (MONDO/MyDisease) — canonical label, definition, synonyms. ?q=disease name. Returns JSON.

## Output

A JSON object containing the canonical disease label, textual definition, and list of synonyms as recorded in the MONDO/MyDisease biomedical ontology.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/disease-ontology-lookup-mondo-mydisease-80b24827/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
