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

{
    "data": {
        "type": "samples",
        "id": "ERS5181322",
        "attributes": {
            "biosample": "SAMEA7422973",
            "longitude": -79.17,
            "latitude": 33.33,
            "sample-metadata": [
                {
                    "key": "project name",
                    "value": "Ocean Sampling Day",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "-79.17",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2019-06-21T11:40:00Z/2019-06-21T11:42:00Z",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "marine biome [ENVO:00000447]",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "microbial community [PCO:1000004]",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "sea water [ENVO:00002149]",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "Illumina MiSeq",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "33.33",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "ERC000027",
                    "unit": null
                }
            ],
            "accession": "ERS5181322",
            "analysis-completed": null,
            "collection-date": null,
            "geo-loc-name": null,
            "sample-desc": "surface water sample from the North Inlet in N. Atlantic",
            "environment-biome": "marine biome [ENVO:00000447]",
            "environment-feature": "microbial community [PCO:1000004]",
            "environment-material": "sea water [ENVO:00002149]",
            "sample-name": "32877:75934a5a-4614-46d0-b134-2ceab2723a5f",
            "sample-alias": "32877:75934a5a-4614-46d0-b134-2ceab2723a5f",
            "host-tax-id": null,
            "species": null,
            "last-update": "2024-03-01T18:03:46"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS5181322/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00006607",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006607?format=api"
                        }
                    }
                ]
            },
            "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"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS5181322/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS5181322?format=api"
        }
    }
}