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

{
    "data": {
        "type": "samples",
        "id": "ERS1236721",
        "attributes": {
            "biosample": "SAMEA4065611",
            "longitude": 70.2496,
            "latitude": -52.9997,
            "sample-metadata": [
                {
                    "key": "investigation type",
                    "value": "mimarks-survey",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "70.24958",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Atlantic Ocean",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2012-07-29",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "ocean",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "marine water body",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "ocean water",
                    "unit": null
                },
                {
                    "key": "sequencing method",
                    "value": "pyrosequencing",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "-52.9997",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "454 GS FLX+",
                    "unit": null
                }
            ],
            "accession": "ERS1236721",
            "analysis-completed": "2017-04-11",
            "collection-date": "2012-07-29",
            "geo-loc-name": "Atlantic Ocean",
            "sample-desc": "water sample in Vaigat Strait (Greenland) with rosette sampler",
            "environment-biome": "ocean",
            "environment-feature": "marine water body",
            "environment-material": "ocean water",
            "sample-name": "St511Nano",
            "sample-alias": "511Nano",
            "host-tax-id": null,
            "species": null,
            "last-update": "2017-04-11T14:01:46"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1236721/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00001686",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00001686?format=api"
                        }
                    }
                ]
            },
            "biome": {
                "data": {
                    "type": "biomes",
                    "id": "root:Environmental:Aquatic:Marine:Coastal"
                },
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Environmental:Aquatic:Marine:Coastal?format=api"
                }
            },
            "runs": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1236721/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/ERS1236721?format=api"
        }
    }
}