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

{
    "data": {
        "type": "samples",
        "id": "ERS16602489",
        "attributes": {
            "biosample": "SAMEA114567943",
            "longitude": 11.5754,
            "latitude": 48.1371,
            "sample-metadata": [
                {
                    "key": "project name",
                    "value": "AMR_oktoberfest",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "11.575382",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Germany",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2022-09-20",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "industrial wastewate treatment plant",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "sewage plant",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "ENVO_00002025",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "48.137108",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "ERC000023",
                    "unit": null
                }
            ],
            "accession": "ERS16602489",
            "analysis-completed": null,
            "collection-date": null,
            "geo-loc-name": null,
            "sample-desc": "outflow",
            "environment-biome": "industrial wastewate treatment plant",
            "environment-feature": "sewage plant",
            "environment-material": "ENVO_00002025",
            "sample-name": "W14",
            "sample-alias": "W14",
            "host-tax-id": null,
            "species": null,
            "last-update": "2024-04-30T15:06:53"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS16602489/studies?format=api"
                },
                "data": []
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Engineered:Wastewater"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Wastewater?format=api"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS16602489/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS16602489?format=api"
        }
    }
}