GET /metagenomics/api/v1/studies/MGYS00000297/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/MGYS00000297/samples?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000297/samples?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "samples",
            "id": "ERS089005",
            "attributes": {
                "latitude": 71.0386,
                "longitude": -123.9109,
                "sample-metadata": [
                    {
                        "key": "temperature",
                        "value": "-1.49",
                        "unit": null
                    },
                    {
                        "key": "project name",
                        "value": "Arctic Winter marine ecosystem",
                        "unit": null
                    },
                    {
                        "key": "geographic location (longitude)",
                        "value": "-123.9108667",
                        "unit": null
                    },
                    {
                        "key": "geographic location (country and/or sea,region)",
                        "value": "Arctic Ocean",
                        "unit": null
                    },
                    {
                        "key": "collection date",
                        "value": "10-MAR-08",
                        "unit": null
                    },
                    {
                        "key": "environment (biome)",
                        "value": "Ocean biome ENVO:01000048",
                        "unit": null
                    },
                    {
                        "key": "environment (feature)",
                        "value": "Ocean ENVO:00000015",
                        "unit": null
                    },
                    {
                        "key": "environment (material)",
                        "value": "Ocean water ENVO:00002151",
                        "unit": null
                    },
                    {
                        "key": "environmental package",
                        "value": "water",
                        "unit": null
                    },
                    {
                        "key": "amount or size of sample collected",
                        "value": "11",
                        "unit": "L"
                    },
                    {
                        "key": "sequencing method",
                        "value": "Pyrosequencing",
                        "unit": null
                    },
                    {
                        "key": "depth",
                        "value": "65",
                        "unit": "m"
                    },
                    {
                        "key": "elevation",
                        "value": "0",
                        "unit": "m"
                    },
                    {
                        "key": "salinity",
                        "value": "32.51",
                        "unit": null
                    },
                    {
                        "key": "geographic location (latitude)",
                        "value": "71.03858333",
                        "unit": null
                    },
                    {
                        "key": "total depth of water column",
                        "value": "320",
                        "unit": "m"
                    },
                    {
                        "key": "alt id - submitted sample id",
                        "value": "ArcticWinter",
                        "unit": null
                    },
                    {
                        "key": "GOLD sample classification",
                        "value": "Environmental > Aquatic > Marine > Unclassified > Uncharacterized",
                        "unit": null
                    },
                    {
                        "key": "instrument model",
                        "value": "454 GS",
                        "unit": null
                    }
                ],
                "biosample": "SAMEA1531548",
                "accession": "ERS089005",
                "analysis-completed": "2013-03-19",
                "collection-date": "2008-03-10",
                "geo-loc-name": "Arctic Ocean",
                "sample-desc": "Arctic seawater sample collected on 10 March 2008 under the ice cover at a depth of 65 m. Sample pre-filtered using a 50 μm mesh and filtered onto 0.2  μm polycarbonate filters.  ",
                "environment-biome": "Ocean biome ENVO:01000048",
                "environment-feature": "Ocean ENVO:00000015",
                "environment-material": "Ocean water ENVO:00002151",
                "sample-name": "Arctic seawater sample collected on 10 March 2008",
                "sample-alias": "ArcticWinter",
                "host-tax-id": null,
                "species": null,
                "last-update": "2015-08-13T15:30:55"
            },
            "relationships": {
                "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"
                    }
                },
                "studies": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS089005/studies?format=api"
                    },
                    "data": [
                        {
                            "type": "studies",
                            "id": "MGYS00000297",
                            "links": {
                                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000297?format=api"
                            }
                        }
                    ]
                },
                "runs": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS089005/runs?format=api"
                    }
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS089005?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}