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

{
    "data": {
        "type": "samples",
        "id": "ERS240713",
        "attributes": {
            "biosample": "SAMEA1878394",
            "longitude": 18.2,
            "latitude": 58.6,
            "sample-metadata": [
                {
                    "key": "silicate",
                    "value": "47",
                    "unit": "µM"
                },
                {
                    "key": "temperature",
                    "value": "5.23",
                    "unit": "°C"
                },
                {
                    "key": "total nitrogen",
                    "value": "19.67",
                    "unit": "µM"
                },
                {
                    "key": "ammonium",
                    "value": "0.11",
                    "unit": "µM"
                },
                {
                    "key": "chlorophyll",
                    "value": "0.02",
                    "unit": "µg/L"
                },
                {
                    "key": "depth",
                    "value": "80",
                    "unit": "m"
                },
                {
                    "key": "dissolved organic carbon",
                    "value": "3.4",
                    "unit": "µg/L"
                },
                {
                    "key": "dissolved oxygen",
                    "value": "1.36",
                    "unit": "mL/L"
                },
                {
                    "key": "nitrate",
                    "value": "4.68",
                    "unit": "µM"
                },
                {
                    "key": "pH",
                    "value": "7.3",
                    "unit": null
                },
                {
                    "key": "phosphate",
                    "value": "3.05",
                    "unit": "µM"
                },
                {
                    "key": "salinity",
                    "value": "9.56",
                    "unit": "practical salinity units"
                },
                {
                    "key": "total phosphorus",
                    "value": "3.2",
                    "unit": "µM"
                },
                {
                    "key": "instrument model",
                    "value": "454 GS FLX Titanium",
                    "unit": null
                }
            ],
            "accession": "ERS240713",
            "analysis-completed": "2013-05-14",
            "collection-date": "2009-04-15",
            "geo-loc-name": "Baltic Sea",
            "sample-desc": "Landsort Depth 20090415 transect, sample ERS240713",
            "environment-biome": "marine biome ENVO:00000447",
            "environment-feature": "brackish water habitat ENVO:00000570",
            "environment-material": "coastal water ENVO:00002150",
            "sample-name": "Landsort Depth 20090415 transect, sample ERS240713",
            "sample-alias": "ERS240713",
            "host-tax-id": null,
            "species": null,
            "last-update": "2015-08-13T15:30:57"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS240713/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00000324",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00000324?format=api"
                        }
                    }
                ]
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Marine"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Marine?format=api"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS240713/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS240713?format=api"
        }
    }
}