GET /metagenomics/api/v1/samples/DRS234975/studies?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/samples/DRS234975/studies?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/DRS234975/studies?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "studies",
            "id": "MGYS00006805",
            "attributes": {
                "accession": "MGYS00006805",
                "bioproject": "PRJEB63337",
                "samples-count": 86,
                "is-private": false,
                "last-update": "2025-04-28T22:00:36",
                "secondary-accession": "ERP148499",
                "centre-name": "EMG",
                "public-release-date": null,
                "study-abstract": "The Third Party Annotation (TPA)  assembly was derived from the primary whole genome shotgun (WGS) data set PRJDB9649, and was assembled with metaspades v3.15.3. This project includes samples from the following biomes: root:Host-associated:Human:Digestive system:Large intestine:Fecal.",
                "study-name": "EMG produced TPA metagenomics assembly of PRJDB9649 data set (Fecal microbiota transplantation alleviates diabetes peripheral neuropathy).",
                "data-origination": "SUBMITTED"
            },
            "relationships": {
                "publications": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006805/publications?format=api"
                    }
                },
                "downloads": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006805/downloads?format=api"
                    }
                },
                "samples": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006805/samples?format=api"
                    }
                },
                "biomes": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006805/biomes?format=api"
                    },
                    "data": [
                        {
                            "type": "biomes",
                            "id": "root:Host-associated:Human:Digestive system:Large intestine:Fecal",
                            "links": {
                                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Digestive%20system:Large%20intestine:Fecal?format=api"
                            }
                        }
                    ]
                },
                "analyses": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006805/analyses?format=api"
                    }
                },
                "geocoordinates": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006805/geocoordinates?format=api"
                    }
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006805?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}