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

{
    "data": {
        "type": "samples",
        "id": "DRS071121",
        "attributes": {
            "biosample": "SAMD00107656",
            "longitude": -107.0,
            "latitude": -30.0,
            "sample-metadata": [
                {
                    "key": "project name",
                    "value": "nifH gene diversity in the Pacific Ocean",
                    "unit": null
                },
                {
                    "key": "geographic location (longitude)",
                    "value": "-107",
                    "unit": null
                },
                {
                    "key": "geographic location (country and/or sea,region)",
                    "value": "Pacific Ocean",
                    "unit": null
                },
                {
                    "key": "collection date",
                    "value": "2012-01-14",
                    "unit": null
                },
                {
                    "key": "environment (biome)",
                    "value": "open ocean",
                    "unit": null
                },
                {
                    "key": "environment (feature)",
                    "value": "seawater in the euphotic zone",
                    "unit": null
                },
                {
                    "key": "environment (material)",
                    "value": "water",
                    "unit": null
                },
                {
                    "key": "depth",
                    "value": "0.0",
                    "unit": null
                },
                {
                    "key": "geographic location (latitude)",
                    "value": "-30",
                    "unit": null
                },
                {
                    "key": "instrument model",
                    "value": "Illumina MiSeq",
                    "unit": null
                },
                {
                    "key": "last update date",
                    "value": "2018-07-18",
                    "unit": null
                }
            ],
            "accession": "DRS071121",
            "analysis-completed": "2019-04-12",
            "collection-date": "2012-01-14",
            "geo-loc-name": "Pacific Ocean",
            "sample-desc": "nifH gene at the 100% light depth of St.E18",
            "environment-biome": "open ocean",
            "environment-feature": "seawater in the euphotic zone",
            "environment-material": "water",
            "sample-name": "nifH gene at the 100% light depth of St.E18",
            "sample-alias": "SAMD00107656",
            "host-tax-id": null,
            "species": null,
            "last-update": "2019-04-12T16:07:04"
        },
        "relationships": {
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/DRS071121/studies?format=api"
                },
                "data": [
                    {
                        "type": "studies",
                        "id": "MGYS00004561",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/studies/MGYS00004561?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/DRS071121/runs?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/samples/DRS071121?format=api"
        }
    }
}