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

{
    "data": {
        "type": "samples",
        "id": "ERS4600540",
        "attributes": {
            "biosample": "SAMEA6872976",
            "longitude": 25.1422,
            "latitude": 61.2308,
            "sample-metadata": [
                {
                    "key": "temperature",
                    "value": "6.45",
                    "unit": null
                },
                {
                    "key": "project name",
                    "value": "microbes in stratified freshwaters",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "25.142222222222223",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Finland",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2012-09-24",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "lentic water body",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "lake",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "water",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "NovaSeq",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "2.5",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "61.23083333333334",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "ERC000024",
                    "unit": null
                }
            ],
            "accession": "ERS4600540",
            "analysis-completed": null,
            "collection-date": null,
            "geo-loc-name": null,
            "sample-desc": "lake Mekkojärvi sample MJ120924B",
            "environment-biome": "lentic water body",
            "environment-feature": "lake",
            "environment-material": "water",
            "sample-name": "MJ120924B",
            "sample-alias": "MJ120924B",
            "host-tax-id": null,
            "species": null,
            "last-update": "2025-02-28T20:56:16"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS4600540/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00006752",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006752?format=api"
                        }
                    }
                ]
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Freshwater"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Freshwater?format=api"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS4600540/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS4600540?format=api"
        }
    }
}