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

{
    "data": {
        "type": "samples",
        "id": "SRS731390",
        "attributes": {
            "latitude": 37.27,
            "longitude": 126.57,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "126.57",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Korea",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2012-06-01",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "temperate",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "pond",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "sediment",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "5.0-15.0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "37.27",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina HiSeq 2000",
                    "unit": null
                },
                {
                    "key": "last update date",
                    "value": "2015-06-23",
                    "unit": null
                }
            ],
            "biosample": "SAMN03144567",
            "accession": "SRS731390",
            "analysis-completed": "2019-04-06",
            "collection-date": "2012-06-01",
            "geo-loc-name": "Korea",
            "sample-desc": "This sample has been submitted by Seoul National University on 2015-06-02; sediment metagenome",
            "environment-biome": "temperate",
            "environment-feature": "pond",
            "environment-material": "sediment",
            "sample-name": "M2",
            "sample-alias": "M2",
            "host-tax-id": null,
            "species": null,
            "last-update": "2019-04-06T05:02:28"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Freshwater:Pond:Sediment"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Freshwater:Pond:Sediment?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS731390/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00004372",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00004372?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS731390/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS731390?format=api"
        }
    }
}