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

{
    "data": {
        "type": "samples",
        "id": "ERS012669",
        "attributes": {
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-84.27366",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2005-10-05",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "Genome Sequencer FLX System (454 Life Sciences)",
                    "unit": null
                },
                {
                    "key": "pH",
                    "value": "5.56",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "35.97748",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "454 GS FLX",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "GSC:MIMARKS:2.1",
                    "unit": null
                },
                {
                    "key": "last update date",
                    "value": "2013-11-04",
                    "unit": null
                }
            ],
            "longitude": -84.2737,
            "biosample": "SAMEA789349",
            "latitude": 35.9775,
            "accession": "ERS012669",
            "analysis-completed": "2019-04-06",
            "collection-date": "2005-10-05",
            "geo-loc-name": null,
            "sample-desc": "Sediment sample from Oak Ridge Field Research center, at Oak Ridge Tennessee, USA.  Well FW101-4",
            "environment-biome": null,
            "environment-feature": null,
            "environment-material": null,
            "sample-name": "Sediment sample from Oak Ridge Field Research center, at Oak Ridge Tennessee, USA.  Well FW101-4",
            "sample-alias": "FW101-4",
            "host-tax-id": null,
            "species": null,
            "last-update": "2019-04-06T02:24:02"
        },
        "relationships": {
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS012669/runs?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS012669/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00004325",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00004325?format=api"
                        }
                    }
                ]
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Engineered:Bioremediation"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Bioremediation?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS012669?format=api"
        }
    }
}