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

{
    "data": {
        "type": "samples",
        "id": "SRS11800992",
        "attributes": {
            "longitude": -96.797,
            "biosample": "SAMN25349937",
            "latitude": 32.7767,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-96.797",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "USA: Texas",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2019-10-24",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "Metagenome or environmental",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "32.7767",
                    "unit": null
                },
                {
                    "key": "host scientific name",
                    "value": "Homo sapiens",
                    "unit": null
                }
            ],
            "accession": "SRS11800992",
            "analysis-completed": null,
            "collection-date": null,
            "geo-loc-name": null,
            "sample-desc": "No UTI HIstory",
            "environment-biome": null,
            "environment-feature": null,
            "environment-material": null,
            "sample-name": "C198",
            "sample-alias": "C198",
            "host-tax-id": 9606,
            "species": "Homo sapiens",
            "last-update": "2023-09-17T20:20:51"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Human:Excretory system:Urethra:Urine"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Human:Excretory%20system:Urethra:Urine?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS11800992/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00006490",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00006490?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS11800992/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS11800992?format=api"
        }
    }
}