1. Get information about taxonomy

1.1. CURL sample

$ curl 'https://minerva-service.lcsb.uni.lu/minerva/api/taxonomy/9606/' -i -X GET

1.2. Path Parameters

Table 1. /taxonomy/{taxonomyId}/
Parameter Description

taxonomyId

mesh id

1.3. Response Fields

Path Type Description

name

string

name

id

string

mesh id

1.4. Sample Response

{
  "id" : "9606",
  "name" : "Homo sapiens"
}