1. Get info about mesh term

1.1. CURL sample

$ curl 'https://minerva-service.lcsb.uni.lu/minerva/api/mesh/D010300' -X GET

1.2. Path Parameters

Table 1. /minerva/api/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

{
  "name" : "Parkinson Disease",
  "id" : "D010300",
  "description" : "A progressive, degenerative neurologic disease characterized by a TREMOR that is maximal at rest, retropulsion (i.e. a tendency to fall backwards), rigidity, stooped posture, slowness of voluntary movements, and a masklike facial expression. Pathologic features include loss of melanin containing neurons in the substantia nigra and other pigmented nuclei of the brainstem. LEWY BODIES are present in the substantia nigra and locus coeruleus but may also be found in a related condition (LEWY BODY DISEASE, DIFFUSE) characterized by dementia in combination with varying degrees of parkinsonism. (Adams et al., Principles of Neurology, 6th ed, p1059, pp1067-75)",
  "synonyms" : [ "Parkinson's Disease, Idiopathic", "Primary Parkinsonism", "Idiopathic Parkinson's Disease", "Paralysis Agitans", "Parkinsonism, Primary", "Parkinson's Disease", "Lewy Body Parkinson Disease", "Parkinson's Disease, Lewy Body", "Parkinson Disease, Idiopathic", "Idiopathic Parkinson Disease", "Lewy Body Parkinson's Disease" ]
}