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

{
    "data": {
        "type": "samples",
        "id": "SRS1971309",
        "attributes": {
            "longitude": -110.69,
            "biosample": "SAMN06268701",
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-110.69",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "USA:Joseph's Coat, Yellowstone National Park, Wyoming, USA",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "44.376",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina HiSeq 2000",
                    "unit": null
                }
            ],
            "latitude": 44.376,
            "accession": "SRS1971309",
            "analysis-completed": "2018-04-11",
            "collection-date": null,
            "geo-loc-name": "USA:Joseph's Coat, Yellowstone National Park, Wyoming, USA",
            "sample-desc": "Hot spring sediment microbial communities from Joseph's Coat, Yellowstone National Park, USA - JC3_ASED",
            "environment-biome": null,
            "environment-feature": null,
            "environment-material": null,
            "sample-name": "Gp0055690",
            "sample-alias": "Gp0055690",
            "host-tax-id": null,
            "species": null,
            "last-update": "2018-04-11T17:44:24"
        },
        "relationships": {
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1971309/runs?format=api"
                }
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Thermal springs:Hot (42-90C)"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Thermal%20springs:Hot%20(42-90C)?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1971309/studies?format=api"
                },
                "data": []
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1971309?format=api"
        }
    }
}