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

{
    "data": {
        "type": "samples",
        "id": "SRS878633",
        "attributes": {
            "longitude": -77.0144,
            "biosample": "SAMN03393556",
            "latitude": 38.9273,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-77.0144",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "USA",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "Patient8_tooth28",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "dental exam",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "dental sample",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "38.9273",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "454 GS FLX Titanium",
                    "unit": null
                },
                {
                    "key": "host sex",
                    "value": "male",
                    "unit": null
                },
                {
                    "key": "host scientific name",
                    "value": "Homo sapiens",
                    "unit": null
                }
            ],
            "accession": "SRS878633",
            "analysis-completed": "2018-02-27",
            "collection-date": null,
            "geo-loc-name": "USA",
            "sample-desc": "Patient8",
            "environment-biome": "Patient8_tooth28",
            "environment-feature": "dental exam",
            "environment-material": "dental sample",
            "sample-name": "8-7_APCFL_F08.results20",
            "sample-alias": "8-7_APCFL_F08.results20",
            "host-tax-id": 9606,
            "species": "Homo sapiens",
            "last-update": "2018-02-27T15:33:16"
        },
        "relationships": {
            "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"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS878633/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00002267",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002267?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS878633/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS878633?format=api"
        }
    }
}