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

Table 1. /mesh/{meshId}
Parameter Description

meshId

mesh id

1.3. Response Fields

Path Type Description

name

string

name

description

string

description

synonyms

array

list of synonyms

id

string

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" ]
}