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

{
    "data": {
        "type": "samples",
        "id": "ERS1242456",
        "attributes": {
            "latitude": 44.445,
            "longitude": 8.779,
            "sample-metadata": [
                {
                    "key": "temperature",
                    "value": "17.8",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "8.779",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "GAZ:Italy;Italy",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "aquatic biome",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "alkaline habitat",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "ENVO:sediment",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "sediment",
                    "unit": null
                },
                {
                    "key": "altitude",
                    "value": "0.0",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "0.0",
                    "unit": null
                },
                {
                    "key": "elevation",
                    "value": "95.0",
                    "unit": null
                },
                {
                    "key": "pH",
                    "value": "11.0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "44.445",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina HiSeq 2000",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "ERC000011",
                    "unit": null
                },
                {
                    "key": "last update date",
                    "value": "2016-07-08",
                    "unit": null
                }
            ],
            "biosample": "SAMEA4071346",
            "accession": "ERS1242456",
            "analysis-completed": "2019-02-22",
            "collection-date": null,
            "geo-loc-name": "GAZ:Italy;Italy",
            "sample-desc": "Br1.2 top carbonate deposit from alkaline spring",
            "environment-biome": "aquatic biome",
            "environment-feature": "alkaline habitat",
            "environment-material": "ENVO:sediment",
            "sample-name": "qiita_sid_713:713.LS09.4",
            "sample-alias": "qiita_sid_713:713.LS09.4",
            "host-tax-id": null,
            "species": null,
            "last-update": "2019-02-22T17:26:06"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Marine:Oceanic:Sediment"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Marine:Oceanic:Sediment?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1242456/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00003810",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00003810?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1242456/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1242456?format=api"
        }
    }
}