GET /metagenomics/api/v1/studies/MGYS00004608/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/MGYS00004608/samples?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00004608/samples?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "samples",
            "id": "SRS1124007",
            "attributes": {
                "biosample": "SAMN04198218",
                "longitude": 131.0175,
                "sample-metadata": [
                    {
                        "key": "geographic location (longitude)",
                        "value": "131.0175",
                        "unit": null
                    },
                    {
                        "key": "geographic location (country and/or sea,region)",
                        "value": "Korea",
                        "unit": null
                    },
                    {
                        "key": "collection date",
                        "value": "2010-02",
                        "unit": null
                    },
                    {
                        "key": "environment (biome)",
                        "value": "sea",
                        "unit": null
                    },
                    {
                        "key": "environment (feature)",
                        "value": "water",
                        "unit": null
                    },
                    {
                        "key": "environment (material)",
                        "value": "seawater",
                        "unit": null
                    },
                    {
                        "key": "environmental package",
                        "value": "MIMS.me;MIGS/MIMS/MIMARKS.water",
                        "unit": null
                    },
                    {
                        "key": "depth",
                        "value": "0",
                        "unit": null
                    },
                    {
                        "key": "geographic location (latitude)",
                        "value": "37.3877",
                        "unit": null
                    },
                    {
                        "key": "instrument model",
                        "value": "Illumina MiSeq",
                        "unit": null
                    },
                    {
                        "key": "last update date",
                        "value": "2015-10-26",
                        "unit": null
                    }
                ],
                "latitude": 37.3877,
                "accession": "SRS1124007",
                "analysis-completed": "2019-04-12",
                "collection-date": "2010-02-01",
                "geo-loc-name": "Korea",
                "sample-desc": "Keywords: GSC:MIxS MIMS:5.0",
                "environment-biome": "sea",
                "environment-feature": "water",
                "environment-material": "seawater",
                "sample-name": "DK.1002.47.0m",
                "sample-alias": "DK.1002.47.0m",
                "host-tax-id": null,
                "species": null,
                "last-update": "2024-01-23T11:36:53"
            },
            "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/SRS1124007/studies?format=api"
                    },
                    "data": [
                        {
                            "type": "studies",
                            "id": "MGYS00004608",
                            "links": {
                                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00004608?format=api"
                            }
                        }
                    ]
                },
                "runs": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1124007/runs?format=api"
                    }
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1124007?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}