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

{
    "data": {
        "type": "samples",
        "id": "ERS20301203",
        "attributes": {
            "latitude": 79.0002,
            "longitude": 4.3307,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "4.33069",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Atlantic Ocean",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2019-12-01T00:00:00Z",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "200",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "79.00019",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "ERC000011",
                    "unit": null
                }
            ],
            "biosample": "SAMEA115766800",
            "accession": "ERS20301203",
            "analysis-completed": null,
            "collection-date": null,
            "geo-loc-name": null,
            "sample-desc": "This marine metagenome sample was collected during campaign Legacy-Hausgarten on date/time 2019-12-01T00:00:00Z, at location 79.0001 N 4.3306 E and depth (m)=200, using protocol SSEDTRAP with sample alias PS121_26-3_Fevi40_Up04",
            "environment-biome": null,
            "environment-feature": null,
            "environment-material": null,
            "sample-name": "SAMPLE_2019-12-01T00:00:00Z__SSEDTRAP_PS121_26-3_Fevi40_Up04",
            "sample-alias": "SAMPLE_2019-12-01T00:00:00Z__SSEDTRAP_PS121_26-3_Fevi40_Up04",
            "host-tax-id": null,
            "species": null,
            "last-update": "2025-08-28T10:30:54"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Marine"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Marine?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS20301203/studies?format=api"
                },
                "data": []
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS20301203/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS20301203?format=api"
        }
    }
}