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

{
    "data": {
        "type": "samples",
        "id": "SRS000608",
        "attributes": {
            "latitude": 47.4167,
            "longitude": 10.9833,
            "biosample": "SAMN00000378",
            "sample-metadata": [
                {
                    "key": "geographic location (longitude)",
                    "value": "47.4166667",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Germany",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "Jun-05",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "freshwater biome ENVO:00000873",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "alpine glacier ENVO:00000085",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "fresh water ENVO:00002011",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "10.9833333",
                    "unit": null
                },
                {
                    "key": "alt id - submitted sample id",
                    "value": "Glacier Metagenome",
                    "unit": null
                },
                {
                    "key": "GOLD sample classification",
                    "value": "Environmental > Aquatic > Freshwater > Ice > Glacier",
                    "unit": null
                },
                {
                    "key": "NCBI sample classification",
                    "value": "452919",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "454 GS FLX",
                    "unit": null
                }
            ],
            "accession": "SRS000608",
            "analysis-completed": "2011-04-21",
            "collection-date": "2005-06-01",
            "geo-loc-name": "Germany",
            "sample-desc": "454 Sequencing of The Glacier Ice Metagenome Of The Northern Schneeferner",
            "environment-biome": "freshwater biome",
            "environment-feature": "alpine glacier",
            "environment-material": "fresh water",
            "sample-name": "Glacier Metagenome",
            "sample-alias": "Glacier Metagenome",
            "host-tax-id": null,
            "species": null,
            "last-update": "2015-08-13T15:30:56"
        },
        "relationships": {
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Freshwater:Ice:Glacier"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Freshwater:Ice:Glacier?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS000608/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00000259",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000259?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS000608/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/SRS000608?format=api"
        }
    }
}