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

{
    "data": {
        "type": "samples",
        "id": "ERS811256",
        "attributes": {
            "biosample": "SAMEA3504107",
            "longitude": 12.5683,
            "latitude": 55.6761,
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "metagenome",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "12.568337",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Denmark",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2011-01-01/2011-12-31",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "mouse gut",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "mouse-associated habitat",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "faeces",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "host-associated",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "Illumina",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "55.676098",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina HiSeq 2000",
                    "unit": null
                }
            ],
            "accession": "ERS811256",
            "analysis-completed": "2018-04-12",
            "collection-date": "2011-01-01",
            "geo-loc-name": "Denmark",
            "sample-desc": "Stool sample from mouse strain : SV129",
            "environment-biome": "mouse gut",
            "environment-feature": "mouse-associated habitat",
            "environment-material": "faeces",
            "sample-name": "indo_29",
            "sample-alias": "indo_29",
            "host-tax-id": 10090,
            "species": "Mus musculus",
            "last-update": "2018-04-12T09:57:18"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS811256/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00002335",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002335?format=api"
                        }
                    }
                ]
            },
            "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"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS811256/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS811256?format=api"
        }
    }
}