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

{
    "data": {
        "type": "samples",
        "id": "ERS095001",
        "attributes": {
            "biosample": "SAMEA1325014",
            "longitude": 5.168,
            "latitude": 60.1,
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "5.168",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Norwegian Sea",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "26-JUN-07",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "neritic sub-littoral zone",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "continental shelf",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "metamorphic rock",
                    "unit": null
                },
                {
                    "key": "host common name",
                    "value": "Geodia barretti",
                    "unit": null
                },
                {
                    "key": "host taxid",
                    "value": "519541",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "60.1",
                    "unit": null
                },
                {
                    "key": "alt id - submitted sample id",
                    "value": "GB1-Deep",
                    "unit": null
                },
                {
                    "key": "GOLD sample classification",
                    "value": "Host-associated > Porifera > Unclassified > Intracellular symbionts > Unclassified",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "454 GS",
                    "unit": null
                }
            ],
            "accession": "ERS095001",
            "analysis-completed": "2012-05-24",
            "collection-date": "2007-06-26",
            "geo-loc-name": "Norwegian Sea",
            "sample-desc": "Metatranscriptome from the marine sponge Geodia barretti. G. barretti individual was sampled off the coast of Bergen, Norway. Total nucleic acids were extracted and RNA was subjected to random reverse transcription to obtain double-stranded cDNA.",
            "environment-biome": "neritic sub-littoral zone",
            "environment-feature": "continental shelf",
            "environment-material": "metamorphic rock",
            "sample-name": "Marine sponge (Geodia barretti) Metatranscriptome",
            "sample-alias": "GB1-Deep",
            "host-tax-id": 519541,
            "species": "Geodia barretti",
            "last-update": "2015-08-13T15:30:55"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS095001/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00000299",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000299?format=api"
                        }
                    }
                ]
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Host-associated:Porifera"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Host-associated:Porifera?format=api"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS095001/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS095001?format=api"
        }
    }
}