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

{
    "data": {
        "type": "samples",
        "id": "ERS1627083",
        "attributes": {
            "latitude": 53.167,
            "longitude": 13.033,
            "sample-metadata": [
                {
                    "key": "temperature",
                    "value": "12.3",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "13.033",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Germany:Stechlin 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-10.0",
                    "unit": null
                },
                {
                    "key": "elevation",
                    "value": "88.0",
                    "unit": null
                },
                {
                    "key": "pH",
                    "value": "8.4",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "53.167",
                    "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": "SAMEA103937915",
            "accession": "ERS1627083",
            "analysis-completed": "2019-03-25",
            "collection-date": null,
            "geo-loc-name": "Germany:Stechlin Lake",
            "sample-desc": "freshwater metagenome, Lake Stechlin",
            "environment-biome": "large lake biome",
            "environment-feature": "freshwater lake",
            "environment-material": "fresh water",
            "sample-name": "qiita_sid_945:945.P1.B10.lane2.NoIndex.L002",
            "sample-alias": "qiita_sid_945:945.P1.B10.lane2.NoIndex.L002",
            "host-tax-id": null,
            "species": null,
            "last-update": "2022-07-26T17:24:53"
        },
        "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/ERS1627083/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/ERS1627083/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1627083?format=api"
        }
    }
}