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

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00003494/samples?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00003494/samples?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "samples",
            "id": "ERS2491008",
            "attributes": {
                "sample-metadata": [
                    {
                        "key": "investigation type",
                        "value": "metagenome",
                        "unit": null
                    },
                    {
                        "key": "project name",
                        "value": "thermophilic biogas upgrading",
                        "unit": null
                    },
                    {
                        "key": "geographic location (country and/or sea,region)",
                        "value": "Ireland",
                        "unit": null
                    },
                    {
                        "key": "collection date",
                        "value": "2016-01-10",
                        "unit": null
                    },
                    {
                        "key": "environment (biome)",
                        "value": "terrestrial artificial anaerobic",
                        "unit": null
                    },
                    {
                        "key": "environment (feature)",
                        "value": "anaerobic digestion biogas reactor thernophilic",
                        "unit": null
                    },
                    {
                        "key": "environment (material)",
                        "value": "minimal media CO2 H2",
                        "unit": null
                    },
                    {
                        "key": "environmental package",
                        "value": "miscellaneous natural or artificial environment",
                        "unit": null
                    },
                    {
                        "key": "sequencing method",
                        "value": "pyrosequencing",
                        "unit": null
                    },
                    {
                        "key": "instrument model",
                        "value": "454 GS FLX+",
                        "unit": null
                    },
                    {
                        "key": "ENA checklist",
                        "value": "ERC000025",
                        "unit": null
                    },
                    {
                        "key": "last update date",
                        "value": "2018-05-19",
                        "unit": null
                    }
                ],
                "latitude": null,
                "biosample": "SAMEA4670395",
                "longitude": null,
                "accession": "ERS2491008",
                "analysis-completed": "2018-11-25",
                "collection-date": "2016-01-10",
                "geo-loc-name": "Ireland",
                "sample-desc": "thermophilic biogas upgrading",
                "environment-biome": "terrestrial artificial anaerobic",
                "environment-feature": "anaerobic digestion biogas reactor thernophilic",
                "environment-material": "minimal media CO2 H2",
                "sample-name": "ESU1",
                "sample-alias": "ESU1",
                "host-tax-id": null,
                "species": null,
                "last-update": "2018-11-25T17:35:52"
            },
            "relationships": {
                "studies": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2491008/studies?format=api"
                    },
                    "data": [
                        {
                            "type": "studies",
                            "id": "MGYS00003494",
                            "links": {
                                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00003494?format=api"
                            }
                        }
                    ]
                },
                "runs": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2491008/runs?format=api"
                    }
                },
                "biome": {
                    "data": {
                        "type": "biomes",
                        "id": "root:Engineered:Biogas plant"
                    },
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Biogas%20plant?format=api"
                    }
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS2491008?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}