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

{
    "data": {
        "type": "samples",
        "id": "ERS2182606",
        "attributes": {
            "biosample": "SAMEA104571322",
            "longitude": 10.6667,
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "metagenome",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "10.666667",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Norway",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2013-05-09",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "colon",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "colon",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "Feces",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "host-associated",
                    "unit": null
                },
                {
                    "key": "target gene",
                    "value": "16S",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "Sequencing by synthesis",
                    "unit": null
                },
                {
                    "key": "host common name",
                    "value": "house mouse",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "63.716667",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina MiSeq",
                    "unit": null
                },
                {
                    "key": "host genotype",
                    "value": "Il10tm1Cgn",
                    "unit": null
                },
                {
                    "key": "host sex",
                    "value": "male",
                    "unit": null
                }
            ],
            "latitude": 63.7167,
            "accession": "ERS2182606",
            "analysis-completed": "2018-02-19",
            "collection-date": "2013-05-09",
            "geo-loc-name": "Norway",
            "sample-desc": "fecal sample",
            "environment-biome": "colon",
            "environment-feature": "colon",
            "environment-material": "Feces",
            "sample-name": "#264_3",
            "sample-alias": "S24",
            "host-tax-id": 10090,
            "species": "Mus musculus",
            "last-update": "2018-02-19T09:29:08"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Mammals:Digestive system:Fecal"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Mammals:Digestive%20system:Fecal?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2182606/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00002252",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002252?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2182606/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2182606?format=api"
        }
    }
}