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

{
    "data": {
        "type": "samples",
        "id": "ERS2325330",
        "attributes": {
            "latitude": 30.3015,
            "longitude": 120.089,
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "mimarks-survey",
                    "unit": null
                },
                {
                    "key": "project name",
                    "value": "Denitratation bioreactor",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "120.089",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "China",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2015-03-12",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "bioreactor",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "anaerobic bioreactor",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "water",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "wastewater/sludge",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "Illumina HiSeq PE",
                    "unit": null
                },
                {
                    "key": "salinity",
                    "value": "5.0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "30.3015",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "ERC000023",
                    "unit": null
                }
            ],
            "biosample": "SAMEA104723947",
            "accession": "ERS2325330",
            "analysis-completed": null,
            "collection-date": "2015-03-12",
            "geo-loc-name": null,
            "sample-desc": "bioreactor metagenomics",
            "environment-biome": "bioreactor",
            "environment-feature": "anaerobic bioreactor",
            "environment-material": "water",
            "sample-name": "A3",
            "sample-alias": "A3",
            "host-tax-id": null,
            "species": null,
            "last-update": "2020-05-22T02:47:06"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Engineered:Bioreactor"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Bioreactor?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2325330/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00005437",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005437?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2325330/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2325330?format=api"
        }
    }
}