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

{
    "data": {
        "type": "samples",
        "id": "ERS4356324",
        "attributes": {
            "biosample": "SAMEA6592030",
            "longitude": -117.258,
            "latitude": 32.842,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-117.258",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "USA:CA: San Diego",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "urban biome",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "animal-associated habitat",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "feces",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "host-associated",
                    "unit": null
                },
                {
                    "key": "body site",
                    "value": "UBERON:feces",
                    "unit": null
                },
                {
                    "key": "elevation",
                    "value": "193.0",
                    "unit": null
                },
                {
                    "key": "host taxid",
                    "value": "10090",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "32.842",
                    "unit": null
                },
                {
                    "key": "ENA checklist",
                    "value": "ERC000011",
                    "unit": null
                },
                {
                    "key": "host sex",
                    "value": "male",
                    "unit": null
                },
                {
                    "key": "host scientific name",
                    "value": "Mus musculus",
                    "unit": null
                }
            ],
            "accession": "ERS4356324",
            "analysis-completed": null,
            "collection-date": null,
            "geo-loc-name": null,
            "sample-desc": "Mouse feces from APE1 study",
            "environment-biome": "urban biome",
            "environment-feature": "animal-associated habitat",
            "environment-material": "feces",
            "sample-name": "qiita_sid_11927:11927.WT9w6",
            "sample-alias": "qiita_sid_11927:11927.WT9w6",
            "host-tax-id": 10090,
            "species": null,
            "last-update": "2023-04-09T13:37:40"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS4356324/studies?format=api"
                },
                "data": []
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Mammals:Gastrointestinal tract:Intestine:Fecal"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Mammals:Gastrointestinal%20tract:Intestine:Fecal?format=api"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS4356324/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS4356324?format=api"
        }
    }
}