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

{
    "data": {
        "type": "samples",
        "id": "ERS1796508",
        "attributes": {
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "metatranscriptome",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "10.0",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Germany",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2015-01-14",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "vagina",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "vagina",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "vaginal fluid",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "Illumina Hiseq",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "51.0",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina HiSeq 2500",
                    "unit": null
                }
            ],
            "longitude": 10.0,
            "biosample": "SAMEA104137490",
            "latitude": 51.0,
            "accession": "ERS1796508",
            "analysis-completed": "2017-07-03",
            "collection-date": "2015-01-14",
            "geo-loc-name": "Germany",
            "sample-desc": "1 (timepoint) for patient 13_019",
            "environment-biome": "vagina",
            "environment-feature": "vagina",
            "environment-material": "vaginal fluid",
            "sample-name": "13_019_a",
            "sample-alias": "13_019_a",
            "host-tax-id": 9606,
            "species": "Homo sapiens",
            "last-update": "2017-07-03T09:05:18"
        },
        "relationships": {
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1796508/runs?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1796508/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00001863",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001863?format=api"
                        }
                    }
                ]
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Human:Reproductive system:Vagina"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Reproductive%20system:Vagina?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1796508?format=api"
        }
    }
}