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

{
    "data": {
        "type": "samples",
        "id": "ERS1669900",
        "attributes": {
            "biosample": "SAMEA103980732",
            "longitude": null,
            "latitude": null,
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "metagenome",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Chile",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2012-01-18",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "Small lake biome",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "saline pan",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "saline lake sediment",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "pyrosequencing",
                    "unit": null
                },
                {
                    "key": "elevation",
                    "value": "800.0",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "454 GS FLX Titanium",
                    "unit": null
                }
            ],
            "accession": "ERS1669900",
            "analysis-completed": "2017-04-26",
            "collection-date": "2012-01-18",
            "geo-loc-name": "Chile",
            "sample-desc": "Metagenomic analysis of dome structures found in Puquio 1 in Salar de Llamara",
            "environment-biome": "Small lake biome",
            "environment-feature": "saline pan",
            "environment-material": "saline lake sediment",
            "sample-name": "Llamara evaporitic domes",
            "sample-alias": "llamara.wgs1",
            "host-tax-id": null,
            "species": null,
            "last-update": "2017-04-26T13:42:41"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1669900/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00001685",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001685?format=api"
                        }
                    }
                ]
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Non-marine Saline and Alkaline:Saline:Microbial mats"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Non-marine%20Saline%20and%20Alkaline:Saline:Microbial%20mats?format=api"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1669900/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1669900?format=api"
        }
    }
}