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

{
    "data": {
        "type": "samples",
        "id": "SRS1899658",
        "attributes": {
            "sample-metadata": [
                {
                    "key": "temperature",
                    "value": "2.61",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "-46.08125",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Atlantic Ocean",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2011-11-08",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "marine",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "ridge flank",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "sediment",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "59.0",
                    "unit": null
                },
                {
                    "key": "pH",
                    "value": "7.67",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "22.75589",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "NextSeq 500",
                    "unit": null
                },
                {
                    "key": "last update date",
                    "value": "2017-01-07",
                    "unit": null
                }
            ],
            "longitude": -46.0813,
            "biosample": "SAMN06205829",
            "latitude": 22.7559,
            "accession": "SRS1899658",
            "analysis-completed": "2018-10-25",
            "collection-date": "2011-11-08",
            "geo-loc-name": "Atlantic Ocean",
            "sample-desc": "Metagenomic sequencing of sediments from North Pond, site U1382 (IODP Expedition 336), to elucidate microbial phosphorus cycling strategies",
            "environment-biome": "marine",
            "environment-feature": "ridge flank",
            "environment-material": "sediment",
            "sample-name": "336-U1382B-7H-5",
            "sample-alias": "336-U1382B-7H-5",
            "host-tax-id": null,
            "species": null,
            "last-update": "2018-10-25T17:39:26"
        },
        "relationships": {
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1899658/runs?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1899658/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00003271",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00003271?format=api"
                        }
                    }
                ]
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Marine:Sediment"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Marine:Sediment?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1899658?format=api"
        }
    }
}