Biomes
Retrieves list of biomes for the given study accession
Example:
---
`/studies/ERP009004/biomes` retrieve linked samples
GET /metagenomics/api/v1/studies/MGYS00002662/biomes?format=api
{ "links": { "first": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002662/biomes?format=api&page=1", "last": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002662/biomes?format=api&page=1", "next": null, "prev": null }, "data": [ { "type": "biomes", "id": "root:Engineered:Biogas plant:Wet fermentation", "attributes": { "samples-count": 111, "biome-name": "Wet fermentation", "lineage": "root:Engineered:Biogas plant:Wet fermentation" }, "relationships": { "genomes": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Biogas%20plant:Wet%20fermentation/genomes?format=api" } }, "studies": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Biogas%20plant:Wet%20fermentation/studies?format=api" } }, "children": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Biogas%20plant:Wet%20fermentation/children?format=api" } }, "samples": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Biogas%20plant:Wet%20fermentation/samples?format=api" } } }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Biogas%20plant:Wet%20fermentation?format=api" } }, { "type": "biomes", "id": "root:Engineered:Bioreactor", "attributes": { "samples-count": 1003, "biome-name": "Bioreactor", "lineage": "root:Engineered:Bioreactor" }, "relationships": { "genomes": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Bioreactor/genomes?format=api" } }, "studies": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Bioreactor/studies?format=api" } }, "children": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Bioreactor/children?format=api" } }, "samples": { "links": { "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Bioreactor/samples?format=api" } } }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Bioreactor?format=api" } } ], "meta": { "pagination": { "page": 1, "pages": 1, "count": 2 } } }