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

{
    "data": {
        "type": "samples",
        "id": "SRS1300979",
        "attributes": {
            "biosample": "SAMN04496656",
            "longitude": -80.4734,
            "latitude": 37.2807,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-80.4734",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "USA",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2015-01-01",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "Temperate Conifer Forest",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "soil",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "soil",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "0.0-0.05",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "37.28067",
                    "unit": null
                }
            ],
            "accession": "SRS1300979",
            "analysis-completed": null,
            "collection-date": "2015-01-01",
            "geo-loc-name": null,
            "sample-desc": "S13_Tot_rep2.ITS",
            "environment-biome": "Temperate Conifer Forest",
            "environment-feature": "soil",
            "environment-material": "soil",
            "sample-name": "S13_Tot_rep2.ITS",
            "sample-alias": "S13_Tot_rep2.ITS",
            "host-tax-id": null,
            "species": null,
            "last-update": "2020-06-01T03:36:46"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1300979/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00005511",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00005511?format=api"
                        }
                    }
                ]
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Terrestrial:Soil"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Terrestrial:Soil?format=api"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1300979/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS1300979?format=api"
        }
    }
}