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
Parameter | Description |
---|---|
|
taxonomy id |
1.3. Response Fields
Path | Type | Description |
---|---|---|
|
|
name |
|
|
taxonomy id |
1.4. Sample Response
{
"name" : "Homo sapiens",
"id" : "9606"
}