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

{
    "data": {
        "type": "samples",
        "id": "ERS2641036",
        "attributes": {
            "biosample": "SAMEA4821146",
            "longitude": -1.4107,
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "metagenome",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "-1.4107",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "United Kingdom",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2017-09-18",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "anaerobic bioreactor",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "anaerobic sludge",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "anaerobic digester sludge",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "miscellaneous natural or artificial environment",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "pyrosequencing",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "50.9339",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina MiSeq",
                    "unit": null
                }
            ],
            "latitude": 50.9339,
            "accession": "ERS2641036",
            "analysis-completed": "2018-08-30",
            "collection-date": "2017-09-18",
            "geo-loc-name": "United Kingdom",
            "sample-desc": "H2AD reactor H2=75%, COD5",
            "environment-biome": "anaerobic bioreactor",
            "environment-feature": "anaerobic sludge",
            "environment-material": "anaerobic digester sludge",
            "sample-name": "BTR4F_16S",
            "sample-alias": "BTR4F_16S",
            "host-tax-id": null,
            "species": null,
            "last-update": "2018-08-30T10:41:29"
        },
        "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/ERS2641036/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00002662",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00002662?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2641036/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2641036?format=api"
        }
    }
}