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

{
    "data": {
        "type": "samples",
        "id": "ERS2536030",
        "attributes": {
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "metagenome",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "10.385492",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Norway",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2016-01-23",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "gastrointestinal tract",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "Ileum",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "mucosa",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "human-gut",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "16srRNA sequencing",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "63.420845",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina MiSeq",
                    "unit": null
                }
            ],
            "latitude": 63.4208,
            "biosample": "SAMEA4715881",
            "longitude": 10.3855,
            "accession": "ERS2536030",
            "analysis-completed": "2018-06-12",
            "collection-date": "2016-01-23",
            "geo-loc-name": "Norway",
            "sample-desc": "Frozen biopsy from the terminal ileum",
            "environment-biome": "gastrointestinal tract",
            "environment-feature": "Ileum",
            "environment-material": "mucosa",
            "sample-name": "CP2_i_froz",
            "sample-alias": "CP2_i_froz",
            "host-tax-id": 9606,
            "species": "Homo sapiens",
            "last-update": "2018-06-12T12:24:06"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2536030/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00002408",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002408?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2536030/runs?format=api"
                }
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Human:Digestive system"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Digestive%20system?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2536030?format=api"
        }
    }
}