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

{
    "data": {
        "type": "samples",
        "id": "SRS3486963",
        "attributes": {
            "biosample": "SAMN09507057",
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "115.8605",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Australia",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "1998-12-11",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "nasal cavity",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "nasal cavity",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "oronasal secretion",
                    "unit": null
                },
                {
                    "key": "host taxid",
                    "value": "9606",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "-31.9505",
                    "unit": null
                }
            ],
            "latitude": -31.9505,
            "longitude": 115.8605,
            "accession": "SRS3486963",
            "analysis-completed": null,
            "collection-date": "1998-12-11",
            "geo-loc-name": null,
            "sample-desc": "16S sequencing of nasal/pharyngeal: human child",
            "environment-biome": "nasal cavity",
            "environment-feature": "nasal cavity",
            "environment-material": "oronasal secretion",
            "sample-name": "199",
            "sample-alias": "199",
            "host-tax-id": 9606,
            "species": "Homo sapiens",
            "last-update": "2019-12-01T00:41:54"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Human:Respiratory system:Nasopharyngeal"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Respiratory%20system:Nasopharyngeal?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS3486963/studies?format=api"
                },
                "data": []
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS3486963/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS3486963?format=api"
        }
    }
}