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

{
    "data": {
        "type": "samples",
        "id": "SRS730401",
        "attributes": {
            "biosample": "SAMN03142814",
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-127.763885",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Pacific Ocean",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2008-08-10",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "marine",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "borehole",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "sediment",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "275.0-287.0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "47.7535",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina HiSeq 1000",
                    "unit": null
                },
                {
                    "key": "last update date",
                    "value": "2015-06-23",
                    "unit": null
                }
            ],
            "latitude": 47.7535,
            "longitude": -127.7639,
            "accession": "SRS730401",
            "analysis-completed": "2018-10-25",
            "collection-date": "2008-08-10",
            "geo-loc-name": "Pacific Ocean",
            "sample-desc": "1301_5a5b anorthite+bytownite",
            "environment-biome": "marine",
            "environment-feature": "borehole",
            "environment-material": "sediment",
            "sample-name": "1301_5a5b anorthite+bytownite",
            "sample-alias": "1301_5a5b",
            "host-tax-id": null,
            "species": null,
            "last-update": "2018-10-25T18:36:34"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Marine"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Marine?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS730401/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00003333",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00003333?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS730401/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS730401?format=api"
        }
    }
}