GET /metagenomics/api/v1/samples/ERS2020581?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "samples",
        "id": "ERS2020581",
        "attributes": {
            "latitude": -34.1192,
            "longitude": 151.2267,
            "sample-metadata": [
                {
                    "key": "project name",
                    "value": "Mapping and Modelling the Australian Marine Microbiome",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "151.2267",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Tasman Sea",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2017-06-26",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "environmental system determined by an organim",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "respiratory system",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "exhaled breath condensate",
                    "unit": null
                },
                {
                    "key": "target gene",
                    "value": "16S rRNA gene",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "illumina",
                    "unit": null
                },
                {
                    "key": "host taxid",
                    "value": "9773",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "-34.1192",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "ERC000013",
                    "unit": null
                },
                {
                    "key": "host scientific name",
                    "value": "Megaptera novaeangliae",
                    "unit": null
                }
            ],
            "biosample": "SAMEA104402639",
            "accession": "ERS2020581",
            "analysis-completed": null,
            "collection-date": null,
            "geo-loc-name": null,
            "sample-desc": "whale blow",
            "environment-biome": "environmental system determined by an organim",
            "environment-feature": "respiratory system",
            "environment-material": "exhaled breath condensate",
            "sample-name": "MO46",
            "sample-alias": "MO46",
            "host-tax-id": 9773,
            "species": null,
            "last-update": "2023-10-11T13:32:41"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Mammals:Respiratory system"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Mammals:Respiratory%20system?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2020581/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00006536",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006536?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2020581/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2020581?format=api"
        }
    }
}