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

{
    "data": {
        "type": "samples",
        "id": "ERS1628182",
        "attributes": {
            "latitude": 53.517,
            "longitude": 12.7,
            "sample-metadata": [
                {
                    "key": "temperature",
                    "value": "21.2",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "12.7",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Germany:Lake Melzer Lake",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "large lake biome",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "freshwater lake",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "fresh water",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "water",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "0.0-1.0",
                    "unit": null
                },
                {
                    "key": "elevation",
                    "value": "78.0",
                    "unit": null
                },
                {
                    "key": "pH",
                    "value": "8.24",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "53.517",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina HiSeq 2000",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "ERC000011",
                    "unit": null
                },
                {
                    "key": "last update date",
                    "value": "2017-03-23",
                    "unit": null
                }
            ],
            "biosample": "SAMEA103939014",
            "accession": "ERS1628182",
            "analysis-completed": "2019-03-25",
            "collection-date": null,
            "geo-loc-name": "Germany:Lake Melzer Lake",
            "sample-desc": "freshwater metagenome, Lake Melzer",
            "environment-biome": "large lake biome",
            "environment-feature": "freshwater lake",
            "environment-material": "fresh water",
            "sample-name": "qiita_sid_945:945.P9.F11.lane3.NoIndex.L003",
            "sample-alias": "qiita_sid_945:945.P9.F11.lane3.NoIndex.L003",
            "host-tax-id": null,
            "species": null,
            "last-update": "2022-07-29T09:03:37"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Freshwater:Lake"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Freshwater:Lake?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1628182/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00003961",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00003961?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1628182/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1628182?format=api"
        }
    }
}