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

{
    "data": {
        "type": "samples",
        "id": "ERS846468",
        "attributes": {
            "biosample": "SAMEA3539319",
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "metagenome",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "-97.52056",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "USA",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2010-10-01/2010-10-31",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "temperate grassland",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "field",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "soil",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "soil",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "Illumina HiSeq",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "0.1",
                    "unit": null
                },
                {
                    "key": "elevation",
                    "value": "345.0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "34.98167",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina HiSeq 2000",
                    "unit": null
                }
            ],
            "latitude": 34.9817,
            "longitude": -97.5206,
            "accession": "ERS846468",
            "analysis-completed": "2017-11-17",
            "collection-date": "2010-10-01",
            "geo-loc-name": "USA",
            "sample-desc": "This sample represents soil collected in 2010 from KFFL study site in Oklahoma (1 year after beginning of experimentation). It belongs to the heated group (warming) as sample 'OK-20H'",
            "environment-biome": "temperate grassland",
            "environment-feature": "field",
            "environment-material": "soil",
            "sample-name": "Sample OK-20H from KFFL, OK",
            "sample-alias": "KFFL-OK-2010_20H",
            "host-tax-id": null,
            "species": null,
            "last-update": "2017-11-17T14:53:59"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Terrestrial:Soil:Grasslands"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Terrestrial:Soil:Grasslands?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS846468/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00002018",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002018?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS846468/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS846468?format=api"
        }
    }
}