GET /metagenomics/api/v1/samples/ERS4265751/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/ERS4265751/studies?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS4265751/studies?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "studies",
            "id": "MGYS00005298",
            "attributes": {
                "accession": "MGYS00005298",
                "bioproject": "PRJEB36393",
                "samples-count": 19,
                "is-private": false,
                "last-update": "2020-05-26T11:31:49",
                "secondary-accession": "ERP119582",
                "centre-name": "QUEEN'S UNIVERSITY BELFAST",
                "public-release-date": null,
                "study-abstract": "Manure samples were taken from 18 dairy cows on one farm.  Cows were Holstein-Friesian or Holstein-Friesian cross and all from the same herd but kept under two different systems.  Nine animals were from a group kept at pasture with a diet of grazed grass plus 5.5-7kg of concentrated per day.  The other nine were from a group kept in a cubicle house with a diet of ad libitum grass silage plus 10kg concentrates per day.  Samples were taken directly after defecation and transported to the laboratory on ice.  They were frozen at -20C until DNA extraction using Qiagen Powersoil Pro kit (according to manufacturer's instructions).  The v4 region of the 16s rRNA gene was sequenced on an Illumina Miseq (250bp paired end reads).",
                "study-name": "Manure microbiome of dairy cows fed grass or grass silage diets",
                "data-origination": "SUBMITTED"
            },
            "relationships": {
                "publications": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005298/publications?format=api"
                    }
                },
                "downloads": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005298/downloads?format=api"
                    }
                },
                "samples": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005298/samples?format=api"
                    }
                },
                "biomes": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005298/biomes?format=api"
                    },
                    "data": [
                        {
                            "type": "biomes",
                            "id": "root:Host-associated:Mammals:Digestive system:Large intestine:Fecal",
                            "links": {
                                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Mammals:Digestive%20system:Large%20intestine:Fecal?format=api"
                            }
                        }
                    ]
                },
                "analyses": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005298/analyses?format=api"
                    }
                },
                "geocoordinates": {
                    "links": {
                        "related": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005298/geocoordinates?format=api"
                    }
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005298?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}