GET /metagenomics/api/v1/studies/MGYS00001228/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/MGYS00001228/samples?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001228/samples?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "samples",
            "id": "ERS1355216",
            "attributes": {
                "latitude": 51.9869,
                "longitude": -106.458,
                "biosample": "SAMEA4443767",
                "sample-metadata": [
                    {
                        "key": "investigation type",
                        "value": "metagenome",
                        "unit": null
                    },
                    {
                        "key": "project name",
                        "value": "Hemmingsen_Dugout_DNA",
                        "unit": null
                    },
                    {
                        "key": "geographic location (longitude)",
                        "value": "-106.458",
                        "unit": null
                    },
                    {
                        "key": "geographic location (depth)",
                        "value": "0.5",
                        "unit": "m"
                    },
                    {
                        "key": "geographic location (country and/or sea,region)",
                        "value": "Canada",
                        "unit": null
                    },
                    {
                        "key": "collection date",
                        "value": "2016-05",
                        "unit": null
                    },
                    {
                        "key": "environment (biome)",
                        "value": "ENVO:00002228",
                        "unit": null
                    },
                    {
                        "key": "environment (feature)",
                        "value": "ENVO:00000266",
                        "unit": null
                    },
                    {
                        "key": "environment (material)",
                        "value": "ENVO:00002006",
                        "unit": null
                    },
                    {
                        "key": "environmental package",
                        "value": "water",
                        "unit": null
                    },
                    {
                        "key": "sequencing method",
                        "value": "MiSeq",
                        "unit": null
                    },
                    {
                        "key": "geographic location (latitude)",
                        "value": "51.9869",
                        "unit": null
                    },
                    {
                        "key": "NCBI sample classification",
                        "value": "449393",
                        "unit": null
                    },
                    {
                        "key": "instrument model",
                        "value": "Illumina MiSeq",
                        "unit": null
                    },
                    {
                        "key": "ENA checklist",
                        "value": "ERC000024",
                        "unit": null
                    }
                ],
                "accession": "ERS1355216",
                "analysis-completed": "2016-09-23",
                "collection-date": null,
                "geo-loc-name": "Canada",
                "sample-desc": "Hemmingsen_dugout_DNA",
                "environment-biome": "ENVO:00002228",
                "environment-feature": "ENVO:00000266",
                "environment-material": "ENVO:00002006",
                "sample-name": "1",
                "sample-alias": "1",
                "host-tax-id": null,
                "species": null,
                "last-update": "2024-09-27T15:47:20"
            },
            "relationships": {
                "biome": {
                    "data": {
                        "type": "biomes",
                        "id": "root:Environmental:Aquatic:Freshwater"
                    },
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Freshwater?format=api"
                    }
                },
                "studies": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1355216/studies?format=api"
                    },
                    "data": [
                        {
                            "type": "studies",
                            "id": "MGYS00001228",
                            "links": {
                                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001228?format=api"
                            }
                        }
                    ]
                },
                "runs": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1355216/runs?format=api"
                    }
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1355216?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}