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

{
    "data": {
        "type": "samples",
        "id": "SRS954792",
        "attributes": {
            "biosample": "SAMN03757687",
            "longitude": -97.0,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "-97",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "USA: Oklahoma",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2013-06-26",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "Enrichment culture",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "oil refinery",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "sediment",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "2.0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "36",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "454 GS FLX Titanium",
                    "unit": null
                },
                {
                    "key": "last update date",
                    "value": "2015-07-30",
                    "unit": null
                }
            ],
            "latitude": 36.0,
            "accession": "SRS954792",
            "analysis-completed": "2019-04-06",
            "collection-date": "2013-06-26",
            "geo-loc-name": "USA: Oklahoma",
            "sample-desc": "Benzene-degrading methanogenic culture, originally for pathway study, floc-containing culture",
            "environment-biome": "Enrichment culture",
            "environment-feature": "oil refinery",
            "environment-material": "sediment",
            "sample-name": "OR-p5-2013",
            "sample-alias": "OR-p5-2013",
            "host-tax-id": null,
            "species": null,
            "last-update": "2019-04-06T05:59:39"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Terrestrial:Deep subsurface"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Terrestrial:Deep%20subsurface?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS954792/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00004382",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00004382?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS954792/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS954792?format=api"
        }
    }
}