1. Get information about taxonomy

1.1. CURL sample

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

1.2. Path Parameters

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

taxonomyId

taxonomy id

1.3. Response Fields

Path Type Description

name

String

name

id

String

taxonomy id

1.4. Sample Response

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