GET /metagenomics/api/v1/biomes/root:Engineered:Lab%20Synthesis:Genetic%20cross/children?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Lab%20Synthesis:Genetic%20cross/children?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Lab%20Synthesis:Genetic%20cross/children?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "biomes",
            "id": "root:Engineered:Lab Synthesis:Genetic cross",
            "attributes": {
                "samples-count": 26,
                "biome-name": "Genetic cross",
                "lineage": "root:Engineered:Lab Synthesis:Genetic cross"
            },
            "relationships": {
                "children": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Lab%20Synthesis:Genetic%20cross/children?format=api"
                    }
                },
                "studies": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Lab%20Synthesis:Genetic%20cross/studies?format=api"
                    }
                },
                "genomes": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Lab%20Synthesis:Genetic%20cross/genomes?format=api"
                    }
                },
                "samples": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Lab%20Synthesis:Genetic%20cross/samples?format=api"
                    }
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Lab%20Synthesis:Genetic%20cross?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}