Endpoints
Get Disease
Retrieve full disease report with computed intelligence fields
GET
/api/v1/diseases/{mondoId}Parameters
path
MONDO disease identifier
query
Comma-separated list of sections to include
/api/v1/diseases/{mondoId}Code Snippets
curl -X GET "/api/v1/diseases/{mondoId}" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"