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

{
    "data": {
        "type": "samples",
        "id": "SRS459849",
        "attributes": {
            "biosample": "SAMN02230000",
            "longitude": -0.1275,
            "latitude": 51.5072,
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "miens-survey",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "-0.1275",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "London, United Kingdom",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2011-01-01/2011-12-31",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "oral",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "human-oral",
                    "unit": null
                },
                {
                    "key": "target gene",
                    "value": "16S rRNA",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "51.50722",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "454 GS FLX+",
                    "unit": null
                },
                {
                    "key": "host scientific name",
                    "value": "Homo sapiens",
                    "unit": null
                }
            ],
            "accession": "SRS459849",
            "analysis-completed": "2018-01-22",
            "collection-date": "2011-01-01",
            "geo-loc-name": "London, United Kingdom",
            "sample-desc": "MIMARKS Survey related sample from human oral microbiome",
            "environment-biome": "oral",
            "environment-feature": null,
            "environment-material": null,
            "sample-name": "HS112W",
            "sample-alias": "HS112W",
            "host-tax-id": 9606,
            "species": "Homo sapiens",
            "last-update": "2018-01-22T16:48:17"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS459849/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00002148",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002148?format=api"
                        }
                    }
                ]
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Human:Digestive system:Oral"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Digestive%20system:Oral?format=api"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS459849/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS459849?format=api"
        }
    }
}