GET /metagenomics/api/v1/samples/SRS3600113?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "samples",
        "id": "SRS3600113",
        "attributes": {
            "latitude": null,
            "longitude": null,
            "sample-metadata": [
                {
                    "key": "temperature",
                    "value": "25.8",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Brazil",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2016-04-13",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "Gut",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "water tank",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "Water",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "MIMS.me;MIGS/MIMS/MIMARKS.host-associated",
                    "unit": null
                },
                {
                    "key": "host taxid",
                    "value": "42528",
                    "unit": null
                },
                {
                    "key": "host scientific name",
                    "value": "Piaractus mesopotamicus",
                    "unit": null
                }
            ],
            "biosample": "SAMN09711577",
            "accession": "SRS3600113",
            "analysis-completed": null,
            "collection-date": null,
            "geo-loc-name": null,
            "sample-desc": "Keywords: GSC:MIxS MIMS:5.0",
            "environment-biome": "Gut",
            "environment-feature": "water tank",
            "environment-material": "Water",
            "sample-name": "P24D",
            "sample-alias": "P24D",
            "host-tax-id": 42528,
            "species": null,
            "last-update": "2024-05-30T10:56:59"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Fish:Digestive system"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Fish:Digestive%20system?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS3600113/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00006672",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006672?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS3600113/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS3600113?format=api"
        }
    }
}