1. Get info about mesh term
1.1. CURL sample
$ curl 'https://minerva-service.lcsb.uni.lu/minerva/api/mesh/D002095' -i -X GET
1.2. Path Parameters
| Parameter | Description |
|---|---|
|
mesh id |
1.3. Response Fields
| Path | Type | Description |
|---|---|---|
|
|
name |
|
|
description |
|
|
list of synonyms |
|
|
mesh id |
1.4. Sample Response
{
"description" : "A condition of BRONCHOCONSTRICTION resulting from hypersensitive reaction to inhaled dust during the initial processing of cotton, flax, or hemp in the textile industry. Symptoms include wheezing and tightness in the chest.",
"id" : "D002095",
"name" : "Byssinosis",
"synonyms" : [ "Brown Lung", "Brown Lung Diseases", "Byssinoses", "Brown Lungs", "Brown Lung Disease" ]
}