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

{
    "data": {
        "type": "samples",
        "id": "ERS1906604",
        "attributes": {
            "sample-metadata": [
                {
                    "key": "temperature",
                    "value": "15.1",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "12.614833",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2016-04-28",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "marine biome",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "sea",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "surface water",
                    "unit": null
                },
                {
                    "key": "environmental package",
                    "value": "water",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "0.0",
                    "unit": null
                },
                {
                    "key": "salinity",
                    "value": "35.2",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "44.933834",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina MiSeq",
                    "unit": null
                }
            ],
            "latitude": 44.9338,
            "biosample": "SAMEA104281626",
            "longitude": 12.6148,
            "accession": "ERS1906604",
            "analysis-completed": "2017-10-06",
            "collection-date": "2016-04-28",
            "geo-loc-name": null,
            "sample-desc": "assessment of community composition of bacterial assemblages in the marine area influenced by the Po river. The samples have been obtained during a multidisciplinary cruise during the RITMARE Flagship Project",
            "environment-biome": "marine biome",
            "environment-feature": "sea",
            "environment-material": "surface water",
            "sample-name": "NAD16_N6",
            "sample-alias": "NAD16_N6",
            "host-tax-id": null,
            "species": null,
            "last-update": "2017-10-06T11:48:23"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1906604/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00001967",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001967?format=api"
                        }
                    }
                ]
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1906604/runs?format=api"
                }
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Marine:Intertidal zone:Estuary"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Marine:Intertidal%20zone:Estuary?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1906604?format=api"
        }
    }
}