Biomes
Retrieves list of biomes for the given study accession
Example:
---
`/studies/ERP009004/biomes` retrieve linked samples
GET /metagenomics/api/v1/studies/MGYS00005169/biomes?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005169/biomes?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005169/biomes?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "biomes", "id": "root:Host-associated:Plants:Rhizosphere", "attributes": { "samples-count": 5414, "biome-name": "Rhizosphere", "lineage": "root:Host-associated:Plants:Rhizosphere" }, "relationships": { "children": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Plants:Rhizosphere/children?format=api" } }, "studies": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Plants:Rhizosphere/studies?format=api" } }, "genomes": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Plants:Rhizosphere/genomes?format=api" } }, "samples": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Plants:Rhizosphere/samples?format=api" } } }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Plants:Rhizosphere?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 1 } } }